Fluent API

πŸ„ Fluent, chainable, IntelliSense powered syntax to master SharePoint API

Provides a simple way of constructing API endpoint calls with IntelliSense and chainable syntax.

Usage sample

Main concepts

  • Get authenticated

  • Construct root SP object using api.NewSP(client)

  • Construct API calls in a fluent way

  • Parse responses in the Go way

  • Embrase strongly typed generic responses

  • Build awesome apps in Go for SharePoint

Last updated

Was this helpful?