img_src 0.3.2

Rust SDK for img-src image processing and delivery API
Documentation
# \UsageApi

All URIs are relative to *https://api.img-src.io*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_usage**]UsageApi.md#get_usage | **GET** /api/v1/usage | Get usage statistics



## get_usage

> models::UsageResponse get_usage()
Get usage statistics

Returns usage statistics for the authenticated user

### Parameters

This endpoint does not need any parameter.

### Return type

[**models::UsageResponse**](UsageResponse.md)

### Authorization

[BearerAuth](../README.md#BearerAuth)

### 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)