refactor: library type (#9525)

This commit is contained in:
Jason Rasmussen
2024-05-20 18:09:10 -04:00
committed by GitHub
parent 4353153fe6
commit 84d824d6a7
66 changed files with 183 additions and 984 deletions
+3 -7
View File
@@ -130,7 +130,7 @@ void (empty response body)
[[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)
# **getAllLibraries**
> List<LibraryResponseDto> getAllLibraries(type)
> List<LibraryResponseDto> getAllLibraries()
@@ -153,10 +153,9 @@ import 'package:openapi/api.dart';
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction);
final api_instance = LibraryApi();
final type = ; // LibraryType |
try {
final result = api_instance.getAllLibraries(type);
final result = api_instance.getAllLibraries();
print(result);
} catch (e) {
print('Exception when calling LibraryApi->getAllLibraries: $e\n');
@@ -164,10 +163,7 @@ try {
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**type** | [**LibraryType**](.md)| | [optional]
This endpoint does not need any parameter.
### Return type