Commit Graph

24 Commits

Author SHA1 Message Date
Kato Stølen 4fbbe4ca2c Add cancellation token support for release assets uploading (#2267) 2021-02-21 17:08:30 -04:00
tasadar2 75196b1a8a Added get release by tag endpoint (#1793)
* Added get release by tag endpoint

* Added integration tests for get release by tag overload

* tidy up integration tests and add reactive integration tests

* Implement repositoryId based method

* Implement repositoryId based method in Reactive client
2018-04-16 20:44:33 +10:00
Mickaël Derriey 13d5dab516 Port to .NET Core (#1503)
Port to .NET Core
2017-01-21 14:42:02 +10:00
Andreia Gaita 9e958bf998 Make Repository Id a long, it's going to grow... 2016-09-15 02:15:11 +02:00
aedampir@gmail.com 44b0f4039d ID -> Id 2016-07-17 16:29:32 +07:00
aedampir@gmail.com c00e90158c removed empty <returns> 2016-06-25 23:20:31 +07:00
Alexander Efremov a207d2abb1 cleared <returns>tags 2016-06-17 05:48:22 +07:00
Alexander Efremov 4ab2075d8c added new overloads 2016-06-12 18:59:31 +07:00
aedampir@gmail.com 4c1b2fa33c added overloads on IObservableReleasesClient and IReleasesClient 2016-05-20 18:37:51 +07:00
Brendan Forster 03ea831489 implemented IReleaseClient.GetAll with overloads to take ApiOptions 2016-02-14 16:56:36 +11:00
jic096@ucsd.edu dbe59894a4 Implemented GetLatestRelease API. 2015-12-06 17:41:21 -08:00
Haacked bb6b0aed34 Remove duplicate namespace 2015-08-04 21:27:27 -07:00
Haacked eb5d14cfdc Organize usings and remove unused 2015-08-04 21:12:37 -07:00
Henrik Andersson 78e76be7d9 Update clients 2015-03-24 00:11:52 +10:00
Dillon Buchanan b18b47acde All models used in PATCH verbs should have nullable fields 2014-10-12 08:37:11 -03:00
Brendan Forster 2ed5c49b69 dropped 'Release' suffix from some APIs 2014-07-07 12:32:15 +09:30
Haacked 119b59e9a2 Fix up URLs for individual assets
The release id is not needed.
Fixes #506
2014-06-30 09:08:48 -07:00
Cameron MacFarland f6c42b78c5 Fixing xml docs 2014-06-10 09:03:27 +08:00
Cameron MacFarland 3ffcc17dfd Fixed edit release api #506 2014-06-09 20:46:15 +08:00
Henrik Andersson 16a7cf3243 Doc Comments added
Add API URLs to comments

Doc Comment Observable Releases Client

Add API URLs to doc comments

Code Analysis fixes
2014-02-07 22:26:03 +10:00
Henrik Andersson 77f70f75bb Implement missing functions in Repo Releases API 2014-02-07 22:26:01 +10:00
Haacked a363696544 Filled in more documentation. Made it consistent. 2013-11-07 10:14:01 -08:00
Josh Sullivan 306ac7143f Fixed up some simple documentation typos/missing params 2013-11-04 22:19:35 -05:00
Haacked 61c4cdf002 Organize classes better
Closes #94
2013-10-26 09:52:56 -07:00