Using http-bin-org-go-client with httpbin.org

Go integration

Install

go get github.com/southerncrossedtech/http-bin-org-go-client

Quick start

import "http-bin-org-go-client"

// Initialize client
client := http-bin-org-go-client.NewClient("YOUR_API_KEY")
Returns the requester's IP Address.
curl \
  https://httpbin.org/ip
The request's query parameters.
curl \
  https://httpbin.org/get
Returns a simple XML document.
curl \
  https://httpbin.org/xml
SDK on GitHub 📄 API Docs
SDK
http-bin-org-go-client
Go
API
httpbin.org
httpbin.org

At a glance

Language Go
Endpoints73
Base URLhttps://httpbin.org