Socket
Socket
Sign inDemoInstall

github.com/mhoc/msgoraph

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/mhoc/msgoraph

Package msgoraph implements a Go interface for the Microsoft Graph API


Version published

Readme

Source

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

FAQs

Last updated on 30 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc