Skip to content

Instantly share code, notes, and snippets.

@ertembiyik
Created May 30, 2022 22:35
Show Gist options
  • Save ertembiyik/83e8b85a4a229ae337b2f35ed74beafd to your computer and use it in GitHub Desktop.
Save ertembiyik/83e8b85a4a229ae337b2f35ed74beafd to your computer and use it in GitHub Desktop.
enum RickAndMortyService {
static let baseURL = "https://rickandmortyapi.com/api/"
static let manager = NetworkManager(baseURL: baseURL)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment