# RESTit [![CI test][ci-badge]][ci-url] A Go micro-framework to help writing RESTful API integration test Package RESTit provides helps to those who want to write an integration test program for their JSON-based RESTful APIs. The aim is to make these integration readable highly re-usable, and yet easy to modify. [ci-url]: https://github.com/go-restit/restit/actions?query=branch%3Amain [ci-badge]: https://github.com/go-restit/restit/actions/workflows/ci.yml/badge.svg?branch=main Versions -------- Different version of RESTit library will go under different directory. This library is under major rewrite. The **old version (version 1)** is consider API stable and will only receive bug fixes. **Development version (version 2)** is under active development and will have new features (which may break API). For more information, please read the README.md of these version: - [Stable version][v1] (version 1) - [Development version][v2] (version 2) [v1]: v1/ [v2]: v2/ Bug Reports ----------- To report issue, please visit the [issue tracker](https://github.com/go-restit/restit/issues). And of course, patches and pull requests are most welcome.