meedan / check

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

Upgrade Check service to provide a UI to its API via OpenAPI #7

Closed infojunkie closed 1 year ago

infojunkie commented 4 years ago

Tell us about your request Check currently uses Swagger 0.x to expose its API on a web page. Upgrade Swagger to use the latest version of OpenAPI (3.x). 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.

BhuwanChandra commented 3 years ago

@infojunkie I would like to work on this issue. can you guide me how to start?

sneha-mehta commented 3 years ago

Can I work on this??

danielafeitosa commented 3 years ago

@BhuwanChandra and @sneha-mehta are you still interested in working in this issue? If you are interested, you can check this good example of what is needed here: https://github.com/meedan/pender/pull/233