Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 497 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 497 Bytes

SquarespaceSharp: A .NET library for Squarespace.

SquarespaceSharp is a .NET library that enables you to authenticate and make API calls to Squarespace. It's great for building custom Squarespace Apps using C# and .NET. You can quickly and easily get up and running with Squarespace using this library.

Installation

Install-Package SquarespaceSharp

If you're using .NET Core, you can use the dotnet command from your favorite shell:

dotnet add package SquarespaceSharp