Files

4 lines
149 B
C
Raw Permalink Normal View History

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