octokit/GitHub API Request
Send arbitrary requests to GitHub's REST API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| route | HTTP Verb + path as shown on https://developer.github.com/v3/ | yes | — |
| mediaType | Custom media type in the Accept header | no | {} |
Outputs
| name | description |
|---|---|
| status | Response status code. |
| headers | Response headers as JSON string with lower cased header names. |
| data | Response body as string. |