Categorygithub.com/dcormier/msgoraph
repositorypackage
0.0.0-20200320194417-3bf43f4c76ce
Repository: https://github.com/dcormier/msgoraph.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

msgoraph

Documentation

A zero dependency Go Client for Microsoft's Graph API. This is built and distributed under all of the philosophies of vgo for future compatibility, but should work with a simple go get, dep, or your package management tool of choice until vgo is stable.

Disclaimers

This library is completely unaffiliated with Microsoft.

This library is in pre-release, under active development, and has no tests. We will do our best to ensure that tagged releases are stable enough to use the functionality they export, but bugs could happen.

Because it is in pre-release, the Go Import Compatibility Rule does not apply. Backward-incompatible changes should be expected between all tagged versions and commits.

Example Usage

We'll get more examples on how to use this library online as it matures.

Supported Features

  • Authorization on behalf of a user
  • Users :: Create
  • Users :: Delete
  • Users :: Get
  • Users :: List
  • Users :: Update