🎧 The official command-line interface for Rocksky — a modern, decentralized music tracking and discovery platform built on the AT Protocol.

update README

+19
+19
README.md
··· 136 137 Get the current user's information. 138 139 ### nowplaying 140 141 Get the currently playing track. ··· 155 ``` 156 157 **Returns:** 158 The currently playing track for the specified user. 159 160 ### scrobbles ··· 175 ``` 176 177 **Returns:** 178 A list of recently played tracks for the specified user. 179 180 ### my-scrobbles ··· 189 ``` 190 191 **Returns:** 192 A list of recently played tracks for the current user. 193 194 ### search ··· 218 ``` 219 220 **Returns:** 221 A list of search results based on the specified query and filters. 222 223 ### artists ··· 239 ``` 240 241 **Returns:** 242 A list of the user's top artists, including their names and play counts. 243 244 ### albums ··· 260 ``` 261 262 **Returns:** 263 A list of the user's top albums, including their names and play counts. 264 265 ### tracks ··· 281 ``` 282 283 **Returns:** 284 A list of the user's top tracks, including their names and play counts. 285 286 ### stats ··· 318 ``` 319 320 **Returns:** 321 A confirmation message indicating that the API key was created successfully. 322 323
··· 136 137 Get the current user's information. 138 139 + **Example:** 140 + ```json 141 + { 142 + "name": "whoami" 143 + } 144 + ``` 145 + 146 + **Returns:** 147 + 148 + The current user's information, including their DID, handle, and other relevant details. 149 + 150 ### nowplaying 151 152 Get the currently playing track. ··· 166 ``` 167 168 **Returns:** 169 + 170 The currently playing track for the specified user. 171 172 ### scrobbles ··· 187 ``` 188 189 **Returns:** 190 + 191 A list of recently played tracks for the specified user. 192 193 ### my-scrobbles ··· 202 ``` 203 204 **Returns:** 205 + 206 A list of recently played tracks for the current user. 207 208 ### search ··· 232 ``` 233 234 **Returns:** 235 + 236 A list of search results based on the specified query and filters. 237 238 ### artists ··· 254 ``` 255 256 **Returns:** 257 + 258 A list of the user's top artists, including their names and play counts. 259 260 ### albums ··· 276 ``` 277 278 **Returns:** 279 + 280 A list of the user's top albums, including their names and play counts. 281 282 ### tracks ··· 298 ``` 299 300 **Returns:** 301 + 302 A list of the user's top tracks, including their names and play counts. 303 304 ### stats ··· 336 ``` 337 338 **Returns:** 339 + 340 A confirmation message indicating that the API key was created successfully. 341 342