LogoLogo
GoDocGitHub
  • Introduction
  • FAQ
  • Authentication strategies
    • Overview
    • Strategies
      • Azure Certificate Auth
      • Azure Creds Auth
      • Azure Env-based Auth
      • Azure Device Flow
      • SAML Auth
      • AddIn Only
        • Configuration
      • NTLM Auth
      • NTLM (alternative)
      • On-Demand Auth
      • ADFS Auth
      • FBA Auth
      • TMG Auth
      • Anonymous
    • Dynamic auth
    • Custom Auth
  • SharePoint client
    • HTTP Client
    • Fluent API
    • Hooks
    • Retries
    • Context
  • Samples
    • Library Initiation
    • Basic CRUD
    • Documents
    • Chunk upload
    • Permissions
    • Groups & Users
    • Search API
    • User Profiles
    • Change API
    • Attachments
    • Record Management
    • Sending Emails
    • Property Bags
    • Recycle Bin
    • Feature management
    • Advanced item requests
    • Advanced add/update
    • Unmarshaling responses
  • Sandbox
    • Overview
  • Utilities
    • Headers presets
    • Cpass
    • Compatibility matrix
  • Contributing
    • Overview
    • Testing
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Sandbox

Overview

Gosip sandbox area: samples, experiments & suggestions

PreviousUnmarshaling responsesNextHeaders presets

Last updated 4 years ago

Was this helpful?

Have a use case but no idea how to implement? Ask in and we'll reach you with suggestions or sample to start with.

Have a noticeable example to share with the community? Reach us with a contribution suggestion. PRs are welcome!

Have no particular code to share but a description of how you use the library or a blog post? Please let us know, we're happy to post a reference.

Samples list

Sample

Description

Shows a simple way of importing potentially demanded strategies and selecting one in runtime based on logic, CLI flags in the case of the sample.

Shows how to retrieve auth tokens to use in a PowerShell script (is relevant for Edge auth scenarios, e.g. SharePoint behind WAP perimeter).

Shows how to expose SharePoint API as an anonymous endpoint for a dev server.

Is a syncronization sample which provides a single time assets upload or/and local file system watch mode. Provides in times faster upload when any other known alternative.

Basic unmarhsaling (response parsing) sample.

The sample shows how to get permissions for OData collections.

Accessing SPO tenant scope API basic sample. E.g. for creating classic sites.

The sample shows how to create, delete Modern Sites and how to check a site's provisioning status.

issues section
Dynamic authentication
Consumption with PowerShell
Dev API Proxy
Files upload (sync)
Unmarshaling API responses
Objects Permissions
Tenant API
Modern Sites Management