| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

API

Page history last edited by Ryan 14 years, 4 months ago

NOTICE: This documentation is out of date. Please see List of API Methods.

 

Here-in lies the methods of the melative API. The format of an API call is:

 

{"op":"[operation]","U":"[user]","M":"[media]","T":"[title], ... "field":"fieldvalue"}

 

The current format is strictly JSON, where the op field lies within the JSON, this will change in the future.

 

Note: the action of these methods varies depending on the ReST and the values of U[ser] or M[edia].

 

POST

 

Experience

{s:{op:'experience',id:false,U:false,M:false,T:false}, f:['active']}

 

Reflection

{s:{op:'reflection',id:false,U:false,M:false,T:false}, f:['subject','basis','range','text','moment']}

 

Tag

{s:{op:'tag',id:false,U:false,M:false,T:false}, f:['tags','tag','flush']}

 

Chatter

{s:{op:'chatter',id:false,U:false,M:false,T:false}, f:['msg']}

 

FriendRequest

{s:{op:'friend.request',U:false}, f:['pending']}

 

FriendAuthorize

{s:{op:'friend.authorize',U:false}, f:null }

 

FriendBe

{s:{op:'friend.be',U:false}, f:['msg']}

 

ImagePost

{s:{op:'image',id:false,M:false,T:false}, f:['uri']}

 

Insert

{s:{op:'insert',M:false,T:false}, f:['year','country','season']}

 

Associate

{s:{op:'associate',U:false,M:false,T:false}, f:['uri','title','type']}

 

Meta

{s:{op:'meta',id:false,M:false,T:false}, f:['field','base','production','description','standards','characters','tracks','quotes']}

 

Recommend

{s:{op:'recommend',id:false,U:false,M:false,T:false}, f:['reason','flush']}

 

Relation

{s:{op:'relation',M:false,T:false}, f:['media','title','relation','note']}

 

Suggest

{s:{op:'suggest',id:false,U:false,M:false,T:false}, f:['media','title','reason']}

 

Synonyms

{s:{op:'synonyms',id:false,M:false,T:false}, f:['synonyms']}

 

WishUpdate

{s:{op:'wish.update'}, f:['wid','state','ts','basis','range','note']}

 

WishRemove

{s:{op:'wish.remove'}, f:['wid']}

 

Wish

{s:{op:'wish',id:false,M:false,T:false}, f:['basis','range','note','interval','repeat','index','moment']}

 

GET

 

Experience

{s:{op:'experience',id:false,U:false,M:false,T:false}, f:['active']}

 

Reflections

{s:{op:'reflections',id:false,U:false,M:false,T:false}, f:['subject','basis','range','text','moment']}

 

Tags

{s:{op:'tags',id:false,U:false,M:false,T:false}, f:['tags','tag','flush']}

 

Chatter

{s:{op:'chatter',id:false,U:false,M:false,T:false}, f:['msg']}

 

Images

{s:{op:'images',U:false,M:false,T:false}, f:null }

 

Linkage

{s:{op:'linkage',U:false,M:false,T:false}, f:['uri','title']}

 

Messages

{s:{op:'messages'}, f:null }

 

Meta

{s:{op:'meta',id:false,M:false,T:false}, f:['field','base','production','description','standards','characters','tracks','quotes']}

 

Recommends

{s:{op:'recommends',id:false,U:false,M:false,T:false}, f:['reason','flush']}

 

Relation

{s:{op:'relation',M:false,T:false}, f:['media','title','relation','note']}

 

Relativity

{s:{op:'relativity',U:false,M:false,T:false}, f:['level']}

 

Suggest

{s:{op:'suggest',id:false,U:false,M:false,T:false}, f:['media','title','reason']}

 

Synonyms

{s:{op:'synonyms',id:false,M:false,T:false}, f:['synonyms']}

 

Wish

{s:{op:'wish',id:false,M:false,T:false}, f:['basis','range','note','interval','repeat','index','moment']} 

 

 

Other:

This can't be good.

Comments (0)

You don't have permission to comment on this page.