hyperpublic-0.1.1: A thin wrapper for the Hyperpublic API

Web.Hyperpublic.Places

Description

Wrappers for calling the methods of the Hyperpublic Places+ endpoint.

Synopsis

Documentation

showSource

Arguments

:: HpAuth

API authorization

-> ByteString

The id of the place to be returned

-> IO Value

JSON output

Call the show method of the Places+ endpoint. API documentation at http://developer.hyperpublic.com/places/show-a-place/

findSource

Arguments

:: HpAuth

API authorization

-> SimpleQuery

Query parameters

-> IO Value

JSON output

Call the find method of the Places+ endpoint. API documentation at http://developer.hyperpublic.com/offers/find-offers/

createSource

Arguments

:: HpAuth

API authorization

-> SimpleQuery

Query parameters

-> IO Value

JSON output

Call the create method of the Places+ endpoint. API documentation at http://developer.hyperpublic.com/places/create-a-place/