Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-restit/restit
A Go library help testing your RESTful API application
https://github.com/go-restit/restit
Last synced: about 1 month ago
JSON representation
A Go library help testing your RESTful API application
- Host: GitHub
- URL: https://github.com/go-restit/restit
- Owner: go-restit
- License: gpl-3.0
- Created: 2014-06-25T10:25:46.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T06:36:41.000Z (8 months ago)
- Last Synced: 2024-04-22T18:24:13.923Z (8 months ago)
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 55
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-go-extra - restit - 06-25T10:25:46Z|2019-10-18T03:18:17Z| (Testing / Testing Frameworks)
README
# 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=mainVersions
--------
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.