Created
January 20, 2015 00:02
-
-
Save MFQ/15a946df0f48a5a3ed92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
country_league_bowlers GET /countries/:country_id/leagues/:league_id/bowlers(.:format) bowlers#index | |
country_league_bowler GET /countries/:country_id/leagues/:league_id/bowlers/:id(.:format) bowlers#show | |
country_league_batsmen GET /countries/:country_id/leagues/:league_id/batsmen(.:format) batsmen#index | |
country_league_batsman GET /countries/:country_id/leagues/:league_id/batsmen/:id(.:format) batsmen#show | |
country_leagues GET /countries/:country_id/leagues(.:format) leagues#index | |
country_league GET /countries/:country_id/leagues/:id(.:format) leagues#show | |
countries GET /countries(.:format) countries#index | |
country GET /countries/:id(.:format) countries#show |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment