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

https://github.com/tommysitu/go-resty-sample-client

Sample API client using go-resty
https://github.com/tommysitu/go-resty-sample-client

bdd bdd-tests ginkgo go go-resty golang http-client

Last synced: about 1 year ago
JSON representation

Sample API client using go-resty

Awesome Lists containing this project

README

          

# go-resty-sample-client
Client library for Form3 fake Account API

## Dependencies

[Go Modules](https://github.com/golang/go/wiki/Modules) is used for dependency management. You may checkout the code to
a directory outside of your `GOPATH`.

The following dependencies are used:

- [go-resty](https://github.com/go-resty/resty): easy-to-use REST API client
- [ginkgo](https://github.com/onsi/ginkgo): very popular framework for BDD test