brianmc / raml-store

This project provides an persistent store for RAML files created using then embedded API Designer
MIT License
51 stars 18 forks source link

Need to update to the new api designer #9

Open jefBinomed opened 9 years ago

jefBinomed commented 9 years ago

I it seems that the version of raml-store is based on an old version of api-designer because with the actual version, i could run your mecanism of persistence :(

Is there any tag or commit I should point to, to be able to run your solution ?

regards

ggrandes commented 9 years ago

I had the same problem. I walked the history of commits of api-designer without much luck. Maybe this can work for you (another implementation from scratch): https://github.com/ggrandes/raml-jstorage/

ggrandes commented 9 years ago

related to [issue #6]