Anže Valher

Results 7 comments of Anže Valher

Just saw a Merge request regarding this, will test it out and give input on this. https://github.com/alecsammon/php-raml-parser/pull/107

@vbartusevicius What is your progress on this? As it seems it just needs to be linked to https://github.com/alecsammon/php-raml-parser/blob/master/src/Body.php#L87 and Types should be parsed into the Response object. Can I help...

Yes, requests needs to be parsed too, type object and example so it can be retrieved through PHP.

To add a fully functional support of Type into the library following examples (and more) should be supported. Simple Type defintion ``` types: TestType: type: object properties: id: integer name:...

@alecsammon what do you think of completely breaking 0.8 compatibility and redoing library to support raml 1.0 only?

From my point of view we need 4 different objects(Type, Trait, QueryParameter and ResourceType) which holds all available definitions and then has to be applied in correct order to the...

@InfopactMLoos I did not mean to redo the whole library since it supports a lot of things that still needs to be supported at 1.0 like JsonSchema, XML, ..., however...