An open API service indexing awesome lists of open source software.

https://github.com/engossoftware/oxyde


https://github.com/engossoftware/oxyde

Last synced: 4 months ago
JSON representation

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.