1# octokit/graphql
2
3This [alternative driver](https://www.npmjs.com/package/@octokit/graphql) for the GitHub API exposes it via GraphQL.
12
131. Github token: https://github.com/settings/tokens
142. Val Town key: https://www.val.town/settings/api
15
16## Usage
10
111. Github token: https://github.com/settings/tokens
122. Val Town key: https://www.val.town/settings/api
13
14## Usage
1# Handling query params in requests
2
3Using the standard [URL#searchParams](https://developer.mozilla.org/en-US/docs/Web/API/URL/searchParams) method, you can grab query parameters out of any val that is operating using the [Web API](https://docs.val.town/api/web).
4
5This val demonstrates how to grab one or more query parameters. It returns the all the query parameters found as a json response.
22* Bullet
23* Computer
24* Rapid
25* Top Rated
26* Blitz
1Migrated from folder: Onboarding/myApi
1Moved to [@std.emailAPI](/std.emailAPI).
2
3Migrated from folder: Archive/emailAPI
3
4
5This image is generated by the Val below and exposed to the internet with the [Web API](https://docs.val.town/api/web).
1# Augmented run api
2
3This val is a wrapper on top of the val.town run api, improving it with additional features:
4
5- basic auth
38### Passing arguments
39
40The request is proxyed to the run api, so you can pass args to your vals via query params or body. See the [run api docs](https://docs.val.town/api/run) for more details.
41
42```console
1Migrated from folder: api/notems