Skip to content

A minimal rest API written with Go programming language.

Notifications You must be signed in to change notification settings

ehsanghaffar/golang-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang rest API

A rest API writen with Golang programming language.

Getting Start

At this time, you have a RESTful API server running at http://127.0.0.1:3000. It provides the following endpoints:

  • GET /api/whois/{domainName} returns the detailed information of a domain

How To Use

git clone https://github.com/ehsanghaffar/golang-rest-api.git
cd golang-rest-api

go run ./main.go

Tools

TODO

  • API Documentation - Lot of potential to improve.
  • Add error handling.

About

A minimal rest API written with Go programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published