Basic Implemetation of all needed function to take Books and create Students etc.
Missing is the automatic Server Identification and Signing Stuff
This commit is contained in:
BIN
packages/RestSharp.105.2.3/RestSharp.105.2.3.nupkg
vendored
BIN
packages/RestSharp.105.2.3/RestSharp.105.2.3.nupkg
vendored
Binary file not shown.
File diff suppressed because it is too large
Load Diff
3020
packages/RestSharp.105.2.3/lib/MonoTouch10/RestSharp.xml
vendored
3020
packages/RestSharp.105.2.3/lib/MonoTouch10/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2858
packages/RestSharp.105.2.3/lib/net35/RestSharp.xml
vendored
2858
packages/RestSharp.105.2.3/lib/net35/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
3095
packages/RestSharp.105.2.3/lib/net4-client/RestSharp.xml
vendored
3095
packages/RestSharp.105.2.3/lib/net4-client/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
3095
packages/RestSharp.105.2.3/lib/net4/RestSharp.xml
vendored
3095
packages/RestSharp.105.2.3/lib/net4/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
3095
packages/RestSharp.105.2.3/lib/net45/RestSharp.xml
vendored
3095
packages/RestSharp.105.2.3/lib/net45/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
3095
packages/RestSharp.105.2.3/lib/net451/RestSharp.xml
vendored
3095
packages/RestSharp.105.2.3/lib/net451/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
3095
packages/RestSharp.105.2.3/lib/net452/RestSharp.xml
vendored
3095
packages/RestSharp.105.2.3/lib/net452/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
3095
packages/RestSharp.105.2.3/lib/net46/RestSharp.xml
vendored
3095
packages/RestSharp.105.2.3/lib/net46/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
2649
packages/RestSharp.105.2.3/lib/sl5/RestSharp.xml
vendored
2649
packages/RestSharp.105.2.3/lib/sl5/RestSharp.xml
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
20
packages/RestSharp.105.2.3/readme.txt
vendored
20
packages/RestSharp.105.2.3/readme.txt
vendored
@ -1,20 +0,0 @@
|
||||
*** IMPORTANT CHANGE IN RESTSHARP VERSION 103 ***
|
||||
|
||||
In 103.0, JSON.NET was removed as a dependency.
|
||||
|
||||
If this is still installed in your project and no other libraries depend on
|
||||
it you may remove it from your installed packages.
|
||||
|
||||
There is one breaking change: the default Json*Serializer* is no longer
|
||||
compatible with Json.NET. To use Json.NET for serialization, copy the code
|
||||
from https://github.com/restsharp/RestSharp/blob/86b31f9adf049d7fb821de8279154f41a17b36f7/RestSharp/Serializers/JsonSerializer.cs
|
||||
and register it with your client:
|
||||
|
||||
var client = new RestClient();
|
||||
client.JsonSerializer = new YourCustomSerializer();
|
||||
|
||||
The default Json*Deserializer* is mostly compatible, but it does not support
|
||||
all features which Json.NET has (like the ability to support a custom [JsonConverter]
|
||||
by decorating a certain property with an attribute). If you need these features, you
|
||||
must take care of the deserialization yourself to get it working.
|
||||
|
Reference in New Issue
Block a user