Implement types for authentication strategies #323
Labels
project
Status: Blocked
Some technical or requirement is blocking the issue
Type: Feature
New feature or request
typescript
Relevant to TypeScript users only
Blocked by octokit/octokit.js#2127
What’s missing?
THere is currently no way to define types for authentication strategy options:
Why?
It would be great to get the same intellisense as for the other options
Alternatives you tried
@weswigham layed out how this is possible to do in octokit/rest.js#13 (comment)
We plan to implement endpoints the same way, so we can remove the endpoint types from
@octokit/types
, and instead move it to an optional library, or multiple libraries even, so that we can provide the correct types for each GitHub Enterprise Server version.This is going to be a bigger project.
The text was updated successfully, but these errors were encountered: