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)
All Classes Namespaces Files Functions Variables Typedefs Macros
GitBot Class Reference

Bot class. More...

#include <GitBot.hpp>

Inheritance diagram for GitBot:

Public Member Functions

 GitBot ()
 
virtual ~GitBot ()=default
 

Static Public Member Functions

static bool isRepositoryFullName (const std::string &str)
 Returns true if str is a repository full name e.g "torvalds/linux". More...
 
static bool isRepositoryFullURL (const std::string &str, std::string &fullname)
 Returns true if str is a repository full url e.g "https://github.com/torvalds/linux". More...
 

Detailed Description

Bot class.

Definition at line 11 of file GitBot.hpp.

Constructor & Destructor Documentation

◆ GitBot()

GitBot::GitBot ( )

◆ ~GitBot()

virtual GitBot::~GitBot ( )
virtualdefault

Member Function Documentation

◆ isRepositoryFullName()

static bool GitBot::isRepositoryFullName ( const std::string &  str)
static

Returns true if str is a repository full name e.g "torvalds/linux".

◆ isRepositoryFullURL()

static bool GitBot::isRepositoryFullURL ( const std::string &  str,
std::string &  fullname 
)
static

Returns true if str is a repository full url e.g "https://github.com/torvalds/linux".


The documentation for this class was generated from the following file: