Home
last modified time | relevance | path

Searched refs:apiToken (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFlowdockHandler.php37 protected $apiToken; variable in Monolog\\Handler\\FlowdockHandler
43 string $apiToken, argument
66 $this->apiToken = $apiToken;
124 $header = "POST /v1/messages/team_inbox/" . $this->apiToken . " HTTP/1.1\r\n";
/plugin/gitlab/
H A Dsyntax.php40 $apiToken = $this->getConf('api_token');
42 … $reqUrl = $gitlabServer . '/api/v3/projects/search/' . $name . '/?private_token=' . $apiToken;
56 $apiToken = $this->getConf('api_token');
58 …/projects/' . $repository_id . '/repository/commits/' . $commit_id . '/?private_token=' .$apiToken;