Skip to content

Instantly share code, notes, and snippets.

@Pasanpr
Last active April 21, 2016 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pasanpr/b79090a5e488f88703fd6549c4575806 to your computer and use it in GitHub Desktop.
Save Pasanpr/b79090a5e488f88703fd6549c4575806 to your computer and use it in GitHub Desktop.
private struct ParameterKeys {
static let clientID = "client_id"
static let clientSecret = "client_secret"
static let version = "v"
static let category = "categoryId"
static let location = "ll"
static let query = "query"
static let limit = "limit"
static let searchRadius = "radius"
}
private struct DefaultValues {
static let version = "20160301"
static let limit = "50"
static let searchRadius = "2000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment