RankVectors 1.0.0
See the version list below for details.
dotnet add package RankVectors --version 1.0.0
NuGet\Install-Package RankVectors -Version 1.0.0
<PackageReference Include="RankVectors" Version="1.0.0" />
<PackageVersion Include="RankVectors" Version="1.0.0" />
<PackageReference Include="RankVectors" />
paket add RankVectors --version 1.0.0
#r "nuget: RankVectors, 1.0.0"
#:package RankVectors@1.0.0
#addin nuget:?package=RankVectors&version=1.0.0
#tool nuget:?package=RankVectors&version=1.0.0
RankVectors C# SDK NuGet Version NuGet Downloads
Official RankVectors API SDK for C# - Intelligent internal linking optimization using AI.
Installation Install via NuGet Package Manager:
Install-Package RankVectors Or via .NET CLI:
dotnet add package RankVectors Or via PackageReference:
<PackageReference Include="RankVectors" Version="1.0.0" /> Quick Start using RankVectors.Client; using RankVectors.com.rankvectors.api; using RankVectors.com.rankvectors.model;
// Initialize the API client var hostConfig = new HostConfiguration { BaseUrl = "https://api.rankvectors.com" }; var apiKey = new ApiKeyToken("YOUR_API_KEY", TokenPosition.Header);
var projectsApi = new ProjectsApi(hostConfig); projectsApi.ApiKey = apiKey;
// Create a project var request = new CreateProjectRequest { Name = "My Website", WebsiteUrl = "https://example.com" };
var project = await projectsApi.CreateProjectAsync(request); Console.WriteLine($"Created project: {project.Name}"); Features AI-Powered Analysis: Uses OpenAI embeddings to find optimal linking opportunities Smart Crawling: Automatically crawls and analyzes your website content Automated Implementation: Implement links via webhooks or manual instructions Credit-Based System: Pay-per-use model with transparent pricing Multi-Platform Support: Works with any CMS or platform via REST API Requirements .NET 9.0 or later Active RankVectors API key Getting Started Sign up for a RankVectors account Get your API key from Settings → API Keys Install the NuGet package Start optimizing your internal linking! Documentation API Documentation GitHub Repository RankVectors Website License MIT License - see LICENSE file for details.
Support Email: support@rankvectors.com Documentation: https://docs.rankvectors.com Issues: https://github.com/RankVectors/csharp-sdk/issues
| Product | Versions 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. |
-
net9.0
- Microsoft.Extensions.Hosting (>= 9.0.5)
- Microsoft.Extensions.Http (>= 9.0.5)
- Microsoft.Extensions.Http.Polly (>= 9.0.5)
- Microsoft.Net.Http.Headers (>= 9.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release of RankVectors C# SDK