foxclient 5.4.0

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_paste_post**]PasteApi.md#create_paste_paste_post | **POST** /paste/ | Create Paste
[**get_paste_paste_paste_id_get**]PasteApi.md#get_paste_paste_paste_id_get | **GET** /paste/{paste_id} | Get Paste



## create_paste_paste_post

> models::PasteOutput create_paste_paste_post(paste_input)
Create Paste

Create a new paste.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**paste_input** | [**PasteInput**]PasteInput.md |  | [required] |

### Return type

[**models::PasteOutput**](PasteOutput.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_paste_paste_id_get

> models::PasteOutput get_paste_paste_paste_id_get(paste_id)
Get Paste

Get a paste by ID.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**paste_id** | **String** |  | [required] |

### Return type

[**models::PasteOutput**](PasteOutput.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)