Expand description

Enumerations Rest API Endpoint definitions

Redmine Documentation

  • all issue priorities endpoint
  • all time entry activities endpoint
  • all document categories endpoint

Structs

helper struct for outer layers with a document_categories field holding the inner data

a type for document category to use as an API return type

a minimal type for Redmine document categories included in other Redmine objects

helper struct for outer layers with a issue_priorities field holding the inner data

a type for issue priority to use as an API return type

a minimal type for Redmine issue priorities included in other Redmine objects

The endpoint for all document categories

The endpoint for all issue priorities

The endpoint for all time entry activities

helper struct for outer layers with a time_entry_activities field holding the inner data

a type for time entry activity to use as an API return type

a minimal type for Redmine time entry activities included in other Redmine objects

Enums

Error type for ListDocumentCategoriesBuilder

Error type for ListIssuePrioritiesBuilder

Error type for ListTimeEntryActivitiesBuilder