Skip to content

maisquestoes/api

Repository files navigation

MaisQuestões

Join the chat at https://gitter.im/maisquestoes/api Build Status Coverage Status Deployment status from dploy.io Dependency Status

Api

All requests should be used with x-www-form-urlencoded

We have a default response

{
  's': 0,                       //Negative number means a error
  'm': 'Message of response',   //When error occurred a error message goes here
  'o': {'object': 'returned'}
}

Authentication

/auth/sighup

POST

Request:

Field Description
name Name of user
email Email used to receive notifications

Response:

name = example &
email = [email protected]

/auth/sighinFacebook

/auth/signin

Authorization

When you signin you will receive a APIKEY that should be used to authorizationin header of http requests.

access_token: { APIKEY }

Subjects

/subjects*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published