File toplist.h
File List > include > qqmusic > toplist.h
Go to the documentation of this file
#ifndef QQMUSIC_TOP_H
#define QQMUSIC_TOP_H
#include <qqmusic/result.h>
namespace qqmusic {
Task<Result<nlohmann::json>> get_toplist_category();
Task<Result<nlohmann::json>> get_toplist_item_detail(unsigned top_id,
unsigned num = 10,
unsigned page = 1,
bool tag = true);
} // namespace qqmusic
#endif // !QQMUSIC_TOP_H