https://github.com/tideland/gorest
RESTful Server Systems [DEPRECATED]
https://github.com/tideland/gorest
go golang jwt library rest restful testing tideland
Last synced: 10 months ago
JSON representation
RESTful Server Systems [DEPRECATED]
- Host: GitHub
- URL: https://github.com/tideland/gorest
- Owner: tideland
- License: bsd-3-clause
- Created: 2016-08-21T20:59:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T13:02:27.000Z (about 8 years ago)
- Last Synced: 2024-06-18T16:54:28.059Z (over 1 year ago)
- Topics: go, golang, jwt, library, rest, restful, testing, tideland
- Language: Go
- Homepage:
- Size: 202 KB
- Stars: 34
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tideland GoREST
## Description
*Tideland GoREST* helps developing RESTful server systems. It
provides a convenient mapping of URL to handlers and methods
specific to the called HTTP method. Additionally there are helpers
for marshalling and unmarshalling.
The library earlier has been known as `web` package of the
[Tideland Go Library](https://github.com/tideland/golib).
I hope you like it. ;)
[](https://github.com/tideland/gorest)
[](https://raw.githubusercontent.com/tideland/gorest/master/LICENSE)
[](https://godoc.org/github.com/tideland/gorest)
[](https://sourcegraph.com/github.com/tideland/gorest?badge)
[](https://goreportcard.com/report/github.com/tideland/gorest)
## Version
Version 2.15.5
## Packages
### REST
RESTful web request handling.
### Request
Convenient client requests to RESTful web services.
### Handlers
Some general purpose handlers for the library.
### JSON Web Token
JWT package for secure authentication and information exchange like claims.
### REST Audit
Helpers for the unit tests of the Go REST Server Library.
## Contributors
- Frank Mueller (https://github.com/themue / https://github.com/tideland)
## License
*Tideland Go REST Server Library* is distributed under the terms of the BSD 3-Clause license.