STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
src
lib
core
include
github.h
Go to the documentation of this file.
1
2
#ifndef STASIS_GITHUB_H
3
#define STASIS_GITHUB_H
4
5
#include <curl/curl.h>
6
7
#define STASIS_GITHUB_API_VERSION "2022-11-28"
8
9
int
get_github_release_notes(
const
char
*api_token,
const
char
*repo,
const
char
*tag,
const
char
*target_commitish,
char
**output);
10
11
#endif
//STASIS_GITHUB_H
Generated by
1.13.2