Skip to content

Commit

Permalink
Updated documentation autogen script to generate in Markdown format i…
Browse files Browse the repository at this point in the history
…nstead of XML
  • Loading branch information
meltingice committed Oct 25, 2010
1 parent 60ea9a6 commit 0bf1960
Show file tree
Hide file tree
Showing 20 changed files with 903 additions and 581 deletions.
148 changes: 148 additions & 0 deletions docs/APIs/flickr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
<h1>flickr API Reference<h1>
Documentation generated: October 25, 2010 2:35am

<h2>blogs</h2>

* getServices

<h2>collections</h2>

* getTree

<h2>commons</h2>

* getInstitutions

<h2>contacts</h2>

* getPublicList

<h2>favorites</h2>

* getPublicList

<h2>galleries</h2>

* getInfo
* getList
* getListForPhoto
* getPhotos

<h2>groups</h2>

* getInfo
* search

<h3>pools</h3>

* getContext
* getPhotos

<h2>interestingness</h2>

* getList

<h2>machinetags</h2>

* getNamespaces
* getPairs
* getPredicates
* getRecentValues
* getValues

<h2>panda</h2>

* getList
* getPhotos

<h2>people</h2>

* findByEmail
* findByUsername
* getInfo
* getPhotosOf
* getPublicGroups
* getPublicPhotos

<h2>photos</h2>

* getAllContexts
* getContactsPublicPhotos
* getContext
* getExif
* getFavorites
* getInfo
* getRecent
* getSizes
* search

<h3>comments</h3>

* getList

<h3>get</h3>

* getLocation

<h3>licenses</h3>

* getInfo

<h3>people</h3>

* getList

<h2>photosets</h2>

* getContext
* getInfo
* getList
* getPhotos

<h3>comments</h3>

* getList

<h2>places</h2>

* find
* findByLatLon
* getChildrenWithPhotosPublic
* getInfo
* getInfoByUrl
* getPlaceTypes
* getShapeHistory
* getTopPlacesList
* placesForBoundingBox
* placesForTags
* resolvePlaceId
* tagsForPlace

<h2>reflection</h2>

* getMethodInfo
* getMethods

<h2>tags</h2>

* getClusterPhotos
* getClusters
* getHotList
* getListPhoto
* getListUser
* getListUserPopular
* getListUserRaw
* getRelated

<h2>urls</h2>

* getGroup
* getUserPhotos
* getUserProfile
* lookupGallery
* lookupGroup
* lookupUser

<h2>util</h2>

* getPhotoUrl
47 changes: 47 additions & 0 deletions docs/APIs/github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<h1>github API Reference<h1>
Documentation generated: October 25, 2010 2:35am

<h2>user</h2>

* search
* show
* following
* followers

<h2>repos</h2>

* watched
* search
* show
* user
* collaborators
* contributors
* watchers
* network
* languages
* tags
* branches

<h2>issues</h2>

* search
* list
* show
* comments

<h2>commits</h2>

* list
* file
* show

<h2>tree</h2>

* show
* blob
* blobs

<h2>gist</h2>

* meta
* gists
44 changes: 44 additions & 0 deletions docs/APIs/plixi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<h1>plixi API Reference<h1>
Documentation generated: October 25, 2010 2:35am

<h2>user</h2>

* show
* comments
* friends
* favorites
* photos

<h3>photo_iterator</h3>

* next
* previous
* has_favorited
* feed

<h2>photo</h2>

* show
* comments
* favorizers
* tags
* viewers
* meta_from_url

<h2>photos</h2>

<h3>iterator</h3>

* next
* previous
* by_location
* by_venue
* list
* query_count

<h2>leaderboard</h2>

* viewed
* commented
* voted
* socialfeed
32 changes: 32 additions & 0 deletions docs/APIs/reddit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<h1>reddit API Reference<h1>
Documentation generated: October 25, 2010 2:35am

<h2>front_page</h2>

* hot
* show_new
* controversial
* top

<h2>subreddit</h2>

* hot
* show_new
* controversial
* top
* r

<h2>post</h2>

* show
* url

<h2>user</h2>

* overview
* comments
* submitted
* liked
* disliked
* hidden
* search
6 changes: 6 additions & 0 deletions docs/APIs/tumblr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<h1>tumblr API Reference<h1>
Documentation generated: October 25, 2010 2:35am

<h2>posts</h2>

* show
38 changes: 38 additions & 0 deletions docs/APIs/twitpic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<h1>twitpic API Reference<h1>
Documentation generated: October 25, 2010 2:35am

<h2>media</h2>

* show

<h2>users</h2>

* show

<h2>comments</h2>

* show

<h2>place</h2>

* show

<h2>places</h2>

* show

<h2>events</h2>

* show

<h2>event</h2>

* show

<h2>tags</h2>

* show

<h2>util</h2>

* getPhotoUrl
50 changes: 50 additions & 0 deletions docs/APIs/twitter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<h1>twitter API Reference<h1>
Documentation generated: October 25, 2010 2:35am

<h2>statuses</h2>

* public_timeline
* user_timeline
* show
* retweets
* friends
* followers

<h2>users</h2>

* show
* suggestions

<h2>trends</h2>

* show
* current
* daily
* weekly
* available

<h2>lists</h2>

* statuses

<h2>friendships</h2>

* exists
* show

<h2>friends</h2>

* ids

<h2>followers</h2>

* ids

<h2>geo</h2>

* nearby_places
* search
* similar_places
* reverse_geocode
* show
* search
Loading

0 comments on commit 0bf1960

Please sign in to comment.