Skip to content

Instantly share code, notes, and snippets.

@surajsau
Created March 4, 2020 07:18
Show Gist options
  • Save surajsau/b583b678eafb5df551697d011b899395 to your computer and use it in GitHub Desktop.
Save surajsau/b583b678eafb5df551697d011b899395 to your computer and use it in GitHub Desktop.
struct APIService {
@GET(url: "https://swapi.co/api/films")
static var getFilms: Service<Films>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment