Go module for Redmine API
Find a file
2025-11-23 05:30:40 +01:00
.gitignore init 2024-04-29 08:08:34 +02:00
autheticator.go set user impoersonating with a separate method 2024-05-02 06:37:58 +02:00
author.go init 2024-04-29 08:08:34 +02:00
category.go init 2024-04-29 08:08:34 +02:00
customfield.go init 2024-04-29 08:08:34 +02:00
go.mod Update module path 2025-11-23 05:30:40 +01:00
go.sum rename JSON and YAML function 2024-04-30 22:49:03 +02:00
group.go update field tags 2024-05-02 06:38:47 +02:00
issue.go fix YAML() and JSON() methods for Issue 2024-05-02 06:45:11 +02:00
issue_status.go add partial functionality of Issue Status 2024-05-02 06:40:32 +02:00
issues.go add String() function 2024-05-02 00:23:02 +02:00
issues_test.go refactor 2024-04-30 22:49:45 +02:00
LICENSE Create LICENSE 2024-04-29 08:17:08 +02:00
membership.go update field tags 2024-05-02 06:45:39 +02:00
parameter.go IncludeParameter() use a string slice and add StatusAllFilter() 2024-05-02 06:46:48 +02:00
priority.go add partial functionality of Priority 2024-05-02 06:47:34 +02:00
project.go add partial functionality of Project 2024-05-02 06:48:21 +02:00
projects.go add Projects 2024-05-02 01:02:54 +02:00
projects_test.go add Projects 2024-05-02 01:02:54 +02:00
README.md Update README 2025-11-23 05:29:56 +01:00
redmine.go set user impoersonating with a separate method 2024-05-02 06:37:58 +02:00
redmine_test.go set user impoersonating with a separate method 2024-05-02 06:37:58 +02:00
role.go update field tags 2024-05-02 06:48:36 +02:00
tracker.go update field tags and add TrackerWithName() 2024-05-02 06:50:58 +02:00
tracker_test.go update field tags and add TrackerWithName() 2024-05-02 06:50:58 +02:00
user.go update String() format and add TrackerWithName() 2024-05-02 06:51:56 +02:00
user_test.go update String() format and add TrackerWithName() 2024-05-02 06:51:56 +02:00
users.go add Logins() to list users login names 2024-05-02 01:02:18 +02:00
users_test.go add examples 2024-04-30 22:51:12 +02:00

redmine

Go module for Redmine API

Go Reference Go Report Card