GetApps
public enum GetApps
Returns a paginated list of apps
Returns a paginated list of apps optionally filtered by type and/or query.
-
Undocumented
Declaration
Swift
public static let service: APIService<POIAPI.Apps.GetApps.Response> -
Filter for poi type, no filter returns all types
See moreDeclaration
Swift
public enum PCFilterappType : String, Codable, Equatable, CaseIterable -
Filters the location-based app by its caching method.
See moreDeclaration
Swift
public enum PCFiltercache : String, Codable, Equatable, CaseIterable -
Undocumented
See moreDeclaration
Swift
public final class Request : APIRequest<Response> -
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible
View on GitHub
GetApps Enumeration Reference