foxclient 6.0.3

Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
Documentation
# \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)