Performs base64url encoding which differs from regular base64 encoding as follows. Padding is skipped so the pad character '=' doesn't have to be percent encoded. The 62nd and 63rd regular base64 encoding characters ('+' and '/') are replace with ('-' and '_')
The changes make the encoding alphabet...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
This library contains the metadata/attributes/annotations that will be used to mark up service interfaces to indicate how they should...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
The API library consists exclusively of the interfaces that represent the API of the library. This library contains no functional classes and...
More information
This client library provides capabilities to add cache in memory for data, it is a thread safe. Auto Refresh all data with single calls.
Each key can get value from any data source configured.
Provides time stamp when value has been changed for each key.
E.g.
Get set of data...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
This library is an implementation of the IRestServiceProxy which can be registered using RegisterDotNetHttpClient(...) on the builder. This...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
The Core library is the library you should include in your project. It conains a partial implementation of the TypeSafe.Http.Net.Api that with...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
This library contains a serialization implementation for the Json.NET (newtonsoft) JSON serializer for TypeSafe.Http.Net. To register this...
More information