Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsz-rb committed Oct 26, 2023
1 parent 48f0206 commit ae8098c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions client/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,43 +60,6 @@ type FlattenedProject struct {
Timezone string `json:"timezone" mapstructure:"timezone"`
}

// FIXME: finish implementing the entire set of Project fields
/*
SettingsData struct {
Grouping struct {
AutoUpgrade bool `json:"auto_upgrade"`
RecentVersions []string `json:"recent_versions"`
} `json:"grouping"`
Integrations struct {
Asana interface{} `json:"asana"`
AzureDevops interface{} `json:"azuredevops"`
Bitbucket interface{} `json:"bitbucket"`
//"campfire": {},
//"ciscospark": {},
//"clubhouse": {},
//"datadog": {},
//"email": {
// "enabled": true
//},
//"flowdock": {},
//"github": {},
//"gitlab": {},
//"hipchat": {},
//"jira": {},
//"lightstep": {},
//"pagerduty": {},
//"pivotal": {},
//"slack": {},
//"sprintly": {},
//"trello": {},
//"victorops": {},
//"webhook": {}
} `json:"integrations"`
TimeFormat string `json:"time_format"`
Timezone string `json:"timezone"`
} `json:"settings_data"`
*/

// ListProjects lists all Rollbar projects.
func (c *RollbarAPIClient) ListProjects() ([]Project, error) {
u := c.BaseURL + pathProjectList
Expand Down

0 comments on commit ae8098c

Please sign in to comment.