1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# \PasteApi
All URIs are relative to *https://api.orangefox.download*
Method | HTTP request | Description
------------- | ------------- | -------------
[**create_paste**](PasteApi.md#create_paste) | **POST** /paste | POST /paste/ - Create a new paste.
[**get_paste**](PasteApi.md#get_paste) | **GET** /paste/{paste_id} | GET /paste/{paste_id} - Get a paste by ID.
## create_paste
> models::PasteResponse create_paste(paste_input)
POST /paste/ - Create a new paste.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**paste_input** | [**PasteInput**](PasteInput.md) | | [required] |
### Return type
[**models::PasteResponse**](PasteResponse.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_paste
> models::PasteResponse get_paste(paste_id)
GET /paste/{paste_id} - Get a paste by ID.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**paste_id** | **String** | Paste ID | [required] |
### Return type
[**models::PasteResponse**](PasteResponse.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)