Skip to content

Repository files navigation

go-hotellook-api

Golang implementation Hotellook API for static data access

GoDoc

Installation

go get github.com/liderman/go-hotellook-api

Usage

Creates a new instance HotellookApi:

hotelApi := hotellook.NewHotellookApi("YOUR_TOKEN")

Getting a list of hotels for locationId 895:

hotels, err := hotelApi.Hotels(895)

Requirements

  • Need at least go1.5 or newer.

Documentation

You can read package documentation here.

About

Golang implementation Hotellook API for static data access

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages