fpc/packages/odata/examples/README.txt
michael 9115dc2521 * OData and Office365 REST API support
git-svn-id: trunk@34097 -
2016-07-11 14:39:59 +00:00

22 lines
525 B
Plaintext

group and onedrive demo
-----------------------
These demos demonstrate the new unified Office365 REST API.
For the group and onedrive demos to work, you need
- a Client ID
- a Secret key
- a hosted domain
All on Microsoft Office365 (Azure AD).
The ID and key can be obtained by registering your application in the Azure
AD of your hosted domain.
V4sample
--------
The V4Sample is a demonstration of the sample V4 service on www.odata.org
Not all calls are demonstrated, but enough to get an idea of how it works.