Module files

Module files 

Source
Expand description

Files Rest API Endpoint definitions

Redmine Documentation

  • project specific files endpoint
  • create file endpoint

Structs§

CreateFile
The endpoint to create a Redmine file
CreateFileBuilder
Builder for CreateFile.
File
a type for files to use as an API return type
FileWrapper
helper struct for outer layers with a file field holding the inner data
FilesWrapper
helper struct for outer layers with a files field holding the inner data
ListProjectFiles
The endpoint for all files in a Redmine project
ListProjectFilesBuilder
Builder for ListProjectFiles.

Enums§

CreateFileBuilderError
Error type for CreateFileBuilder
ListProjectFilesBuilderError
Error type for ListProjectFilesBuilder