GitWatcherBot
1.0.0
A Telegram Bot that notifies you when a new change is made in your repositories (issues, pull requests, stars, forks, and watches)
|
#include <GitApi.hpp>
Public Member Functions | |
GitApi ()=default | |
~GitApi ()=default | |
models::Repository | getRepository (const std::string &repositoryFullName="torvalds/linux") |
Returns Repository information by fullname from GitHub Api. More... | |
Definition at line 26 of file GitApi.hpp.
|
default |
|
default |
models::Repository GitApi::getRepository | ( | const std::string & | repositoryFullName = "torvalds/linux" | ) |
Returns Repository information by fullname from GitHub Api.