diff options
Diffstat (limited to 'include/github.h')
-rw-r--r-- | include/github.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/github.h b/include/github.h new file mode 100644 index 0000000..cebeabf --- /dev/null +++ b/include/github.h @@ -0,0 +1,10 @@ +#ifndef STASIS_GITHUB_H +#define STASIS_GITHUB_H + +#include <curl/curl.h> + +#define STASIS_GITHUB_API_VERSION "2022-11-28" + +int get_github_release_notes(const char *api_token, const char *repo, const char *tag, const char *target_commitish, char **output); + +#endif //STASIS_GITHUB_H
\ No newline at end of file |