Commit Graph

16 Commits

Author SHA1 Message Date
Jozef Izso fc3e9c2cd2 Implement improved labels API (#1802)
* Implement new attributes for labels

* Include correct API header in all Labels calls

* Add integration tests for Create and Update methods for labels

* Use improved labels API in observable client

* found even more endpoints that need the preview header!

* RemoveFromIssue actually returns the list of remaining labels rather than null.  This change should be source compatible but not binary compatible

* Implement new labels search method in SearchClient

* Implement reactive client SearchLabels

* Improve documentation for label search methods

* more comment tidy up
2018-05-17 21:48:45 +10:00
Brendan Forster d169876a3b added some more docs 2014-10-07 14:51:36 -02:00
Brendan Forster 7da2cd04ac updated SearchIssues to match correct response shape 2014-03-05 23:03:26 +11:00
Brendan Forster b64527ec92 updated SearchCode to match correct response shape 2014-03-05 22:42:10 +11:00
Brendan Forster 433e9249a9 updated SearchUsers to match correct response shape 2014-03-05 22:22:10 +11:00
Brendan Forster 11514473f9 added a simple integration test and got it passing 2014-03-04 22:10:37 +11: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
Haroon be911051bd create 4 request types for searching 2013-11-15 10:00:37 +00:00
Haroon 99c83e9dd9 rename file and seach users class 2013-11-09 09:18:03 +00:00
Haroon 53476501d9 use repo class not searchrepo 2013-11-09 09:13:31 +00:00
Haroon 6f55b7690c use existing issues class 2013-11-09 09:11:23 +00:00
Haroon c1f2d622ae better documentation 2013-11-06 23:17:03 +00:00
Haroon 5b6def6347 search code 2013-11-06 23:13:24 +00:00
Haroon adaf3f6a4b search issues 2013-11-06 23:05:49 +00:00
Haroon 4dbaa202f6 search users 2013-11-06 22:36:58 +00:00
Haroon 59d2e347b5 prepping search repos 2013-11-06 22:26:59 +00:00