Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.mybusinessbusinessinformation.googleLocations

My Business Business Information API: googleLocations. The My Business Business Information API provides an interface for managing business information on Google. See: https://developers.google.com/my-business/api/reference/rest/v1/googleLocations

My Business Business Information API: googleLocations.
The My Business Business Information API provides an interface for managing business information on Google.
See: https://developers.google.com/my-business/api/reference/rest/v1/googleLocations
raw docstring

search$clj

(search$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/googleLocations/search

Required parameters: none

Optional parameters: none

Body:

{:location {:serviceItems [ServiceItem], :labels [string], :regularHours BusinessHours, :moreHours [MoreHours], :name string, :specialHours SpecialHours, :phoneNumbers PhoneNumbers, :serviceArea ServiceAreaBusiness, :title string, :categories Categories, :languageCode string, :relationshipData RelationshipData, :websiteUri string, :storeCode string, :adWordsLocationExtensions AdWordsLocationExtensions, :openInfo OpenInfo, :latlng LatLng, :metadata Metadata, :profile Profile, :storefrontAddress PostalAddress}, :pageSize integer, :query string}

Search all of the possible locations that are a match to the specified request.

https://developers.google.com/my-business/api/reference/rest/v1/googleLocations/search

Required parameters: none

Optional parameters: none

Body: 

{:location {:serviceItems [ServiceItem],
            :labels [string],
            :regularHours BusinessHours,
            :moreHours [MoreHours],
            :name string,
            :specialHours SpecialHours,
            :phoneNumbers PhoneNumbers,
            :serviceArea ServiceAreaBusiness,
            :title string,
            :categories Categories,
            :languageCode string,
            :relationshipData RelationshipData,
            :websiteUri string,
            :storeCode string,
            :adWordsLocationExtensions AdWordsLocationExtensions,
            :openInfo OpenInfo,
            :latlng LatLng,
            :metadata Metadata,
            :profile Profile,
            :storefrontAddress PostalAddress},
 :pageSize integer,
 :query string}

Search all of the possible locations that are a match to the specified request.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close