fix: bump libre-graph-api-go

This commit is contained in:
Florian Schade
2023-12-22 15:53:39 +01:00
committed by Ralf Haferkamp
parent cf5f1bcb8e
commit 842baaf10f
14 changed files with 848 additions and 473 deletions

View File

@@ -50,6 +50,8 @@ type APIClient struct {
ApplicationsApi *ApplicationsApiService
DriveItemApi *DriveItemApiService
DrivesApi *DrivesApiService
DrivesGetDrivesApi *DrivesGetDrivesApiService
@@ -110,6 +112,7 @@ func NewAPIClient(cfg *Configuration) *APIClient {
// API Services
c.ApplicationsApi = (*ApplicationsApiService)(&c.common)
c.DriveItemApi = (*DriveItemApiService)(&c.common)
c.DrivesApi = (*DrivesApiService)(&c.common)
c.DrivesGetDrivesApi = (*DrivesGetDrivesApiService)(&c.common)
c.DrivesPermissionsApi = (*DrivesPermissionsApiService)(&c.common)