v1.1.2
Changes
- Replace asynchronous code with synchronous code.
- Refine JSON Deserialization.
- Use
WebClient
instead ofHttpClient
.- Even the official documentation recommends
HttpClient
overWebClient
,WebClient
suffices the needs of the project.
- Even the official documentation recommends