-
Notifications
You must be signed in to change notification settings - Fork 5
DataAPI SDK english MT.DataAPI
Taku AMANO edited this page Aug 28, 2013
·
5 revisions
The MT.DataAPI is a client object for accessing to the Movable Type DataAPI.
-
Static methods
on | off | registerFormat | registerSessionStore | getDefaultFormat | getDefaultSessionStore -
Instance methods
- Accessing API endpoint
Overview- Authentication
getToken | revokeToken | revokeAuthentication | authenticate | - User
getUser | updateUser - Blog
listBlogsForUser | getBlog - Entry
listEntries | createEntry | getEntry | updateEntry | deleteEntry - Category
listCategories - Comment
listComments | listCommentsForEntry | createComment | createReplyComment | getComment | updateComment | deleteComment - Trackback
listTrackbacks | listTrackbacksForEntry | getTrackback | updateTrackback | deleteTrackback - Asset
uploadAsset - Permission
listPermissionsForUser - Publish
publishEntries - Statistics
getStatsProvider | listStatsPageviewsForPath | listStatsVisitsForPath | listStatsPageviewsForDate | listStatsVisitsForDate - System
listEndpoints
- Authentication
- Manipulating DataAPI object
getAuthorizationUrl | withOptions | on | off | loadEndpoints | generateEndpointMethods | request | trigger | getVersion | getAppKey | findFormat | getCurrentFormat | serializeData | unserializeData | storeTokenData | getTokenData | getCurrentSessionStore | saveSessionData | fetchSessionData | removeSessionData | getAuthorizationHeader | bindEndpointParams | newXMLHttpRequest | sendXMLHttpRequest |
- Accessing API endpoint
-
Events
initialize | error | authorizationRequired