Currently we only support a basic subset of the API, with attention only to reviews.
The swagger link that was above, details the API. There is the /api
base path and the /mock/
base path;
/mock
offers no guarantees on it being similar to google's API, where as /api
attempts to mock it as well as possible within the scope of what has been implemented.
No authorization scope logic is implemented, furthermore no real permission/security driven calls are implemented. The actual endpoints are shown in the swagger.
-
v4/accounts.locations.reviews
and all subpath api calls -
v4/accounts.locations.list
list locations. -
v4/accounts.list
-
accountmanagement/v4/accounts.list
list all accounts- This is the new recommended way to get accounts (old deprecated way is
v4/accounts.list
)
- This is the new recommended way to get accounts (old deprecated way is