8 lines
430 B
Org Mode
8 lines
430 B
Org Mode
#+TITLE: aplex Api's
|
|
|
|
* Each library should have an init function to configur url tokens or anything else specific users
|
|
* Library's do not need to be complete as they can be expanded as sneeded
|
|
* There should be one function for each api route
|
|
* API libraries should just build the requests as maps.
|
|
* Validation should be seperate to the requests making it optional and written in a way to pipe the request into the validation.
|