Skip to content

Simple API project uses Gorilla toolkit. The application has one endpoint with a JSON formatted response.

Notifications You must be signed in to change notification settings

davidcsejtei/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

REST API written in GO

Simple API project uses Gorilla toolkit. The application has one endpoint with a JSON formatted response.

Install dependencies

go get .

Start application

go run .

Example request and response

GET http://localhost:8000/users/all
---

Response:
{
    "data": [
        "Peter",
        "David",
        "Dora"
    ]
}

About

Simple API project uses Gorilla toolkit. The application has one endpoint with a JSON formatted response.

Topics

Resources

Stars

Watchers

Forks

Languages