mabiesen / rails_universal_api

attempting a dry-er, more developer-controlled approach to cross-project api usage.
1 stars 0 forks source link

Add Views for Listing Endpoints and Using #47

Closed mabiesen closed 4 years ago

mabiesen commented 4 years ago

Add a UI to view all endpoints and to call endpoints.

JSON AJAX requests will be used for form validation, no higher-than-dirt logic is to be included in javascript usage.

datatables js package will be used to make tables pretty will likely use bootstrap css

I envision the endpoint submission page containing many things:

Eventually: Option to apply a filter

Evenutally: Page to list clients, page to view clients and related endpoints (with option to generate zip for faraday, since we have all config).

Possibly: Option to view the full, unfiltered faraday response(not just the body and status), good for troubleshooting


MVP for a first PR:

mabiesen commented 4 years ago

created basic UI with some good libraries