20#ifndef KICAD_HTTP_LIB_SETTINGS_H
21#define KICAD_HTTP_LIB_SETTINGS_H
57 std::vector<std::pair<std::string, std::tuple<std::string, bool>>>
87 return HTTP_LIB_SOURCE_TYPE::REST_API;
90 return HTTP_LIB_SOURCE_TYPE::INVALID;
std::string getSupportedAPIVersion()
wxString getFileExt() const override
virtual ~HTTP_LIB_SETTINGS()
HTTP_LIB_SOURCE_TYPE get_HTTP_LIB_SOURCE_TYPE()
std::string id
id of category
std::vector< HTTP_LIB_PART > cachedParts
std::string name
name of category
std::string description
description of category
std::vector< std::pair< std::string, std::tuple< std::string, bool > > > fields
additional generic fields
HTTP_LIB_SOURCE_TYPE type