Skip to content
/ msgoraph Public
forked from mhoc/msgoraph

A Go Client for Microsoft's Graph API

License

Notifications You must be signed in to change notification settings

90poe/msgoraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

For the time being, check out msgraph-cli, which uses msgoraph to power most of its internals. That should give a sense of how using this library works, at least in terms of the version that the cli pins against.

Supported Features

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

About

A Go Client for Microsoft's Graph API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.4%
  • Makefile 0.6%