Types
GetLocationsIdResponse = object
GetLocationsResponse = object
Procs
proc getLocations(client: HetznerClient; name: string = default(string)): Future[ GetLocationsResponse] {....stackTrace: false, raises: [Exception, ValueError, KeyError, HttpRequestError, LibraryError, SslError, OSError, IOError, ProtocolError, OpenParserJsonError, HetznerClientError], tags: [RootEffect, ReadIOEffect, TimeEffect], forbids: [].}
- Returns all Location objects.
proc getLocationsId(client: HetznerClient; id: int64): Future[ GetLocationsIdResponse] {....stackTrace: false, raises: [Exception, ValueError, HttpRequestError, LibraryError, SslError, OSError, IOError, ProtocolError, KeyError, OpenParserJsonError, HetznerClientError], tags: [RootEffect, ReadIOEffect, TimeEffect], forbids: [].}
- Returns a specific Location object.