Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Need to write some documentation on how to leverage TO extensions.
Basically TO extensions allow you to extend the TO API with api endpoints that may be specific to your business.
For example, maybe you REALLY want this api but there's no way it will get approved and merged into the codebase:
GET /api/1.2/random_quote_of_the_day
you can create this api as an extension and everybody is happy...