https://github.com/apimatic/unirest-go
https://github.com/apimatic/unirest-go
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apimatic/unirest-go
- Owner: apimatic
- License: mit
- Created: 2015-06-12T01:14:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T07:29:28.000Z (over 6 years ago)
- Last Synced: 2025-03-24T15:52:34.431Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 5
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unirest HTTP Client for Go
[](https://travis-ci.org/apimatic/unirest-go)
Setup
-------------
To setup your project, follow these steps:
1. Download Unirest-Go using go get github.com/apimatic/unirest-go.
2. Import Unirest-Go in your project using
```go
import "github.com/apimatic/unirest-go"
```