Package | Description |
---|---|
com.mrivanplays.binclient.servers |
Modifier and Type | Method and Description |
---|---|
RestRequest<String> |
HasteServer.createPaste(String code)
Creates a new paste
|
RestRequest<String> |
IvanBinServer.createPaste(String code)
Creates a new paste
|
RestRequest<String> |
SourcebinServer.createPaste(String code)
Creates a new paste
|
RestRequest<String> |
GhostbinServer.createPaste(String code,
String language)
Creates a new paste
|
RestRequest<String> |
GhostbinServer.createPaste(String code,
String language,
String expiryTime)
Creates a new paste
|
RestRequest<GhostbinPaste> |
GhostbinServer.retrievePaste(String id)
Retrieves the paste with the specified id
|
RestRequest<Paste> |
HasteServer.retrievePaste(String id)
Retrieves the paste with the specified id
|
RestRequest<IvanBinPaste> |
IvanBinServer.retrievePaste(String id)
Retrieves the paste with the specified id
|
RestRequest<SourcebinPaste> |
SourcebinServer.retrievePaste(String id)
Retrieves the paste with the specified id
|
Copyright © 2019. All rights reserved.