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 whenever use-github-api is added without default-features = false somewhere in the dependency tree.

node_ids
auth default enterprise?

Affects error::creation

enterprise = auth

Auth is required for enterprise GH