apiko-rest-api / apiko-ui

Configure Apiko from the browser
https://apiko-rest-api.github.io/
MIT License
7 stars 5 forks source link

Stats chart on "home" page #20

Closed kasp1 closed 7 years ago

kasp1 commented 7 years ago

Apiko server side provides endpoint usage statistics that the UI should display with a chart besides the filtering that's already included when you click the "15 requests past 30 days".

A panel with usage stats chart on the "home" page below the CREATE ENDPOINT and CREATE COLLECTION seem like an ideal place to me.

The usage statistics can be pulled from the GET /apiko/stats endpoint.

A fancy chart would perhaps do a good impression. :)