soundcloud v0.1.0 Soundcloud.Request View Source

Link to this section Summary

Functions

Return any file objects from the provided map

Transform a nested dict into a string with namespaced query params

Return the provided map with any file objects removed

Convert a resource name (e.g. tracks) into a URI

Link to this section Functions

Link to this function delete(path, config, params \\ []) View Source
Link to this function extract_files_from_map(map) View Source

Return any file objects from the provided map.

Link to this function get(path, config, params \\ []) View Source
Link to this function head(path, config, params \\ []) View Source
Link to this function namespaced_query_string(d, prefix \\ "") View Source

Transform a nested dict into a string with namespaced query params.

Link to this function post(path, config, params \\ []) View Source
Link to this function put(path, config, params \\ []) View Source
Link to this function remove_files_from_map(map) View Source

Return the provided map with any file objects removed.

Link to this function request(method, path, config, params) View Source
Link to this function resolve_resource_name(name, config) View Source

Convert a resource name (e.g. tracks) into a URI.