Kodice.RapidAPI.Functions.Core
1.0.3
Prefix Reserved
dotnet add package Kodice.RapidAPI.Functions.Core --version 1.0.3
NuGet\Install-Package Kodice.RapidAPI.Functions.Core -Version 1.0.3
<PackageReference Include="Kodice.RapidAPI.Functions.Core" Version="1.0.3" />
paket add Kodice.RapidAPI.Functions.Core --version 1.0.3
#r "nuget: Kodice.RapidAPI.Functions.Core, 1.0.3"
// Install Kodice.RapidAPI.Functions.Core as a Cake Addin #addin nuget:?package=Kodice.RapidAPI.Functions.Core&version=1.0.3 // Install Kodice.RapidAPI.Functions.Core as a Cake Tool #tool nuget:?package=Kodice.RapidAPI.Functions.Core&version=1.0.3
Kodice.RapidAPI.Functions.Core
Kodice.RapidAPI.Functions.Core has been designed to promote the reuse of common and repetitive code required for authorizing and handling Rapid (former RapidAPI) calls to your functions.
About the Project
As an example, if we want to use a new API with Azure Function Core .NET 8 on Azure and integrate it with Rapid (former RapidAPI), there are certain steps that we must follow. Usually these steps are quite tedious, repetitive, and prone to error.
- Validate the Secret Key sent via RapidAPI request headers.
- Check if the Customer performing the request has the right to request a specific feature.
Used by projects
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Kodice.RapidAPI.Functions.Core:
Package | Downloads |
---|---|
Kodice.RapidAPI.Functions.Isolated
Azure Functions Isolated and Libraries extensions and attributes to manage authorization for RapidAPI requests. |
|
Kodice.RapidAPI.Functions.Inprocess
Azure Functions In-Process extensions and attributes to manage authorization for RapidAPI requests. |
GitHub repositories
This package is not used by any popular GitHub repositories.