Using amadeus-golang-sdk with amadeus.com

Go integration

Install
go get github.com/spacetab-io/amadeus-golang-sdk
Quick start
import "amadeus-golang-sdk"

// Initialize client
client := amadeus-golang-sdk.NewClient("YOUR_API_KEY")
Returns points of interest for a given location and radius.
curl \
  /reference-data/locations/pois
Retieve one point of interest by its Id.
curl \
  /reference-data/locations/pois/{poisId}
Returns points of interest for a given area
curl \
  /reference-data/locations/pois/by-square
SDK on GitHub 📄 API Docs
SDK
amadeus-golang-sdk
Go
API
amadeus.com
amadeus.com:amadeus-points-of-interest
At a glance
Language Go
Endpoints3