1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/docs/api/index.md

20 lines
510 B
Markdown
Raw Normal View History

2016-11-30 21:17:39 +01:00
# API Documentation
2017-06-28 10:17:48 +02:00
## Client API
This describes the API provided to unleash-clients.
2016-11-30 21:46:40 +01:00
2017-06-28 10:17:48 +02:00
* [Feature Toggles API](client/feature-toggles-api.md)
* [Metrics API](client/metrics-api.md)
2016-11-30 21:17:39 +01:00
2017-06-28 10:17:48 +02:00
## Admin API (internal)
The interal API used by the Admin UI (unleash-frontend):
2017-06-28 10:17:48 +02:00
* [Feature Toggles API](admin/feature-toggles-api.md)
* [Strategies API](admin/strategies-api.md)
* [Events API](admin/events-api.md)
* [Metrics API](admin/metrics-api.md)
## System API's
* [Internal Backstage API](internal-backstage-api.ms)