I've been playing with Go and Microsoft Graph and decided to combine the two and have been writing a "wrapper" API to the RESTful Microsoft Graph APIs.The source is available at https://github.com/bnixon67/msgraph4go
Microsoft Graph exposes REST APIs and client libraries to access data on various Microsoft cloud services, including OneDrive, OneNote, Outlook/Exchange, SharePoint, Azure Active Directory, etc... There are SDKs for some popular languages, but I didn't find any for Go. This has been a great learning experience and I've been impressed with how easily Go supports this type of work, with standard libraries for OAuth2, HTTP requests, JSON conversion to Go types, etc... I welcome any feedback or input. I plan to continue to expand the package to support more of the Microsoft Graph APIs. So far, I've only done read-only operations, but I am considering writing a OneDrive Sync client. Thanks, Bill -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/52718dc2-e0f4-4b73-8473-7444b012daec%40googlegroups.com.