Prayank Mathur
171b3c520a
Implement Lock/Unlock Issue
2016-03-25 11:51:42 +05:30
Brendan Forster
46d9e1f745
remove Get<T> extension method and update impacted tests to use correct method, removing the need for
...
additional nulls in tests
2016-01-25 14:57:15 +10:30
Brendan Forster
80719c0033
aaaand format the code
2015-11-04 13:38:51 -08:00
Henrik Andersson
0600ffdb03
Add Events URL to the Issue class.
2015-09-18 23:25:55 +10:00
Naveen
af5459602c
Fixes for the comments URL not surfaced in the issue
...
This fix surfaces the comments URL in the Issue object.
2015-09-09 12:05:18 -04:00
Mordechai Zuber
0ee2f35dad
tests for clients for Gists, IssueComments, IssueClient use Assert.ThrowsAsync
2015-05-11 17:51:23 +03:00
Henrik Andersson
189ae42c3a
Update tests
2015-03-24 00:12:54 +10:00
Haacked
aace9902b9
Make IResponse.ContentType readonly
2015-01-04 19:13:34 -08:00
Haacked
4c8bab20eb
IApiResponse no longer inherits IResponse
2015-01-04 18:58:53 -08:00
Haacked
49f95d40f1
Remove Type parameter for IHttpClient send method
...
This keeps the IHttpClient interface simpler and ensures the
deserialization responsibility lies outside of that class. It only
needed the Type parameter for a special case that could be handled in a
better way.
2015-01-04 18:22:05 -08:00
Brendan Forster
7d545754a7
one project builds
2014-12-14 21:37:57 +09:30
Peter MacNaughton
b8c18e2da6
Fixing some unit tests that were not doing
...
any assertions.
Adding Received() where it was missing.
The majority of these instances were unawaited AssertEx.Throws
They are now all either awaited or replaced with Assert.Throw
Assert.Throw was used when possible and when not an option
AssertEx.Throw was awaited.
2014-02-09 01:12:31 -07:00
Kristian Hellang
ace83587ba
Removed more whitespace
2013-11-25 23:43:57 +01:00
Haroon
cff584aea5
update not create issues
2013-11-08 18:39:32 +00:00
Brendan Forster
eb7c198a67
updated test to highlight failure
2013-11-04 17:25:54 +11:00
Keith Dahlby
864c97aa86
Add missing namespaces
2013-10-31 21:53:20 -05:00
Haacked
1d64210ac5
Fix endpoint URLs for Enterprise support
...
Since Enterprise base URLs end with /api/v3 we need to make sure
the endpoints are relative and not absolute.
2013-10-29 16:02:00 -07:00
Haacked
fbe0be1220
Replace ToRequestParameters implementations.
2013-10-27 18:36:55 -07:00
Haacked
ad210cecc7
Implement IssuesClient and interface
...
This required updating our serialization strategy so we handle enums
better.
2013-10-23 14:46:19 -07:00