MCPcopy
hub / github.com/gitify-app/gitify / getRelease

Function getRelease

src/renderer/utils/api/client.ts:179–184  ·  view source on GitHub ↗
(
  account: Account,
  url: Link,
)

Source from the content-addressed store, hash-verified

177 * Endpoint documentation: https://docs.github.com/en/rest/releases/releases#get-a-release
178 */
179export async function getRelease(
180 account: Account,
181 url: Link,
182): Promise<GetReleaseResponse> {
183 return followUrl<GetReleaseResponse>(account, url);
184}
185
186/**
187 * Get the `html_url` from the GitHub response

Callers 2

enrichMethod · 0.90
client.test.tsFile · 0.90

Calls 1

followUrlFunction · 0.85

Tested by

no test coverage detected