Skip to content

Instantly share code, notes, and snippets.

View mikesaltsman's full-sized avatar

Mike Saltsman mikesaltsman

View GitHub Profile
@mikesaltsman
mikesaltsman / style.css
Created October 20, 2017 14:24
Convoy Grid Basic Styling
/*************************
Begin Convoy-specific styling
*************************/
h3.cnvy-grid {
display: none;
}
img.cnvy-header-img {
width: 100%;
margin-bottom: 40px;
}
### Keybase proof
I hereby claim:
* I am mikesaltsman on github.
* I am bios (https://keybase.io/bios) on keybase.
* I have a public key ASCGRL6dd7SXuQy_FOjAj1DYIn4aOxF4wH2RkqUCKGwHaQo
To claim this, I am signing this object:
NSURL *url = [NSURL URLWithString:@"https://mysite.com/"];
AFHTTPClient *httpClient = [[AFHTTPClient alloc] initWithBaseURL:url];
NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:
height, @"user[height]",
weight, @"user[weight]",
nil];
NSMutableURLRequest *request = [httpClient requestWithMethod:@"POST" path:@"/myobject" parameters:params];
AFHTTPRequestOperation *operation = [AFHTTPRequestOperation operationWithRequest:request