in theory this will work

This commit is contained in:
DarthArgus
2016-12-26 14:50:53 -06:00
parent 39d41ee779
commit c99fee4802
6 changed files with 39 additions and 11 deletions
+3
View File
@@ -59,6 +59,9 @@ namespace StellaBellum {
// get a string from a given slot
std::string getString(const std::string &slot);
// get a vector of strings from a given slot
std::vector<std::string> getStringVector(const std::string &slot);
// set json key and value for request
template<typename T> bool addJsonData(const std::string &key, const T &value) {
if (!key.empty() &&