Skip to content

APIs Intro

Tameesh Biswas edited this page Mar 26, 2017 · 1 revision

The core APIs in the project are programmed in the api/api.php script. All the different APIs executing the core functionalities are programmed in the same file. Each of the functions are divided into classes based on the purpose of the functions. The APIs are listed here:

  • userAPI
  • PostAPI
  • SubsAPI
  • NotifAPI
  • EveAPI (todo)
  • assignAPI
  • lostAPI

Clone this wiki locally