api_through_ui icon indicating copy to clipboard operation
api_through_ui copied to clipboard

Results 12 api_through_ui issues
Sort by recently updated
recently updated
newest added

Screenshot here https://www.dropbox.com/sh/i4c1om51pudva0g/AAAMOe6RQcVitm9hKb23jn-ha/01-screenshots?dl=0#lh:null-02-docs.png PSDs here https://www.dropbox.com/sh/i4c1om51pudva0g/AABgijOjSCfpnZu11elhdKVTa/02-PSDs?dl=0

Here's a screenshot https://www.dropbox.com/sh/i4c1om51pudva0g/AAAMOe6RQcVitm9hKb23jn-ha/01-screenshots?dl=0#lh:null-01-home.png PSD's here: https://www.dropbox.com/sh/i4c1om51pudva0g/AABgijOjSCfpnZu11elhdKVTa/02-PSDs?dl=0

The idea is to turn the cURL into an executable UI so that users can change some data on the auto generated curl and then make a request right on...

For example, `POST /users` can be auto described as ``` name String email String ``` However, if users wanted to enhance the auto described fields, we need to provide them...

Left panel to show the navigation for resources and endpoints. On click, the right panel needs to show the documentation for a selected endpoint.