PokeAPI / ditto

Tool for meta operations over PokéAPI data
Apache License 2.0
49 stars 11 forks source link

Optimize the generated schema #10

Closed sargunv closed 6 years ago

sargunv commented 6 years ago

There's a ton of duplication in the schema generated by ditto analyze. If we can write something that'll factor out common sub-models, it would be super useful for auto-generating API clients.

Bonus points for some clever naming heuristic.