()
| 303 | GetProfilesAllProjectsWithFilter(filters []string) ([]api.Profile, error) |
| 304 | GetProfileNames() (names []string, err error) |
| 305 | GetProfiles() (profiles []api.Profile, err error) |
| 306 | GetProfilesWithFilter(filters []string) ([]api.Profile, error) |
| 307 | GetProfile(name string) (profile *api.Profile, ETag string, err error) |
| 308 | CreateProfile(profile api.ProfilesPost) (err error) |
no outgoing calls