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 <vector>
#include <string>
Go to the source code of this file.
Functions | |
static std::string | base64Encode (const std::string &in) |
Encodes string to base64. More... | |
static std::string | base64Decode (const std::string &in) |
Decodes base64 to string. More... | |
|
static |
Decodes base64 to string.
Definition at line 26 of file Base64.hpp.
|
static |
Encodes string to base64.
Definition at line 7 of file Base64.hpp.