FigmaDotNet 1.1.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FigmaDotNet --version 1.1.6
NuGet\Install-Package FigmaDotNet -Version 1.1.6
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.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FigmaDotNet --version 1.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FigmaDotNet, 1.1.6"
#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.1.6 // Install FigmaDotNet as a Cake Tool #tool nuget:?package=FigmaDotNet&version=1.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
withBranches
andDocument
properties.
v1.1.0:
- Removed property
InternalName
fromFigmaComponent
. - Removed property
InternalName
fromWebhookLibraryUpdatePayload
.
Product | Versions 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.
-
net9.0
- Microsoft.AspNetCore.WebUtilities (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Http (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- System.Configuration.ConfigurationManager (>= 9.0.0)
- System.Text.Encodings.Web (>= 9.0.0)
- System.Threading.RateLimiting (>= 9.0.0)
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 |