You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's saying Warning: Invalid argument supplied for foreach() in inc/raml.php on line 124 That's this line where it processes resource definitions.
A bit of debugging suggests it's struggling with the following line in the resource definitions of our RAML: journey-public: !include resource_types/journey/public.raml
I imagine it's failing because we use an include in our RAML for the resource definition. Maybe these are not supported at all? Although I see some handleIncludes logic. We're using a relative path
Our RAML does work with the javascript api-console. See here
The text was updated successfully, but these errors were encountered:
I tried pointing php-raml2html at our TransportAPI RAML docs: http://transportapi.com/v3/raml/transportapi.raml
See it running here
It's saying
Warning: Invalid argument supplied for foreach() in inc/raml.php on line 124
That's this line where it processes resource definitions.A bit of debugging suggests it's struggling with the following line in the resource definitions of our RAML:
journey-public: !include resource_types/journey/public.raml
I imagine it's failing because we use an include in our RAML for the resource definition. Maybe these are not supported at all? Although I see some
handleIncludes
logic. We're using a relative pathOur RAML does work with the javascript api-console. See here
The text was updated successfully, but these errors were encountered: