https://github.com/engossoftware/oxyde
https://github.com/engossoftware/oxyde
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/engossoftware/oxyde
- Owner: EngosSoftware
- License: apache-2.0
- Created: 2023-10-20T16:16:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T18:07:30.000Z (over 1 year ago)
- Last Synced: 2025-01-02T10:46:21.010Z (6 months ago)
- Language: Go
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OxYdE
Lightweight library for testing and documenting RESTful APIs.
## Why
There are few approaches to test and document RESTful APIs.
Some of them are excellent in testing and some of them in documenting RESTful APIs.
I was looking for a tool that combines both of these capabilities.
I need a tool that automates tests, and keeps APIs in sync with documentation.This tool is named **OxYdE**.
Use **OxYdE** to:
- write tests extremely fast,
- structure tests as needed,
- test all RESTful methods,
- automate testing process,
- generate and publish API documentation,
- keep API in sync with documentation.## License
Licensed under either of
- [MIT license](https://opensource.org/licenses/MIT) ([LICENSE-MIT](https://github.com/wisbery/oxyde/blob/main/LICENSE-MIT)), or
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](https://github.com/wisbery/oxyde/blob/main/LICENSE-APACHE))at your option.
## Contribution
All contributions intentionally submitted for inclusion in the work by you,
shall be dual licensed as above, without any additional terms or conditions.