netlify-rust 0.1.1

An HTTP client for Netlify
Documentation
# \UserApi

All URIs are relative to *https://api.netlify.com/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_current_user**]UserApi.md#get_current_user | **GET** /user | 



## get_current_user

> Vec<crate::models::User> get_current_user()


### Parameters

This endpoint does not need any parameter.

### Return type

[**Vec<crate::models::User>**](user.md)

### Authorization

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

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