Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 438 Bytes

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.