Skip to content

Instantly share code, notes, and snippets.

@dongalor
Created December 11, 2016 17:10
Show Gist options
  • Save dongalor/b70919a23ef5e40b4a40d4619e1cb34c to your computer and use it in GitHub Desktop.
Save dongalor/b70919a23ef5e40b4a40d4619e1cb34c to your computer and use it in GitHub Desktop.
NSDictionary* bodyObject = @{
@"blocks": @[
@{
@"text": @"First lorem ipsum lorem ipsum ipsum lorem ipsum ipsum lorem ipsum ipsum lorem ipsum ipsum lorem ipsum",
@"photoUrl": @"http://www.ru/image.jpeg",
@"position": @2,
@"blockType": @{
@"objectId": @"96nLTrtA6n"
}
},
@{
@"text": @"Second lorem ipsum lorem ipsum ipsum lorem ipsum ipsum lorem ipsum ipsum lorem ipsum ipsum lorem ipsum",
@"photoUrl": @"http://www.ru/image.jpeg",
@"position": @3,
@"blockType": @{
@"objectId": @"KVDYkwzQs5"
}
}
],
@"sessionToken": @"r:f6c042923378fb1ec8938531c9d7e042",
@"themeId": @"vf9WeEBrkn",
@"accessAll": @NO,
@"invitedIds": @[
@"eO4ZC8fRHM",
@"smulnVeC8y"
],
@"releaseDate": @"2016-12-09T16:23:56.575Z",
@"tags": @[
@"boob",
@"porn",
@"politics",
@"noob"
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment