Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created June 18, 2020 09:37
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 stevencurtis/e7948b1db62fd7d4ac7a3d58cd3db164 to your computer and use it in GitHub Desktop.
Save stevencurtis/e7948b1db62fd7d4ac7a3d58cd3db164 to your computer and use it in GitHub Desktop.
AFRequest
AF.request("https://jsonplaceholder.typicode.com/todos/1").response { response in
print(response)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment