5 ms·
I am wondering how do you deal with existing models from an existing project. From what I understood you're defining models at the raml level.
by xplorer 11y ago
I am wondering how do you deal with existing models from an existing project. From what I understood you're defining models at the raml level.
- jstoiko 11y agoYou can keep existing models/views from an existing project as long as they're not defined in RAML. We're planning (soon) on adding the ability to add resources in your RAML file that would be ignored by Ramses. This is how Ramses starts: https://github.com/chrstphrhrt/ramses-tutorial/blob/master/pizza_factory/pizza_factory/__init__.py#L6 https://github.com/chrstphrhrt/ramses-tutorial/blob/master/p...