GitHunt
CO

corylanou/tns-restful-json-api

This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post

JSON Restful JSON API

This code repository hosts the examples used in the following The New Stack article.

Running Examples

To run examples, from the root of this project (change the version as needed):

# Run example 1
go run ./v1/*.go
# Run example 2
go run ./v2/*.go

Languages

Go100.0%

Contributors

MIT License
Created November 19, 2014
Updated January 28, 2026
corylanou/tns-restful-json-api | GitHunt