swagger-to-raml-object
swagger-to-raml-object copied to clipboard
This repository is deprecated! Please use the official oas-raml-converter instead.
Welcome to [Renovate](https://renovatebot.com)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
Please, add support swagger 2.0
Hello, We were able to generate the RAML out of the swagger successfully without any issues but the RAML file generated when loaded to API designer raised error reporting "**Request...
Looking at https://raw.githubusercontent.com/strongloop/loopback-swagger/master/example/specs/1.2/pet-store.json, we would need to resolve each of the API endpoints but they are stored at `pet.json` instead of just `pet`. The simplest fix would be to try...