amnezia-client/client/core/api/apiUtils.h
2025-02-07 22:22:14 +07:00

17 lines
339 B
C++

#ifndef APIUTILS_H
#define APIUTILS_H
#include <QObject>
#include "apiDefs.h"
namespace apiUtils
{
bool isServerFromApi(const QJsonObject &serverConfigObject);
bool isSubscriptionExpired(const QString &subscriptionEndDate);
apiDefs::ConfigType getConfigType(const QJsonObject &serverConfigObject);
}
#endif // APIUTILS_H