#help better pastebin api

10 messages · Page 1 of 1 (latest)

molten topaz
#

edit not work

eternal vale
#

but

#

you need a big "P" in Pastebin

#
Pastebin.setDevKey(DevKey);
const pastebin = new Pastebin();

pastebin.login(UserName, pass, function (success, data) {
  if (success) {
    pastebin.edit("x3H8jQgt", 'leaf', function (success, data) {});
  } else {
    console.error(data);
  }
});
#

Needed a bit more

molten topaz
#

still not work

#

other function create is work

scarlet valley
#

You need to elaborate on what you say