orzFly / ruby-ripple-rest

Ripple REST Client for Ruby
http://rubydoc.info/github/orzfly/ruby-ripple-rest/master/frames
MIT License
11 stars 10 forks source link

API overhaul #4

Open rikur opened 9 years ago

rikur commented 9 years ago

Hey,

ripple-rest decided the overhaul their API without bumping the version number.. I was trying to fix this, but I have no idea how you generated the generated-schemas.rb from the JSON templates.

Could you document this process somewhere so I could try to help?

Thanks!

orzFly commented 9 years ago

Sorry for the long delay!

The generated-schemas.rb is generated using generate.rb and JSON templates from ripple-rest.

~/git/ruby-ripple-rest/json$ ruby generate.rb > ../lib/ripple-rest/generated-schemas.rb