Cargo Features
[dependencies]
use-github-api = { version = "0.2.0", default-features = false, features = ["node_ids", "auth", "enterprise"] }
- default = auth
-
The
auth
feature is set by default wheneveruse-github-api
is added without
somewhere in the dependency tree.default-features = false - node_ids
- auth default enterprise?
-
Affects
error::creation
… - enterprise = auth
-
Auth is required for enterprise GH