Trongate Website Homepage

The API Class

Trongate's API class also contains the following public methods:
  1. batch()
  2. count()
  3. create()
  4. delete()
  5. destroy()
  6. exists()
  7. explorer()
  8. get()
  9. insert()
  10. search()
  11. update()
  12. validate_token()

All of these methods are intended for use by Trongate's API Manager to handle HTTP requests made to predefined API endpoints. As they are integral components of the framework, customization or modification of these methods is not recommended. Consequently, detailed descriptions of these methods have been omitted from the documentation.