# \EventsApi All URIs are relative to *http://localhost:40772/api* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_events**](EventsApi.md#get_events) | **GET** /events | [**get_events_stream**](EventsApi.md#get_events_stream) | **GET** /events/stream | ## get_events > Vec get_events() ### Parameters This endpoint does not need any parameter. ### Return type [**Vec**](Event.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) ## get_events_stream > Vec get_events_stream(resource, r#type) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **resource** | Option<**String**> | | | **r#type** | Option<**String**> | | | ### Return type [**Vec**](Event.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)