sger / elixir_dropbox

Simple Dropbox v2 client for Elixir
MIT License
12 stars 15 forks source link

Use stone to auto generate functions and data types #1

Closed braincore closed 8 years ago

braincore commented 8 years ago

We use a tool called Stone to automatically generate large portions of our Dropbox SDKs from these specs. It would be great if this library could use Stone as well, which has an upfront cost, but really reduces maintenance burden. See the Dropbox Python SDK for an example.

sger commented 8 years ago

thanks for the advice @braincore