#pragma once /* Fetch Xtream Codes API endpoint, return malloc'd JSON string (caller frees) */ char *api_get(const char *action, const char *extra);