Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corylanou/tns-restful-json-api
This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post
https://github.com/corylanou/tns-restful-json-api
article go golang json-api restful tutorial
Last synced: 8 days ago
JSON representation
This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post
- Host: GitHub
- URL: https://github.com/corylanou/tns-restful-json-api
- Owner: corylanou
- License: mit
- Created: 2014-11-19T20:11:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T00:44:01.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T00:33:51.540Z (28 days ago)
- Topics: article, go, golang, json-api, restful, tutorial
- Language: Go
- Size: 13.7 KB
- Stars: 857
- Watchers: 40
- Forks: 268
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - tns-restful-json-api
README
# JSON Restful JSON API
This code repository hosts the examples used in the following [The New Stack](http://thenewstack.io/make-a-restful-json-api-go/) article.
## Running Examples
To run examples, from the root of this project (change the version as needed):
```sh
# Run example 1
go run ./v1/*.go
``````sh
# Run example 2
go run ./v2/*.go
```