Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 402 Bytes

graphusers

Kiota-generated go SDK for Microsoft graph API /users and /groups

  • Download latest kiota binary: go run cmd/main.go --latest

  • Generate SDK to output: go run cmd/main.go --generate

  • Overwrite SDK with new changes: go run cmd/main.go --apply

  • List go dependencies for new changes: go run cmd/main.go --info

All commands can be run at once, if desired.