nickmoorman / clj-bungie

A Clojure wrapper around the Bungie API
0 stars 0 forks source link

Generate skeleton Clojure namespaces #5

Open nickmoorman opened 8 years ago

nickmoorman commented 8 years ago

If it's simple enough to do, use the data extracted from the API documentation to generate some shell namespaces that define functions and their arguments, etc.

It may end up making more sense to just write these by hand.

nickmoorman commented 8 years ago

This might be easier than I thought: https://github.com/swagger-api/swagger-codegen ^_^