Skip to content
Kevin Glover edited this page Apr 4, 2017 · 12 revisions

OAuth

Most API calls require an OAuth access token. Once obtained add the token to the Authorization header as "Bearer token"

TODO How to get & use oauth token

API Calls

Return a Authentication not required.

Returns a json object containing a list of experience ids.

[
"http://aestheticodes.appspot.com/experience/c161004c-1161-4a79-a9bb-b537bf1909d4",
"http://aestheticodes.appspot.com/experience/93350b2c-29bb-49c9-9c13-af363f91a349"
]

Returns a json object containing a list of experience ids of experiences that match the search terms. Authentication not required.

  • q - the search terms
[
"http://aestheticodes.appspot.com/experience/c161004c-1161-4a79-a9bb-b537bf1909d4",
"http://aestheticodes.appspot.com/experience/93350b2c-29bb-49c9-9c13-af363f91a349"
]

Returns a json object containing an experience. Without format=json, will return a html page with links to install the apps.

Delete an experience. Needs to be owner of the experience.

Edit an experience. Needs to be owner of the experience.

Create a new experience

Clone this wiki locally