HTTP-APIs / hydra-openapi-parser

OpenAPI to Hydra parser
MIT License
9 stars 9 forks source link

Refactor parser #4

Open chrizandr opened 5 years ago

chrizandr commented 5 years ago

Currently, parser is just one big code. This is not very readable. It might be better to group functions into similar modules and separate files by importing them.

It might also be a good idea to use classes rather than only using functions.

Explore this.

sameshl commented 4 years ago

@chrizandr I would love to take this up. Starting right away!

spy-1234 commented 3 years ago

I would like to take this issue to starting up .