Source code checked in, #4f902a96dec5
Removed RestSharp and replaces with HttpClient and own implementation fo RestClient. Added Async method of loading data. Added some speed test of async and sync req uests.
View ArticleSource code checked in, #98f553f17335
Changed RestClient response. Added appropriate bad request handling. Fixed tests.
View ArticleSource code checked in, #53222b473dbc
Run multiple queries in async(get tasks and get results after wait all tasks options) and sync ways. Refactor MqlReadService. Refactor Tests. Added PerfomanceTests file.
View ArticleSource code checked in, #b3552642ebf0
Add JSON.NET lib to poject. Now in result you also can get list of dynamic objects that represents one JSON result.
View ArticleSource code checked in, #b9893a182b64
Added integration folder Added tests for TopicServoce Updated Sample.cs
View ArticleSource code checked in, #868fe2ebe2a1
ReadAsync including description and image url parameters.
View ArticleSource code checked in, #18568db691d6
Added limit ReadWithParams and ReadWithParamsAsync method that add limit to query
View ArticleSource code checked in, #a8aeea73c0cb
Added ability to load image, load image if it exists, check if image exists, get srteam for image from freebase. Added copy srteam helper, save stream to file
View ArticleSource code checked in, #5c26e3e389af
Cursor moved to parameters folder For ImageService created Image mode enum
View ArticleSource code checked in, #f2f11f764c8d
Added available api params to textservice Create TextFormat enum for TextService Added ResultAsObject to Base Response class
View Article