restit - 一个Go语言微型框架帮助编写RESTful API集成测试

网友投稿 552 2022-11-02 19:14:05

restit - 一个Go语言微型框架帮助编写RESTful API集成测试

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.

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 (version 1)Development version (version 2)

Bug Reports

To report issue, please visit the issue tracker.

And of course, patches and pull requests are most welcome.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:DBFlow 一个超快速,功能强大且非常简单的Android ORM框架
下一篇:JDK8中新增的Optional工具类真的很好用哦,建议收藏
相关文章