issues
search
71
/
Rest.Fody
A multi-platform REST client powered by Fody, and heavily inspired by paulcbetts's Refit and canton7's RestEase.
MIT License
17
stars
0
forks
source link
Last tasks before 1.0
#2
Closed
71
closed
8 years ago
71
commented
8 years ago
[x] Better Tests
[x] Enable Assembly checking in Fody
[x] Allow any class that implements
IObservable<T>
to be returned
[x] Make smart exceptions on build
[x] If
HttpClient
was automatically generated and class is
IDisposable
, automatically call
Dispose
on the client on dispose.
IObservable<T>
to be returnedHttpClient
was automatically generated and class isIDisposable
, automatically callDispose
on the client on dispose.