Write access to the wiki

fermionfermion Registered Users Posts: 13 Big grins
David,

Is write access to the wiki only given to employees of smugmug? I'd gladly touch up the documentation with what I've learned so far from cruising this forum and from your replies to questions.

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited June 2, 2009
    Give us the suggestions here please, we really appreciate it.
  • fermionfermion Registered Users Posts: 13 Big grins
    edited June 2, 2009
    Andy wrote:
    Give us the suggestions here please, we really appreciate it.

    Hmm, okay. Seems somewhat inefficient given the usually robust revision control that wiki systems have, but okay.

    http://wiki.smugmug.net/display/API/show+1.2.2?method=smugmug.albums.get

    - Arguments
    * Extras - "A custom, comma separated list of Album attributes to be included in the response.", or some other variant of the description here: http://www.dgrin.com/showthread.php?t=90636&highlight=lastupdated

    * LastUpdated = "Epoch time expected. Passing a LastUpdated argument will return Albums whose LastUpdated is later than the one provided."

    I've been working on a Ruby gem wrapper for the API, these are the things I've found so far that are confusing. I'll just keep adding things here as I chug along.

    Thanks :-)
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited June 2, 2009
    All the api documentation is actually auto-generated from the api itself now, so access to the wiki wouldn't really achieve anything. :D

    I know there is a few items not really documented, I'll try to roll them out this week.
    David Parry
    SmugMug API Developer
    My Photos
  • fermionfermion Registered Users Posts: 13 Big grins
    edited June 3, 2009
    devbobo wrote:
    All the api documentation is actually auto-generated from the api itself now, so access to the wiki wouldn't really achieve anything. :D

    I know there is a few items not really documented, I'll try to roll them out this week.

    Ah, that explains it. Gotta love "self documenting" (literally) code :-D

    Thanks David.
Sign In or Register to comment.