README.txt 525 B

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