Created
April 10, 2013 13:34
-
-
Save s6577t/5354672 to your computer and use it in GitHub Desktop.
diff api sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| add: {uri: ..., ...} | |
| }, | |
| { | |
| modify: {uri:..., ...} | |
| }, | |
| { | |
| delete: {uri: ...} | |
| }, | |
| { | |
| add: {uri: ..., ...} | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need more context. Is this an idea for an app? What do those uris point to? Commits?