Skip to content
watzenare edited this page Dec 22, 2014 · 20 revisions

PushApi Documentation

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.

Introduction

How does API work

API calls

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

More

Thank you!