Created
February 7, 2011 03:51
-
-
Save mimeoconnect/813975 to your computer and use it in GitHub Desktop.
This is an example JSON response for a list of cloud printers using the Google Cloud Print (GCP) /list interface and the Zend PHP Framework
This file contains 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
{ | |
"success": true, | |
"printers": [ | |
{ | |
"id": "5846759561318635695", | |
"name": "My home printer", | |
"proxy": "ksdjf-7237sf9238-2837jidf" | |
}, | |
{ | |
"id": "2066095410062985029", | |
"name": "Another printer", | |
"proxy": "ksdjf-7237sf9238-2837jidf" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment