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
equest URL:http://test.stocktwits.com/api/account/verify_credentials.json | |
Request Method:GET | |
Status Code:200 OK | |
Request Headers | |
Authorization:Basic YXBwbGV0ZXN0ZXI6YXBwbGV0ZXN0ZXI= | |
Cache-Control:no-cache | |
If-Modified-Since:Thu, 01 Jan 1970 00:00:00 GMT | |
User-Agent:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4 | |
X-Requested-With:XMLHttpRequest | |
X-St:true |
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
# Mac OS X Finder and whatnot | |
.DS_Store | |
# Sparkle distribution Private Key (Don't check me in!) | |
dsa_priv.pem | |
# XCode (and ancestors) per-user config (very noisy, and not relevant) | |
*.mode1 |
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
/* | |
Using data serialization for client server communication | |
CPKeyedArchiver | |
CPKeyedArchiver is the easiest way to serialize your data into some string value for client/server communication (for example using CPURLRequest and CPURLConnection objects). | |
*/ | |
-(void) sendAsynchRequest |
NewerOlder