pastebin-js
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -65,3 +65,3 @@ 'use strict'; | ||
} | ||
return this._getApi(conf.net.protocol + conf.net.base + conf.net.endpoint.api + id, null); | ||
return this._getApi(conf.net.protocol + conf.net.base + conf.net.endpoint.raw + id, null); | ||
}; | ||
@@ -68,0 +68,0 @@ |
{ | ||
"name": "pastebin-js", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "NodeJS module for Pastebin API", | ||
@@ -5,0 +5,0 @@ "main": "index", |
@@ -91,2 +91,4 @@ pastebin-js | ||
**pastebin.getPaste(pasteID, isPrivate)** : get a private paste. Set ``isPrivate`` to ``true``. You will need to provide a username & password in your config! | ||
**pastebin.getUserInfo()** : gets the userinfo | ||
@@ -93,0 +95,0 @@ |
206
40786
11