Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocket-org-imdeepmind/rocketswagger
RocketSwagger is a hosted Swagger UI instance that allows users to visualize and interact with OpenAPI documentation.
https://github.com/rocket-org-imdeepmind/rocketswagger
openapi swagger swagger-ui
Last synced: 2 months ago
JSON representation
RocketSwagger is a hosted Swagger UI instance that allows users to visualize and interact with OpenAPI documentation.
- Host: GitHub
- URL: https://github.com/rocket-org-imdeepmind/rocketswagger
- Owner: rocket-org-imdeepmind
- License: mit
- Created: 2024-02-11T08:46:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T19:01:46.000Z (10 months ago)
- Last Synced: 2024-03-17T01:56:30.989Z (10 months ago)
- Topics: openapi, swagger, swagger-ui
- Language: TypeScript
- Homepage: https://swagger.rocketapi.net/
- Size: 168 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RocketSwagger
RocketSwagger is a hosted Swagger UI instance that allows users to visualize and interact with OpenAPI documentation. By simply passing the URL of an OpenAPI JSON schema, users can explore APIs effortlessly.
## How to Use
To utilize RocketSwagger, follow these simple steps:
1. Navigate to [RocketSwagger](https://swagger.rocketapi.net/).
2. Append `?url=` to the URL, replacing `` with the URL of your OpenAPI JSON schema. For example:
```
https://swagger.rocketapi.net/?url=https://example.com/openapi.json
```3. Hit Enter or navigate to the modified URL.
You will now be directed to a Swagger UI instance displaying the documentation specified by the provided OpenAPI schema URL.
## Features
- **Easy Visualization**: RocketSwagger provides an intuitive interface for exploring OpenAPI documentation.
- **Interactive Documentation**: Users can interact with API endpoints directly within the Swagger UI.
- **Hosted Solution**: Eliminates the need for setting up Swagger locally, making API exploration hassle-free.## Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.## Support
For any inquiries or support requests, please contact us at [email protected].## License
This project is licensed under the MIT License - see the LICENSE file for details.