nim-pastebin is a Nim wrapper for the Pastebin API. It consists of three files:
- pastebin.nim - Main file, contains the functions.
- pastebin_formats.nim - Contains format constants.
- pastebin_constants.nim - Contains miscellaneous constants.
Run nim doc [filename]
for documentation and see http://pastebin.com/api for usage and more info.
nim-pastebin is released under the MIT Open Source License.