Skip to content

Commit

Permalink
/me to own tag group
Browse files Browse the repository at this point in the history
  • Loading branch information
Freenerd committed Nov 12, 2010
1 parent ea7ab34 commit 9f31076
Showing 1 changed file with 13 additions and 26 deletions.
39 changes: 13 additions & 26 deletions soundcloud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@
<!-- Same as GET users/{user_id} -->
<method name="GET" id="get_me">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
</tags>
<authentication required="true"/>
<doc url="http://github.com/soundcloud/api/wiki/10.1-Resources:-users">Returns the logged-in user</doc>
Expand All @@ -264,8 +263,7 @@

<method name="PUT" id="put_me">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
</tags>
<authentication required="true"/>
<doc url="http://github.com/soundcloud/api/wiki/10.1-Resources:-users">Updates the logged-in user</doc>
Expand All @@ -291,8 +289,7 @@
<resource path="me/tracks.{format}">
<method name="GET" id="get_me_tracks">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Tracks</tag>
</tags>
<authentication required="true"/>
Expand All @@ -318,8 +315,7 @@
<resource path="me/comments.{format}">
<method name="GET" id="get_me_comments">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Comments</tag>
</tags>
<authentication required="true"/>
Expand Down Expand Up @@ -371,8 +367,7 @@
<resource path="me/followings.{format}">
<method name="GET" id="get_me_followings">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Followings</tag>
</tags>
<authentication required="true"/>
Expand All @@ -385,8 +380,7 @@
<param name="contact_id" required="true" type="xsd:string" style="query" default="183"/>
<method name="PUT" id="put_me_followings">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Followings</tag>
</tags>
<authentication required="true"/>
Expand All @@ -396,8 +390,7 @@

<method name="DELETE" id="delete_me_followings">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Followings</tag>
</tags>
<authentication required="true"/>
Expand All @@ -423,8 +416,7 @@
<resource path="me/followers.{format}">
<method name="GET" id="get_me_followers">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Followers</tag>
</tags>
<authentication required="true"/>
Expand Down Expand Up @@ -476,8 +468,7 @@
<resource path="me/favorites.{format}">
<method name="GET" id="get_me_favorites">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Favorites</tag>
</tags>
<authentication required="true"/>
Expand All @@ -490,8 +481,7 @@
<param name="track_id" required="true" type="xsd:string" style="query" default="291"/>
<method name="PUT" id="put_me_favorites">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Favorites</tag>
</tags>
<authentication required="true"/>
Expand All @@ -501,8 +491,7 @@

<method name="DELETE" id="delete_me_favorites">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Favorites</tag>
</tags>
<authentication required="true"/>
Expand All @@ -528,8 +517,7 @@
<resource path="me/groups.{format}">
<method name="GET" id="get_me_groups">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Groups</tag>
</tags>
<authentication required="true"/>
Expand All @@ -555,8 +543,7 @@
<resource path="me/playlists.{format}">
<method name="GET" id="get_me_playlists">
<tags>
<tag primary="true">Users</tag>
<tag>Me</tag>
<tag primary="true">Me</tag>
<tag>Playlists</tag>
</tags>
<authentication required="true"/>
Expand Down

0 comments on commit 9f31076

Please sign in to comment.