Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 757 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 757 Bytes

W8lessLabs.GraphAPI NuGet

Provides simple APIs for accessing the Microsoft Graph API

Roadmap

  • Create folder DONE
  • Upload (<4MB) file DONE
  • Resumable upload support (i.e. large files) DONE
  • Retry logic in (large file) resumable upload
  • Support file system info properties
  • File download DONE
  • File download with range DONE
  • Update item (i.e. support Rename) DONE
  • Create Permissions DONE
  • Create Share Link DONE
  • Delete item DONE
  • Delete permission DONE
  • Logging integration point DONE
  • Improve error handling
  • Tests
  • Provide a default AuthService for web/non-Windows clients