Skip to content

Instantly share code, notes, and snippets.

@acwright
Last active December 9, 2019 08:35
Show Gist options
  • Save acwright/650f660042ee3c7ab3d8d5b163f3de63 to your computer and use it in GitHub Desktop.
Save acwright/650f660042ee3c7ab3d8d5b163f3de63 to your computer and use it in GitHub Desktop.
Introducing Pnball 1
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