Skip to content

Instantly share code, notes, and snippets.

@gtokman
Last active October 6, 2021 16:37
Show Gist options
  • Save gtokman/34cdc62ee8e6d19382a3467710736ac3 to your computer and use it in GitHub Desktop.
Save gtokman/34cdc62ee8e6d19382a3467710736ac3 to your computer and use it in GitHub Desktop.
import CoreLocation
/// Endpoints for Yelp
enum YelpEndpoint {
case search(term: String, location: CLLocation)
case detail(id: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment