統計情報(30日間)


最新情報をツイート


人気の投稿

iOS, Mac 用 RESTライブラリ Resty

このエントリーをはてなブックマークに追加

Blocksを使ってこんな感じで書ける。お手軽。

- (void)fetchSomething
{
  [[LRResty client] get:@"http://www.example.com" withBlock:^(LRRestyResponse *r) {
    NSLog(@"That's it! %@", [r asString]);
  }];
}





ライセンス:
その他:ARC対応、TouchJSON と OCHamcrestを使用。


Leave a Reply