Skip to content

Instantly share code, notes, and snippets.

@imjcw
Created February 9, 2017 04:52
Show Gist options
  • Save imjcw/a87b04e1207f560174edc3a13e0080f8 to your computer and use it in GitHub Desktop.
Save imjcw/a87b04e1207f560174edc3a13e0080f8 to your computer and use it in GitHub Desktop.

Revisions

  1. imjcw renamed this gist Feb 9, 2017. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions command.md → GistApiCommand.md
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,22 @@
    #Gist List
    ##Gist List

    ```
    https://api.github.com/users/imjcw/gists
    ```

    #Gist Detail
    ##Gist Detail

    ```
    https://api.github.com/gists/:gistId
    ```

    #Gist Comment
    ##Gist Comment

    ```
    https://api.github.com/gists/:gistId/commits
    ```

    #Gist Raw Url
    ##Gist Raw Url

    ```
    https://gist.github.com/imjcw/:gistId/raw/:commitId/vardump.sublime-snippet
  2. imjcw created this gist Feb 9, 2017.
    23 changes: 23 additions & 0 deletions command.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    #Gist List

    ```
    https://api.github.com/users/imjcw/gists
    ```

    #Gist Detail

    ```
    https://api.github.com/gists/:gistId
    ```

    #Gist Comment

    ```
    https://api.github.com/gists/:gistId/commits
    ```

    #Gist Raw Url

    ```
    https://gist.github.com/imjcw/:gistId/raw/:commitId/vardump.sublime-snippet
    ```