MCPcopy Index your code
hub / github.com/ampproject/amphtml / postGithub

Function postGithub

build-system/common/update-session-issues/index.js:161–163  ·  view source on GitHub ↗

* @param {string} token * @param {string} url * @param {Object=} data * @return {Promise }

(token, url, data)

Source from the content-addressed store, hash-verified

159 * @return {Promise<Object>}
160 */
161async function postGithub(token, url, data) {
162 return requestGithub(token, url, data, {method: 'POST'});
163}
164
165/**
166 * @param {string} token

Callers 2

graphqlQueryGithubFunction · 0.85
postGithubIssueFunction · 0.85

Calls 1

requestGithubFunction · 0.85

Tested by

no test coverage detected