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
| import urllib2 | |
| # Get Order Quote | |
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| size = "8.5x11" | |
| paperstock = "Premium Photo" | |
| lamination = "None" | |
| mounting = "None" |
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
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $orderId = "[id of order]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/spiralnotebook/orderstatus'; |
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
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "[url of pdf]"; | |
| $size = "8.5x11"; | |
| $cover = "Clear Cover (Normal Finish) + Black Back"; | |
| $paper = "White Paper (24 lb Bright)"; | |
| $color = "Color"; |
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
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "[url of pdf]"; | |
| $size = "8.5x11"; | |
| $cover = "Clear Cover (Normal Finish) + Black Back"; | |
| $paper = "White Paper (24 lb Bright)"; | |
| $color = "Color"; |
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
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "[url of pdf]"; | |
| $size = "8.5x11"; | |
| $cover = "Clear Cover (Normal Finish) + Black Back"; | |
| $paper = "White Paper (24 lb Bright)"; | |
| $color = "Color"; |
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
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "[url of pdf]"; | |
| $size = "8.5x11"; | |
| $cover = "Clear Cover (Normal Finish) + Black Back"; | |
| $paper = "White Paper (24 lb Bright)"; | |
| $color = "Color"; |
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
| <?php | |
| $Proof_ID = "[id of proof]"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/spiralnotebook/proof/'.$Proof_ID.'/'; |
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
| <?php | |
| $pdfurl = "[url of pdf]"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $curl_handle = curl_init(); |
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
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $orderId = "[id of order]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/card/orderstatus'; |
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
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "[url of pdf]"; | |
| $size = "4.25x5.5"; | |
| $paper = "White Uncoated 60#"; | |
| $coating = "None"; |