No description
Find a file
2017-07-23 20:08:21 -05:00
LICENSE.md Update license and readme files 2017-07-23 19:42:01 -05:00
pastebin.nim Update to latest version of Nim; rewrite portions 2017-07-23 20:08:21 -05:00
pastebin.nimble Update nimble file 2017-07-23 19:43:30 -05:00
pastebin_constants.nim Updated constants. 2013-09-26 19:17:05 -05:00
pastebin_formats.nim Added formats file. 2013-09-25 18:44:06 -05:00
README.md Fix typo 2017-07-23 19:42:56 -05:00

About

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.

License

nim-pastebin is released under the MIT Open Source License.