FigmaDotNet 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package FigmaDotNet --version 1.2.2
                    
NuGet\Install-Package FigmaDotNet -Version 1.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FigmaDotNet" Version="1.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FigmaDotNet" Version="1.2.2" />
                    
Directory.Packages.props
<PackageReference Include="FigmaDotNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FigmaDotNet --version 1.2.2
                    
#r "nuget: FigmaDotNet, 1.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FigmaDotNet@1.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FigmaDotNet&version=1.2.2
                    
Install as a Cake Addin
#tool nuget:?package=FigmaDotNet&version=1.2.2
                    
Install as a Cake Tool

FigmaDotNet

.NET SDK for Figma REST API

This project provides a http client for dotnet to interact with the Figma REST API.

Getting started

Install the Nuget package from nuget.org or github.com

dotnet add package FigmaDotNet

You have to add a config to your application:

{
  "Values": {
    "FIGMA_API_TOKEN": "###"
  }
}

Check https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-access-tokens how to get a personal access token in Figma.

Further development topics & missing features

  • Not all endpoints are implemented yet.
  • Only .Net 9 is supported.
  • Missing documentation.
  • Rate limit customization in config.

Change log

v1.1.1:
  • Extend FileResponse with Branches and Document properties.
v1.1.0:
  • Removed property InternalName from FigmaComponent.
  • Removed property InternalName from WebhookLibraryUpdatePayload.
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.2 752 1/16/2025
1.4.1 132 1/16/2025
1.4.0 148 1/16/2025
1.3.2 132 1/9/2025
1.3.1 193 1/3/2025
1.3.0 200 1/3/2025
1.2.8 152 12/20/2024
1.2.7 146 12/20/2024
1.2.6 128 12/19/2024
1.2.5 138 12/19/2024
1.2.4 139 12/19/2024
1.2.3 144 12/19/2024
1.2.2 131 12/19/2024
1.2.1 144 12/18/2024
1.2.0 140 12/18/2024
1.1.6 140 12/18/2024
1.1.5 145 12/17/2024
1.1.4 150 12/17/2024
1.1.3 158 12/17/2024
1.1.2 182 12/16/2024
1.1.1 145 12/5/2024
1.1.0 166 12/5/2024
1.0.5 148 12/4/2024
1.0.4 166 12/4/2024
1.0.3 169 12/4/2024
1.0.2 150 12/4/2024
1.0.1 168 12/4/2024
1.0.0 154 12/4/2024