Skip to content

Instantly share code, notes, and snippets.

View MrMitch's full-sized avatar
🦇
So you sit at your computer all day ?

Mitch MrMitch

🦇
So you sit at your computer all day ?
View GitHub Profile
@carlos-algms
carlos-algms / spotify adb commands.md
Created June 4, 2021 09:42
Control Spotify via ADB commands

Control Spotify via ADB commands

Working:

Open a specific playlist in Spotify via ADB:

adb am start -a android.intent.action.VIEW spotify:playlist:4bfj9Go9YnSq7L4YeWTWeY:play
@iros
iros / API.md
Created August 22, 2012 14:42
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: