Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 614 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 614 Bytes

WebflowSharp: A .NET library for Webflow.

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

Installation

WebflowSharp is available on NuGet. Use the package manager console in Visual Studio to install it:

Install-Package WebflowSharp

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

dotnet add package WebflowSharp