RBRouteBuilder
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/railsware/RBRouteBuilder
- 软件文档: https://github.com/railsware/RBRouteBuilder
软件介绍
Build routes without strings and headache.
Example based on a GitHub API routes
NSURL *orgsURL = router().users.add(@"AlexDenisov").orgs.URL; // NSURL: /users/AlexDenisov/orgs NSString *fullOrgPath = router().root.orgs.add(@"Railsware").path; // NSString: https://api.github.com/orgs/Railsware
