mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
17 lines
537 B
Plaintext
17 lines
537 B
Plaintext
{
|
|
"name": "GitHub",
|
|
"schemaPath": "gen/schema.graphql",
|
|
"extensions": {
|
|
"endpoints": {
|
|
"github.com": {
|
|
"url": "https://api.github.com/graphql",
|
|
"headers": {
|
|
"user-agent": "IntellijIdea",
|
|
"Authorization": "bearer [TOKEN]",
|
|
"Accept": "application/vnd.github.luke-cage-preview+json,application/vnd.github.antiope-preview+json,application/vnd.github.merge-info-preview+json,application/vnd.github.shadow-cat-preview+json"
|
|
},
|
|
"introspect": true
|
|
}
|
|
}
|
|
}
|
|
} |