mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
{
|
|
"name": "GitLab",
|
|
"schemaPath": "gen/schema.graphql",
|
|
"extensions": {
|
|
"endpoints": {
|
|
"gitlab.com": {
|
|
"url": "https://gitlab.com/api/graphql",
|
|
"headers": {
|
|
"user-agent": "JetBrains IDE",
|
|
"Authorization": "bearer YOUR_TOKEN_HERE",
|
|
"Accept": "application/json"
|
|
},
|
|
"introspect": false
|
|
}
|
|
}
|
|
}
|
|
} |