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
| require 'net/http' | |
| # Get Shipping Options | |
| 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
| require 'net/http' | |
| # Get Shipping Options | |
| 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
| require 'net/http' | |
| # Proof (GET) | |
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| format = "JSON" | |
| environment = "Sandbox" |
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
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| pdfurl = "http://kinlane-productions.s3.amazonaws.com/pdf-samples/high-resolution-images/austrian-mountains-seen-in-the-distance.pdf" | |
| format = "JSON" | |
| environment = "Sandbox" | |
| mimeouser = "" | |
| mimeopass = "" |
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 | |
| # Proof (POST) | |
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| pdfurl = "http://kinlane-productions.s3.amazonaws.com/pdf-samples/high-resolution-images/austrian-mountains-seen-in-the-distance.pdf" | |
| format = "JSON" |
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 | |
| # Place Order | |
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| size = "8.5x11" | |
| paperstock = "Premium Photo" | |
| lamination = "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
| import urllib2 | |
| # Order Status | |
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| orderId = "00-3004-00150-42447" | |
| format = "JSON" |
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 | |
| # Proof (GET) | |
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| format = "JSON" | |
| environment = "Sandbox" |
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 Shipping Options | |
| 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
| import urllib2 | |
| # Get Shipping Options | |
| userid = "[your user id]" | |
| userkey = "[your user key]" | |
| size = "8.5x11" | |
| paperstock = "Premium Photo" | |
| lamination = "None" | |
| mounting = "None" |