microsoft-graph-client-go

module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2021 License: Apache-2.0

README

microsoft-graph-client-go

Unoffficial Microsoft Graph Client for Go

I needed a client so I started writing one. See example in the example folder.

This client is super super alpha, hence it will be v0 for the forseable future. Do not expect the json to be deserialized into structs. If you look at the source there are no structs to represent the data structures graph api exposes. The api will return the raw json and in its current state the consumer is expected to provide the struct to be hydrated.

current focus

filling out the query options and testing it with client secret credentials. Allowing full CRUD.

future version focus

v1 should support all of the above, in addition to the various authentication options available in MSAL (which itself is still alpha)

v2 should start filling in the various data structures for QOL.

notes on creating new releases

  • before pushing changes to origin, create a new tag, ex: v0.1.1
  • hit https://sum.golang.org/lookup/github.com/tonyeung/microsoft-graph-client-go@v0.1.1

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL