Changes between Version 24 and Version 25 of SPIDocs
- Timestamp:
- Sep 26, 2014 12:11:34 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SPIDocs
v24 v25 350 350 The `Projects` [wiki:SPIDocs#Services service] supports the operations described in the [wiki:SPIDocs#Profiles profiles] description to allow applications to manipulate project profiles. Only the owner of a project can change the contents of its profile. 351 351 352 ==== Viewing Projects ==== 353 354 A user can always view projects that they are a member of. The `viewProjects` operation on the `Projects` [wiki:SPIDocs#Services service] returns summaries of the various projects. Each summary includes the projectid, members, and approval status of the project. Given the projectid, the user can then query the [wiki:SPIDocs#Profiles profile]. 355 356 The `viewProjects` interface takes the user doing the search and an optional [http://en.wikipedia.org/wiki/Regular_expression regular expression] that scopes the search. If the regular expression is given, only projectids matching it are returned. Administrators can use `viewProjects` to get a list of project descriptions visible to a given user. 357 358 352 359 ==== Administrative Operations ==== 353 360 … … 436 443 437 444 The `Circles` [wiki:SPIDocs#Services service] supports the operations described in the [wiki:SPIDocs#Profiles profiles] description to allow applications to manipulate project profiles. Only the owner of a circle can change the contents of its profile. 445 446 ==== Viewing Circles ==== 447 448 A user can always view circles that they are a member of. The `viewCircles` operation on the `Circles` [wiki:SPIDocs#Services service] returns summaries of the various circles. Each summary includes the circleid, as well as the members and their permissions. Given the circleid, the user can then query the [wiki:SPIDocs#Profiles profile]. 449 450 The `viewCircles` operation takes the user doing the search and an optional [http://en.wikipedia.org/wiki/Regular_expression regular expression] that scopes the search. If the regular expression is given, only circleids matching it are returned. Administrators can use `viewCircles` to get a list of circle descriptions visible to a given user. 438 451 439 452 ==== Administrative Operations ====