/datum/cobalt_tools
Datum used to manage the functionality and cache for the cobalt.tools API.
Vars | |
base_url | The base API url to use. |
---|---|
Procs | |
request_tunnel | Sends a request to the cobalt.tools API to fetch a tunnel for the audio file we want. |
Var Details
base_url
The base API url to use.
Proc Details
request_tunnel
Sends a request to the cobalt.tools API to fetch a tunnel for the audio file we want.
Returns list(filename, url) if successful, otherwise crashes.