meedan / check

Development environment for Meedan Check, a collaborative media annotation platform
https://meedan.com/check
MIT License
125 stars 53 forks source link

Provide a UI to Fetch API via OpenAPI #10

Closed infojunkie closed 1 year ago

infojunkie commented 4 years ago

Tell us about your request Use the latest version of OpenAPI (3.x) to provide a UI for the Fetch API. Evaluate OpenAPI Generator as possible technology.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Testing and debugging an API during development is much easier when a UI exists to make API calls.

Are you currently working around the issue? Using curl to craft API calls, or using throwaway ruby scripts for specific functions.

distributedlock commented 3 years ago

I can grab this if that's okay.

danielafeitosa commented 3 years ago

It's okay @RanadeepPolavarapu. If you want to work on this, you can check this good example of what is needed here: meedan/pender#233