Imports character and item data from the World of Warcraft Armory API.
More...
#include <ArmoryImporter.h>
|
| static bool | hasMember (const nlohmann::json &check, const std::string &lookfor) |
| |
| static bool | hasTransmog (const nlohmann::json &check) |
| |
Imports character and item data from the World of Warcraft Armory API.
Definition at line 34 of file ArmoryImporter.h.
◆ ImportType
◆ ArmoryImporter()
| ArmoryImporter::ArmoryImporter |
( |
| ) |
|
|
default |
◆ ~ArmoryImporter()
| ArmoryImporter::~ArmoryImporter |
( |
| ) |
|
|
default |
◆ acceptURL()
| bool ArmoryImporter::acceptURL |
( |
const std::string & |
url | ) |
const |
|
overridevirtual |
◆ getURLData()
| std::string ArmoryImporter::getURLData |
( |
const std::string & |
inputUrl | ) |
const |
|
private |
◆ hasMember()
| bool ArmoryImporter::hasMember |
( |
const nlohmann::json & |
check, |
|
|
const std::string & |
lookfor |
|
) |
| |
|
staticprivate |
◆ hasTransmog()
| bool ArmoryImporter::hasTransmog |
( |
const nlohmann::json & |
check | ) |
|
|
staticprivate |
◆ importChar()
| CharInfos * ArmoryImporter::importChar |
( |
const std::string & |
url | ) |
const |
|
overridevirtual |
◆ importItem()
| ItemRecord * ArmoryImporter::importItem |
( |
const std::string & |
url | ) |
const |
|
overridevirtual |
◆ importNPC()
| NPCInfos * ArmoryImporter::importNPC |
( |
const std::string & |
url | ) |
const |
|
inlineoverridevirtual |
◆ readJSONValues()
| int ArmoryImporter::readJSONValues |
( |
ImportType |
type, |
|
|
const std::string & |
url, |
|
|
nlohmann::json & |
result |
|
) |
| const |
|
private |
The documentation for this class was generated from the following files: