GitHub Provider
This is a provider for gqlmod that adds the
github provider.
The provider itself just takes a token, which is the Bearer token to send.
There's a few ways to get this:
- Personal Access Token: Head to the appropriate settings page and just ask GitHub for a token
- OAuth: Implement the appropriate callbacks and get a token
- Username and password: GitHub has an HTTP Basic Authentication endpoint for username/password authentication (does not work with SAML SSO or two-factor authentication)
- Private Key: To act as an app, download your private key and follow the private key flow to produce a JWT
Previews
GitHub API previews are handled automatically. If your query invokes an API preview, the appropriate flags will be sent as part of the request.
Be sure to use some kind of CI system to make sure changes to previews won't break your code.
The full list of previews can be found in the API documentation.
Release files for gqlmod-github 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gqlmod-github-0.6.1.tar.gz | 13.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gqlmod_github-0.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.9 kB
Release files / gqlmod-github-0.6.1.tar.gz
| Download URL | gqlmod-github-0.6.1.tar.gz |
|---|---|
| Size | 13.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ef67447ed911a0896e530dceeebfe339e6a139091ad4fe2cf35ca98e524f5a91
|
|
BLAKE2b-256 checksum How to use checksums |
219f95c3677c8e30eacf71c6e3e3fad6aed0667db61551d23d3cebbe624889dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.6
|
Release files / gqlmod_github-0.6.1-py3-none-any.whl
| Download URL | gqlmod_github-0.6.1-py3-none-any.whl |
|---|---|
| Size | 12.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c240867dddf21bf86fe4ba3618d10b1f4f3d74a01b9cda28d7d7071919eaf71a
|
|
BLAKE2b-256 checksum How to use checksums |
f9a82bd37f46a3cc258fcede9fa94d55a0edee639dee26a6c12734f695fa3282
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.6
|