Skip to content

API Implementation

Seba Perez edited this page Oct 2, 2020 · 1 revision

API calls has three parts:

  1. A class
  2. An action
  3. Parameters

Class should be a valid identifier defined as a key in an array that should be returned from the method API_MAP() defined in an API.php file which extends \Bu\API

Action should be a valid action as defined in \Bu\API

Parameters are the necessary parameters for Class to do the Action

Clone this wiki locally