Skip to content

Commit

Permalink
Merge pull request #8 from owncloud/reflect-current
Browse files Browse the repository at this point in the history
Update the specs to match the current implementation
  • Loading branch information
butonic committed Nov 24, 2021
1 parent 9d9516a commit d758ab2
Show file tree
Hide file tree
Showing 50 changed files with 1,473 additions and 1,753 deletions.
8 changes: 6 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@
.travis.yml
README.md
api/openapi.yaml
api_drives.go
api_me_drive.go
api_me_drive_root.go
api_me_drive_root_children.go
api_me_drives.go
client.go
configuration.go
docs/BaseItem.md
docs/BaseItemAllOf.md
docs/CollectionOfDrive.md
docs/CollectionOfDriveItems.md
docs/Deleted.md
docs/DirectoryObject.md
docs/DirectoryObjectAllOf.md
docs/Drive.md
docs/DriveAllOf.md
docs/DriveItem.md
docs/DriveItemAllOf.md
docs/DrivesApi.md
docs/Entity.md
docs/FileSystemInfo.md
docs/Folder.md
Expand All @@ -28,13 +32,13 @@ docs/Image.md
docs/ItemReference.md
docs/MeDriveApi.md
docs/MeDriveRootApi.md
docs/MeDriveRootChildrenApi.md
docs/MeDrivesApi.md
docs/OdataError.md
docs/OdataErrorDetail.md
docs/OdataErrorMain.md
docs/OpenGraphFile.md
docs/Quota.md
docs/StoragePlanInformation.md
docs/User.md
docs/UserAllOf.md
git_push.sh
Expand All @@ -43,6 +47,7 @@ go.sum
model_base_item.go
model_base_item_all_of.go
model_collection_of_drive.go
model_collection_of_drive_items.go
model_deleted.go
model_directory_object.go
model_directory_object_all_of.go
Expand All @@ -64,7 +69,6 @@ model_odata_error_detail.go
model_odata_error_main.go
model_open_graph_file.go
model_quota.go
model_storage_plan_information.go
model_user.go
model_user_all_of.go
response.go
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v0.0
- API version: v0.1.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -78,21 +78,22 @@ All URIs are relative to *https://ocis.ocis-traefik.latest.owncloud.works*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*MeDriveApi* | [**MeCreateDrives**](docs/MeDriveApi.md#mecreatedrives) | **Post** /me/drives | Create new navigation property to drives for me
*MeDriveApi* | [**MeListDrives**](docs/MeDriveApi.md#melistdrives) | **Get** /me/drives | Get drives from me
*MeDriveRootApi* | [**MeDriveRootDeleteRoot**](docs/MeDriveRootApi.md#medriverootdeleteroot) | **Delete** /drive/root | Delete navigation property root for drive
*MeDriveRootApi* | [**MeDriveRootGetRoot**](docs/MeDriveRootApi.md#medriverootgetroot) | **Get** /drive/root | Get root from drive
*MeDriveRootApi* | [**MeDriveRootUpdateRoot**](docs/MeDriveRootApi.md#medriverootupdateroot) | **Patch** /drive/root | Update the navigation property root in drive
*MeDrivesApi* | [**MeDrivesDeleteDrive**](docs/MeDrivesApi.md#medrivesdeletedrive) | **Delete** /me/drives/{drive-id} | Delete a specific navigation property drive
*MeDrivesApi* | [**MeDrivesGetDrive**](docs/MeDrivesApi.md#medrivesgetdrive) | **Get** /me/drives/{drive-id} | Get drive by id
*MeDrivesApi* | [**MeDrivesUpdateDrive**](docs/MeDrivesApi.md#medrivesupdatedrive) | **Patch** /me/drives/{drive-id} | Update the navigation property of a specific drive
*DrivesApi* | [**DrivesCreateDrive**](docs/DrivesApi.md#drivescreatedrive) | **Post** /drives/{drive-id} | Create a new navigation property of a specific drive
*DrivesApi* | [**DrivesDeleteDrive**](docs/DrivesApi.md#drivesdeletedrive) | **Delete** /drives/{drive-id} | Delete a specific navigation property drive
*DrivesApi* | [**DrivesGetDrive**](docs/DrivesApi.md#drivesgetdrive) | **Get** /drives/{drive-id} | Get drive by id
*DrivesApi* | [**DrivesUpdateDrive**](docs/DrivesApi.md#drivesupdatedrive) | **Patch** /drives/{drive-id} | Update the navigation property of a specific drive
*MeDriveApi* | [**MeDriveGetHome**](docs/MeDriveApi.md#medrivegethome) | **Get** /me/drive | Get home drive for user
*MeDriveRootApi* | [**MeDriveGetRoot**](docs/MeDriveRootApi.md#medrivegetroot) | **Get** /me/drive/root | Get root from home drive
*MeDriveRootChildrenApi* | [**MeDriveRootGetChildren**](docs/MeDriveRootChildrenApi.md#medriverootgetchildren) | **Get** /me/drive/root/children | Get children from drive
*MeDrivesApi* | [**MeListDrives**](docs/MeDrivesApi.md#melistdrives) | **Get** /me/drives | Get drives from me


## Documentation For Models

- [BaseItem](docs/BaseItem.md)
- [BaseItemAllOf](docs/BaseItemAllOf.md)
- [CollectionOfDrive](docs/CollectionOfDrive.md)
- [CollectionOfDriveItems](docs/CollectionOfDriveItems.md)
- [Deleted](docs/Deleted.md)
- [DirectoryObject](docs/DirectoryObject.md)
- [DirectoryObjectAllOf](docs/DirectoryObjectAllOf.md)
Expand All @@ -114,7 +115,6 @@ Class | Method | HTTP request | Description
- [OdataErrorMain](docs/OdataErrorMain.md)
- [OpenGraphFile](docs/OpenGraphFile.md)
- [Quota](docs/Quota.md)
- [StoragePlanInformation](docs/StoragePlanInformation.md)
- [User](docs/User.md)
- [UserAllOf](docs/UserAllOf.md)

Expand Down
Loading

0 comments on commit d758ab2

Please sign in to comment.