Commit Graph

16 Commits

Author SHA1 Message Date
Mordechai Zuber
44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
Haacked
862bf6a5d3 Add a bunch of doc comments
We get a lot of build output because of missing XML comments that we
ignore. I'd like to stop ignoring them. To do that, we need to doc the
💩 out of everything.
2015-09-27 17:10:39 -07:00
Jeff Foster
720cd17770 add filename for code search 2015-08-10 11:58:53 +01:00
Kristian Hellang
7bd0447bd6 Changed repos to a specialized collection 2015-07-19 13:14:24 +02:00
Brendan Forster
8596019e14 update SearchCodeRequest to use collection for Repos 2015-07-19 07:45:00 +09:30
Kori Francis
06f3b656fa Change to separate owner and name params 2015-02-17 22:17:38 -05:00
Kori Francis
4a8877cc43 #418 Add repo parameters for code search 2015-02-17 14:39:10 -05:00
Haacked
1dd42ec4c8 Use IReadOnlyList instead of IReadOnlyCollection or IEnumerable
For response models.
2015-01-04 14:28:06 -08:00
Haacked
9eb14f3c51 Make readonly collections truly readonly
These methods actually returned mutable collections that happen
to implement the readonly interfaces. User could cast them to
the actual type and add things. I'd rather avoid even that
possibility by making these truly return readonly stuff.
2014-02-26 18:38:57 -08:00
Amy Palamountain
fa9c618302 Debugger display ++ 2014-02-19 21:43:35 +13:00
Henrik Andersson
9d0376644f Add unit tests
And make sure that the Forks property returns a lowercase representation
of it's value...
2014-01-19 07:12:39 +10:00
Henrik Andersson
a3c1bb814e Use the ToParameter on Language
So that we pass the correct value to the API
2014-01-19 06:45:42 +10:00
Henrik Andersson
28b7c160e6 Refactor SearchCodeRequest to match the API 2014-01-19 06:14:14 +10:00
Haroon
ea073022a4 clean up search code so it fully works for now
we need to add all other qualifiers later
2013-11-25 10:28:27 +00:00
Haroon
6e5acbb275 using RequestParams base class 2013-11-25 10:04:08 +00:00
Haroon
2bcb5b9924 Separate out the classes for readability
was too messy, fixed all relevant projects to contain the new classes.
2013-11-22 10:23:43 +00:00