-
Notifications
You must be signed in to change notification settings - Fork 9
Home
watzenare edited this page Dec 22, 2014
·
20 revisions
Welcome to the PushApi wiki, here you will learn the basis of the PushApi project in which you are interested to.
Note: The API documentation is in the writing process and it is not fully documented at all yet.
Call | Method | Params | Description |
---|---|---|---|
/app | POST | name | Creates a new app that can use the API |
/app/:idApp | GET | - | Get the app information |
/app/:idApp | PUT | name | Updates app information with the given one |
/app/:idApp | DELETE | - | Deletes the app $idApp |
/apps | GET | - | Retrives all the apps registered in the API |
Thank you!