Listing Pastes
.Maui Pastebin API to list all your pastes.
POSTGET *https://api.dotmaui.com/client/1.0/pastebin/
Parameters
Field | Type | Description | Required |
---|---|---|---|
apikey | String |
.Maui Api key |
True |
cmd | String |
Currently only the LS command is supported to display your pastes (max 500) |
True |
limit | String |
Takes two numeric arguments separated by comma (ex: 10,10). The first argument specifies the offset of the first file to return, and the second specifies the maximum number of files to return. Default is 0,500.
|
False |
beauty | Boolean |
Format your JSON to make it more readable. Default is false.
|
False |
The text is excluded for performance reasons. To obtain the text of a single paste, call the get function.
Success 200
It will be a JSON string
HTTP/1.1 200 OK { "1": { "title": "Raspberry Pi controllo led pagina html", "date": "2017-01-03T07:05:56.979", "language": "html", "author": "DotMaui", "UID": "ZOYxLQv7", "exposure": "public", "url": "https://dotmaui.com/pastebin/ZOYxLQv7", "expiration": "never" }, "2": { "title": "Pyserver", "date": "2017-02-14T13:18:02.372", "language": "python", "author": "DotMaui", "UID": "7Q4VOFl5", "exposure": "public", "url": "https://dotmaui.com/pastebin/7Q4VOFl5", "expiration": "never" } }