# Gosip | SharePoint SDK for Go (Golang)

## Gosip - SharePoint SDK for Go (Golang)

- [Introduction](https://go.spflow.com/readme.md): ⚡️ SharePoint SDK for Go (Golang)
- [FAQ](https://go.spflow.com/faq.md): Frequently asked questions
- [Overview](https://go.spflow.com/auth/overview.md): 🔐 SharePoint authentication strategies implemented in Gosip
- [Strategies](https://go.spflow.com/auth/strategies.md): 🔐 SharePoint authentication strategies implemented in Gosip
- [Azure Certificate Auth](https://go.spflow.com/auth/strategies/azure-certificate-auth.md): Azure AD  Certificate authentication
- [Azure Creds Auth](https://go.spflow.com/auth/strategies/azure-creds-auth.md): Azure AD authorization with username and password
- [Azure Env-based Auth](https://go.spflow.com/auth/strategies/azure-environment-auth.md): Azure AD  environment-based authentication
- [Azure Device Flow](https://go.spflow.com/auth/strategies/azure-device-flow.md): Azure AD Device Token authentication
- [AddIn Only](https://go.spflow.com/auth/strategies/addin.md): AddIn Only authentication
- [Configuration](https://go.spflow.com/auth/strategies/addin/configuration.md): AddIn Configuration and Permissions
- [NTLM Auth](https://go.spflow.com/auth/strategies/ntlm.md): NTLM handshake authentication
- [NTLM (alternative)](https://go.spflow.com/auth/strategies/alternative-ntlm.md): NTLM handshake authentication
- [On-Demand Auth](https://go.spflow.com/auth/strategies/on-demand.md): Browser input interactive auth flow
- [ADFS Auth](https://go.spflow.com/auth/strategies/adfs.md): User credentials authentication
- [FBA Auth](https://go.spflow.com/auth/strategies/fba.md): Form-based authentication for SharePoint On-Premises
- [TMG Auth](https://go.spflow.com/auth/strategies/tmg.md): Microsoft Forefront Threat Management Gateway
- [SAML Auth \[Deprecated\]](https://go.spflow.com/auth/strategies/saml.md): SharePoint Online user credentials authentication
- [Anonymous](https://go.spflow.com/auth/strategies/anonymous.md): No-auth mode
- [Dynamic auth](https://go.spflow.com/auth/dynamic-auth.md): Resolving a strategy dynamically in runtime
- [Custom Auth](https://go.spflow.com/auth/custom-auth.md): Custom authentication mechanisms
- [HTTP Client](https://go.spflow.com/api/http-client.md): 🔨 Provides low-level communication with any SharePoint API
- [Fluent API](https://go.spflow.com/api/fluent.md): 🏄 Fluent, chainable, IntelliSense powered syntax to master SharePoint API
- [Hooks](https://go.spflow.com/api/hooks.md): Request events handlers
- [Retries](https://go.spflow.com/api/retries.md): Requests retries on error statuses
- [Context](https://go.spflow.com/api/context.md): Using Go context with SP client
- [Library Initiation](https://go.spflow.com/samples/library-initiation.md): Configuring authentication and API client
- [Basic CRUD](https://go.spflow.com/samples/basic-crud.md): Create, read, update and delete
- [Documents](https://go.spflow.com/samples/documents.md): Download & upload files from/to SharePoint is simple
- [Chunk upload](https://go.spflow.com/samples/chunk-upload.md): Uploading files in chunks
- [Permissions](https://go.spflow.com/samples/permissions.md): Managing roles and objects permissions
- [Groups & Users](https://go.spflow.com/samples/groups-and-users.md): Managing groups, requesting users
- [Search API](https://go.spflow.com/samples/search-api.md): Searching content via SharePoint API
- [User Profiles](https://go.spflow.com/samples/user-profiles.md): Dealing with user profiles API
- [Change API](https://go.spflow.com/samples/change-api.md): Getting changes, synchronisation scenarios
- [Attachments](https://go.spflow.com/samples/attachments.md): Dealing with items attachments
- [Record Management](https://go.spflow.com/samples/record-management.md): In place record management helpers
- [Sending Emails](https://go.spflow.com/samples/sending-emails.md): Email notifications utility
- [Property Bags](https://go.spflow.com/samples/property-bags.md): Property bags operations
- [Recycle Bin](https://go.spflow.com/samples/recycle-bin.md): Recycling methods and dealing with recycle bin
- [Feature management](https://go.spflow.com/samples/feature-management.md): Operations for features management
- [Advanced item requests](https://go.spflow.com/samples/advanced-item-requests.md): Advanced scenarios for getting list items
- [Advanced add/update](https://go.spflow.com/samples/advanced-add-update.md): Advanced creating and updating items
- [Unmarshaling responses](https://go.spflow.com/samples/unmarshaling-responses.md): Parsing complex responses
- [Overview](https://go.spflow.com/sandbox/overview.md): Gosip sandbox area: samples, experiments & suggestions
- [Headers presets](https://go.spflow.com/utilits/headers-presets.md): OData modes headers presets
- [Cpass](https://go.spflow.com/utilits/cpass.md): 🔐 Simple secure string password convertor
- [Compatibility matrix](https://go.spflow.com/utilits/compatibility-matrix.md): API methods compatibility
- [Overview](https://go.spflow.com/contributing/overview.md): 💪 Contributing to Gosip client
- [Testing](https://go.spflow.com/contributing/testing.md): 🚦Gosip automated testing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://go.spflow.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
