Expand description
Enumerations Rest API Endpoint definitions
- all issue priorities endpoint
- all time entry activities endpoint
- all document categories endpoint
Structs§
- Document
Categories Wrapper - helper struct for outer layers with a document_categories field holding the inner data
- Document
Category - a type for document category to use as an API return type
- Document
Category Essentials - a minimal type for Redmine document categories included in other Redmine objects
- Issue
Priorities Wrapper - helper struct for outer layers with a issue_priorities field holding the inner data
- Issue
Priority - a type for issue priority to use as an API return type
- Issue
Priority Essentials - a minimal type for Redmine issue priorities included in other Redmine objects
- List
Document Categories - The endpoint for all document categories
- List
Document Categories Builder - Builder for
ListDocumentCategories
. - List
Issue Priorities - The endpoint for all issue priorities
- List
Issue Priorities Builder - Builder for
ListIssuePriorities
. - List
Time Entry Activities - The endpoint for all time entry activities
- List
Time Entry Activities Builder - Builder for
ListTimeEntryActivities
. - Time
Entry Activities Wrapper - helper struct for outer layers with a time_entry_activities field holding the inner data
- Time
Entry Activity - a type for time entry activity to use as an API return type
- Time
Entry Activity Essentials - a minimal type for Redmine time entry activities included in other Redmine objects
Enums§
- List
Document Categories Builder Error - Error type for ListDocumentCategoriesBuilder
- List
Issue Priorities Builder Error - Error type for ListIssuePrioritiesBuilder
- List
Time Entry Activities Builder Error - Error type for ListTimeEntryActivitiesBuilder