Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jpcarreira
Created June 23, 2019 17:42
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 jpcarreira/a4647589a0126919e49ad66de51f20ae to your computer and use it in GitHub Desktop.
Save jpcarreira/a4647589a0126919e49ad66de51f20ae to your computer and use it in GitHub Desktop.
let apiService: Api = {
if CommandLine.arguments.contains("-mockApi") {
return MockApiClient()
} else {
return ApiClient()
}
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment