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
- Host: GitHub
- URL: https://github.com/tommysitu/go-resty-sample-client
- Owner: tommysitu
- Created: 2019-09-07T20:00:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T23:01:46.000Z (over 6 years ago)
- Last Synced: 2025-01-29T16:11:38.506Z (over 1 year ago)
- Topics: bdd, bdd-tests, ginkgo, go, go-resty, golang, http-client
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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