devbin
Provides a devbin api to interact with devbin without using the devbin shell command.
get(id) | Get a string from devbin. |
---|---|
put(string [, name]) | Put a string on devbin. |
- get(id)Source
Get a string from devbin.
Parameters
- id string The paste id that you want to download.
Returns
- put(string [, name])Source
Put a string on devbin.
Parameters
- string string The string that you want to put on devbin.
- name? string The name of the paste, defaults to "CC:T Paste".
Returns
- string | nil A string containing the id of the paste.