My Android app "Hubroid" includes a feature that allows you to view a repository's commit log. In order to get commit information, the user must select a branch. When I select a branch of a repository containing a period (.), the API returns an "api route not recognized" error. Currently, my app does not check to see if the API returned an error, so it crashes. Can support be added for periods in API call URLs? <laziness> After all, I follow the API specification correctly, I should not get any errors, therefore I should not need to check for errors, right? </ laziness>
URL Example: http://github.com/api/v2/json/commits/list/eddieringle/wicketpixie/1.2
-- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
