FigmaDotNet 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FigmaDotNet --version 1.2.0                
NuGet\Install-Package FigmaDotNet -Version 1.2.0                
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.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FigmaDotNet --version 1.2.0                
#r "nuget: FigmaDotNet, 1.2.0"                
#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.
// Install FigmaDotNet as a Cake Addin
#addin nuget:?package=FigmaDotNet&version=1.2.0

// Install FigmaDotNet as a Cake Tool
#tool nuget:?package=FigmaDotNet&version=1.2.0                

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. 
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.2.8 74 12/20/2024
1.2.7 67 12/20/2024
1.2.6 70 12/19/2024
1.2.5 68 12/19/2024
1.2.4 68 12/19/2024
1.2.3 69 12/19/2024
1.2.2 71 12/19/2024
1.2.1 71 12/18/2024
1.2.0 67 12/18/2024
1.1.6 68 12/18/2024
1.1.5 70 12/17/2024
1.1.4 75 12/17/2024
1.1.3 88 12/17/2024
1.1.2 84 12/16/2024
1.1.1 77 12/5/2024
1.1.0 110 12/5/2024
1.0.5 85 12/4/2024
1.0.4 100 12/4/2024
1.0.3 81 12/4/2024
1.0.2 76 12/4/2024
1.0.1 82 12/4/2024
1.0.0 85 12/4/2024