Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```