Skip to content

Simple REST API Client and PostMan alternative written in Golang

Notifications You must be signed in to change notification settings

DarkMatter-999/GostMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GostMan - Go REST API Client

GostMan is a lightweight and easy-to-use REST API client written in Go.

GostMan GET Request GostMan POST Request

Features

REST Compatible, supports GET, POST, PUT, PATCH, DELETE methods. Supports customizable headers and query parameters. Lightweight and easy to use.

Installation

  1. Clone the repositiory
git clone https://github.com/DarkMatter-999/GostMan.git
cd GostMan
  1. Install Dependencies
go mod tidy
  1. Build the Executable
go build -o gostman main.go
  1. Usage You can now use the gostman binary to interact with REST APIs.

About

Simple REST API Client and PostMan alternative written in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages