Changes between Version 24 and Version 25 of SPIDocs


Ignore:
Timestamp:
Sep 26, 2014 12:11:34 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPIDocs

    v24 v25  
    350350The `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.
    351351
     352==== Viewing Projects ====
     353
     354A 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
     356The `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
    352359==== Administrative Operations ====
    353360
     
    436443
    437444The `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
     448A 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
     450The `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.
    438451
    439452==== Administrative Operations ====