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 var service: POIAPIService<POIAPI.Apps.GetApps.Response> -
Filter for poi type, no filter returns all types
See moreDeclaration
Swift
public enum PCPOIFilterappType : String, Codable, Equatable, CaseIterable -
Filters the location-based app by its caching method.
See moreDeclaration
Swift
public enum PCPOIFiltercache : String, Codable, Equatable, CaseIterable -
Undocumented
See moreDeclaration
Swift
public final class Request : POIAPIRequest<Response> -
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible
View on GitHub
GetApps Enumeration Reference