![]() |
SCTC
the soundcloud.com terminal client
|
#include "_hard_config.h"#include "soundcloud.h"#include <yajl/yajl_tree.h>#include "helper.h"#include "jspf.h"#include "log.h"#include "url.h"#include "network/tls.h"#include "config.h"#include "state.h"#include "yajl_helper.h"Macros | |
| #define | _XOPEN_SOURCE 500 |
| #define | CLIENTID_GET "client_id="CLIENTID |
| #define | GET_RQ_FULL "https://api.soundcloud.com/users/%s/tracks.json?limit=200&linked_partitioning=1&"CLIENTID_GET |
Functions | |
| struct track_list * | soundcloud_get_stream () |
| struct track_list * | soundcloud_get_entries (struct network_conn *nwc, char *user) |
| struct http_response * | soundcloud_connect_track (struct track *track) |
| #define _XOPEN_SOURCE 500 |
| #define CLIENTID_GET "client_id="CLIENTID |
| #define GET_RQ_FULL "https://api.soundcloud.com/users/%s/tracks.json?limit=200&linked_partitioning=1&"CLIENTID_GET |
| struct http_response* soundcloud_connect_track | ( | struct track * | track | ) |
| struct track_list* soundcloud_get_entries | ( | struct network_conn * | nwc, |
| char * | user | ||
| ) |
| struct track_list* soundcloud_get_stream | ( | ) |
1.8.9.1