https://github.com/kucjac/go-rest-sdk
Golang SDK for RESTful API.
https://github.com/kucjac/go-rest-sdk
gin-gonic go go-chi golang gorilla-mux gorm httprouter mgo2 mysql postgresql rest rest-api rest-sdk sdk-go sqlite3
Last synced: 5 months ago
JSON representation
Golang SDK for RESTful API.
- Host: GitHub
- URL: https://github.com/kucjac/go-rest-sdk
- Owner: kucjac
- License: mit
- Archived: true
- Created: 2018-03-07T08:55:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T16:57:18.000Z (about 8 years ago)
- Last Synced: 2025-10-02T01:33:48.233Z (9 months ago)
- Topics: gin-gonic, go, go-chi, golang, gorilla-mux, gorm, httprouter, mgo2, mysql, postgresql, rest, rest-api, rest-sdk, sdk-go, sqlite3
- Language: Go
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-rest-sdk
=============
package that contains basic RESTful API structures.
[](https://travis-ci.org/kucjac/go-rest-sdk)
[](https://coveralls.io/github/kucjac/go-rest-sdk?branch=master)
[](https://godoc.org/github.com/kucjac/go-rest-sdk)
[](https://raw.githubusercontent.com/kucjac/go-rest-sdk/master/LICENSE)
It is mostly used to unify the response value for REST Api.
### Features:
Under construction...
### Installation:
```go get -u github.com/kucjac/go-get-sdk```
### Examples:
The tests are written using [`go-convey`](https://github.com/smartystreets/goconvey) package.
Under construction...
*Inspired by:*
- [Medium@Shazow](https://medium.com/@shazow/how-i-design-json-api-responses-71900f00f2db)
- [JSON-API#errors](http://jsonapi.org/format/#errors)