RBRouteBuilder

MIT License
Objective-C
iOS

1 image

Author

Description

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

Tags