toggle menu
OMH Storage
androidJvm
switch theme
search in API
plugin-onedrive
/
com.openmobilehub.android.storage.plugin.onedrive.data.service.retrofit
/
OneDriveRestApiService
One
Drive
Rest
Api
Service
interface
OneDriveRestApiService
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
create
Folder
Link copied to clipboard
@
POST
(
value
=
"drives/{driveId}/items/{parentId}/children"
)
abstract
suspend
fun
createFolder
(
@
Path
(
value
=
"driveId"
)
driveId
:
String
,
@
Path
(
value
=
"parentId"
)
parentId
:
String
,
@
Body
body
:
CreateFolderRequestBody
)
:
Response
<
DriveItemResponse
>