Last active
December 9, 2019 08:35
-
-
Save acwright/650f660042ee3c7ab3d8d5b163f3de63 to your computer and use it in GitHub Desktop.
Introducing Pnball 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let endpoint = Pinball.Endpoint( | |
method: .get, | |
host: 'baconipsum.com', | |
paths: ["api"], | |
queries: [ | |
Pinball.Query(key: "type", value: "meat-and-filler") | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment