A Net library that wraps the Office 365 RWS OData feed
Перейти к файлу
Julien Pierre 12edc4fc51 Merge pull request #10 from anirudhsanthiar/master
Fix for issue #9.
2016-05-25 08:27:26 +08:00
Common Initial source commit 2014-11-19 23:01:06 -08:00
Properties Implemented fix for Date range streaming issue + some refactoring 2014-12-14 21:11:13 -08:00
TenantReport Fixed classes name issue By is written by 2014-12-16 19:23:23 -08:00
Utils Implemented fix for Date range streaming issue + some refactoring 2014-12-14 21:11:13 -08:00
.gitattributes Initial source commit 2014-11-19 23:01:06 -08:00
.gitignore Initial source commit 2014-11-19 23:01:06 -08:00
DefaultLogger.cs Initial source commit 2014-11-19 23:01:06 -08:00
DefaultReportVisitor.cs Initial source commit 2014-11-19 23:01:06 -08:00
IReportVisitor.cs Initial source commit 2014-11-19 23:01:06 -08:00
ITraceLogger.cs Initial source commit 2014-11-19 23:01:06 -08:00
LICENSE Initial commit 2014-11-19 21:51:50 -08:00
QueryFilter.cs Initial source commit 2014-11-19 23:01:06 -08:00
QueryRange.cs Initial source commit 2014-11-19 23:01:06 -08:00
README.md Initial source commit 2014-11-19 23:01:06 -08:00
ReportObject.cs Implemented fix for Date range streaming issue + some refactoring 2014-12-14 21:11:13 -08:00
ReportProvider.cs Fix for issue #9. Configured the awaiters in GetResponseContentAsync to not capture context (to prevent a deadlock reachable from GetResponseXML) 2016-05-24 08:36:06 +05:30
ReportingContext.cs Code cleanup, some refactoring, added ValidateAccessToReport method to ReportingStream class 2014-12-02 20:24:55 -08:00
ReportingStream.cs Added the ability to specify a path in which to save the progress file 2014-12-16 18:36:10 -08:00
StreamProgress.cs Added the ability to specify a path in which to save the progress file 2014-12-16 18:36:10 -08:00
o365rwsclient-vs.sln Initial source commit 2014-11-19 23:01:06 -08:00
o365rwsclient.csproj Report Definitions: Browser, OS, Connection, Connection Details 2014-12-08 00:41:42 +01:00

README.md

Office 365 Reporting Web Service Client (RWS) library - [o365rwsclient]

o365rwsclient is a .Net library that wraps the Office 365 RWS OData feed. This library makes it easier to build your own apps to export your reporting data.

Documentation

Feedback

Resources