Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Can't wildcard search for repos of a user, only an org. #29

Closed usergenic closed 7 years ago

usergenic commented 7 years ago

The API call for getting repos of a user is not the same as for an org, so we need some logic to determine whether an entity is a user or an org and then make the appropriate call to extract the names of those repos, so we can support wildcard searches over user repos.

usergenic commented 7 years ago

Fixed.