Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 325 Bytes

api_classes.md

File metadata and controls

13 lines (7 loc) · 325 Bytes

Api classes

They should simply extends the AbstractApi class.

She provide you useful methods (get/put/post/delete rest methods) and as the class do some job, you just have to create methods like:

  • getResourceById
  • deleteResource

You have to register a namespace to your api objects in the api factory