rescribe-dev / rescribe

Code autocomplete
https://rescribe.dev
Other
3 stars 0 forks source link

add open api spec to all rest modules #153

Open jschmidtnj opened 4 years ago

jschmidtnj commented 4 years ago
jschmidtnj commented 4 years ago

ended up using this instead for python swagger: https://github.com/hh-h/aiohttp-swagger3

jschmidtnj commented 4 years ago

java / python client code gen: https://github.com/swagger-api/swagger-codegen (will probably not be necessary, unless requests to the api are needed during analysis)

jschmidtnj commented 4 years ago

java swagger annotations: https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Getting-started#quick-start

jschmidtnj commented 4 years ago

python is done, java is not done (yet)