-
Notifications
You must be signed in to change notification settings - Fork 266
Give support for RAML 1.0 #369
Comments
Hi @rvegas, we are currently spiking to calculate the effort needed, but I can assure you, we will be updating both, designer and console. thanks |
+1 looking forward to 1.0 support 👍 |
That would be really sweet. |
+1 👍 |
@YvanDaSilva Can you confirm, you want to have an option inside the designer to generate documentation such as raml2html? |
Well there is two ways to do this:
|
We could integrate with the PHP project for raml2html - https://github.com/mikestowe/php-raml2html. That is still in maintenance. |
+1 👍 |
I created a new issue for the documentation generation integration. #372 |
Can you give an ball park estimate when 1.0 will be supported? Are there currently any other tools available that can generate docs for a 1.0 spec? On a side note: I'm just starting out with RAML. After reading the 1.0 spec and playing with it in Atom, I noticed a few mistakes in the examples, probably outdated syntax; I will report these in another issue. |
@DamirV are those mistakes on the RAML.org website? Regarding any estimated date for the support, you might have seen that RAML 1.0 is in (RC) stage and there will be some changes to the spec based on couple of feedback from the community. We are currently testing the parsers by integrating them into the api-console. We will have an MVP soon, but plan to have the full tested support by late 2016Q1. Regarding other tools, its the same state I guess - most tooling vendors are testing the current parsers and give a lot feedback. These parsers are completely new and rewritten from scratch to support 0.8 and 1.0. |
1+, I hope to see more support for RAML 1.0 very soon. :) |
+1 -- API Designer has one killer feature that Atom clearly does not: mocks. It'd be sweet if we could get RAML 1.0 support. |
Its in development; the first part here is the API Console that is embedded here in the designer. You already find couple of commits around the RAML 1.0 support in the console branch. |
Was this ever released? Im really looking forward to a good RAML 1 editor. I |
It was indeed. The current master contains support for RAML 1.0 as well. |
Current master still reports 'Unsupported RAML version'. I am a bit puzzled about the overall state of RAML 1.0 adoption. Lots of 'almost there' seemingly. |
Hi, I think I may have been looking at the previous stable version earlier, but when I try to run the current master, the browser loads the api-designer javascript files and then errors out with api-designer.js:9408 Uncaught ReferenceError: angular is not defined |
Have you tried the following:
? |
Succes! The error seemed to stem from unuploaded includes from the other RAML file. So I guess the issues here are
But other than that, I can now work on 1.0! Yay! Thanks for your help. |
There are still a number of errors present when pasting the example file from http://raml.org/developers/whats-new-raml-10 into API Designer. |
Which one in particular? |
@shadowhand its a mistake in how the example gets rendered on the webpage. I already raised an issue here. |
@sichvoge thanks, that helps immensely! |
No problem. Hope to get that fixed soon. |
BTW, I am closing this issue as the current master supports 1.0. If there are any problems with that please file a new issue. |
Is there a milestone in the roadmap to support RAML 1.0?
Types and Examples are key improvements that would be very nice to have.
The text was updated successfully, but these errors were encountered: