Searched refs:GitHubClient (Results 1 – 4 of 4) sorted by relevance
11 window.GitHubClient = function(editorUi, authName) class in window17 mxUtils.extend(GitHubClient, DrawioClient);24 GitHubClient.prototype.clientId = (window.location.hostname == 'test.draw.io') ? '23bc97120b9035515… class29 GitHubClient.prototype.scope = 'repo';34 GitHubClient.prototype.extension = '.drawio';39 GitHubClient.prototype.baseUrl = DRAWIO_GITHUB_API_URL;41 GitHubClient.prototype.baseHostUrl = DRAWIO_GITHUB_URL;43 GitHubClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/git…48 GitHubClient.prototype.maxFileSize = 1000000 /*1MB*/;53 GitHubClient.prototype.authToken = 'token';[all …]
13 GitHubClient.call(this, editorUi, 'gitlabauth');17 mxUtils.extend(GitLabClient, GitHubClient);
1419 urlParams['gh'] == '1')) ? new GitHubClient(this) : null;
11581 …||"0"==urlParams.gh||"1"==urlParams.embed&&"1"!=urlParams.gh?null:new GitHubClient(this);null!=thi…