STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
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
9int 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