Commit Graph

12 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
Itai Bar-Haim 4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
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
Amy Palamountain d35a6eea89 Hot.Doge Debugger display! 2014-02-20 21:50:23 +13:00
Andre Rodrigues 63da0a60ee Add null checks in constructor 2013-12-08 16:42:02 +01:00
Andre Rodrigues a3ff36302f Remove null check 2013-12-08 15:27:44 +01:00
Andre Rodrigues 4697c961e6 Update regex expression 2013-12-08 15:17:49 +01:00
Andre Rodrigues 7c64c17c38 Fix validation logic 2013-12-08 15:09:05 +01:00
Andre Rodrigues 18a3d3982b Apply more review comments 2013-12-06 15:35:43 +00:00
Andre Rodrigues 2ab931b541 Apply review comments 2013-12-06 09:14:40 +00:00
Andre Rodrigues 8f44a22ca3 Implement labels CRUD 2013-12-05 17:24:52 +00:00