Skip to content

orangeShadow/pastebin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pastebin-api

Smart usage:

$pastebinApi  = new PastebinApi('YOUR_DEV_KEY);

$url = $pastebinApi->createPaste('paste_code');

$url = $pastebinApi->getPasteList('USER_CODE');

$url = $pastebinApi->deletePaste('USER_CODE','API_PAST_CODE');

$url = $pastebinApi->getPastesRaw('USER_CODE','API_PAST_CODE');

Method сreatePaste has additional params, look at method type hinting for detail, and pastenbin

About

Api for service pastebin.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages