mulesoft-labs / raml-client-generator

Template-driven generator of clients for APIs described by a RAML spec
Other
121 stars 27 forks source link

RAML 1.0 support #26

Open DevWurm opened 7 years ago

DevWurm commented 7 years ago

Please support RAML 1.0. This would be great.

meetmangukiya commented 7 years ago

Yes, please add support for 1.0

sichvoge commented 7 years ago

As the only client that has been added is JavaScript so far, I guess you are using this one right?

If the answer is yes, RAML 1.0 is already supported. We haven't done some work on this for a long time due to prioritization, but you can report issues of course.

kheide commented 7 years ago

@sichvoge are you sure?

raml-to-client specs/api-gw.raml -o clients/api-gw-sdk -l javascript YAMLError: Unsupported RAML version: '#%RAML 1.0'

nek4life commented 5 years ago

Same error as above

YAMLError: Unsupported RAML version: '#%RAML 1.0' at _Class.Scanner.Scanner.scan_to_next_token (/usr/local/lib/node_modules/raml-client-generator/node_modules/raml-parser/lib/scanner.js:720:21) at _Class.Scanner.Scanner.fetch_more_tokens (/usr/local/lib/node_modules/raml-client-generator/node_modules/raml-parser/lib/scanner.js:183:12) at _Class.Scanner.Scanner.check_token (/usr/local/lib/node_modules/raml-client-generator/node_modules/raml-parser/lib/scanner.js:122:14) at _Class.Parser.Parser.parse_implicit_document_start (/usr/local/lib/node_modules/raml-client-generator/node_modules/raml-parser/lib/parser.js:126:17) at _Class.Parser.Parser.check_event (/usr/local/lib/node_modules/raml-client-generator/node_modules/raml-parser/lib/parser.js:62:48) at _Class.Composer.Composer.getYamlRoot (/usr/local/lib/node_modules/raml-client-generator/node_modules/raml-parser/lib/composer.js:60:17) at /usr/local/lib/node_modules/raml-client-generator/node_modules/raml-parser/lib/raml.js:226:23 at Promise.apply (/usr/local/lib/node_modules/raml-client-generator/node_modules/q/q.js:1122:26) at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/raml-client-generator/node_modules/q/q.js:752:41) at /usr/local/lib/node_modules/raml-client-generator/node_modules/q/q.js:1337:14