Created
October 3, 2012 14:45
-
-
Save listrophy/3827302 to your computer and use it in GitHub Desktop.
TravisCI.app endpoints
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
honor TravisCI(原+*-) ack -ua 'json' TravisCI | |
TravisCI/BWBuild+Presenter.m | |
22: NSString *resourcePath = [NSString stringWithFormat:@"/builds/%@.json", self.remote_id]; | |
TravisCI/BWJob+Presenter.m | |
142: NSString *resourcePath = [NSString stringWithFormat:@"/jobs/%@.json", self.remote_id]; | |
TravisCI/BWRepository+Presenter.m | |
21: NSString *resourcePath = [NSString stringWithFormat:@"/repositories/%@.json", remote_id]; | |
31: NSString *resourcePath = [NSString stringWithFormat:@"/repositories/%@/builds.json", self.remote_id]; | |
TravisCI/BWRepositoryListViewController.m | |
279: [manager loadObjectsAtResourcePath:@"/repositories.json" | |
291: [manager loadObjectsAtResourcePath:@"/repositories.json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment