FoxentrySdk 1.0.1
dotnet add package FoxentrySdk --version 1.0.1
NuGet\Install-Package FoxentrySdk -Version 1.0.1
<PackageReference Include="FoxentrySdk" Version="1.0.1" />
<PackageVersion Include="FoxentrySdk" Version="1.0.1" />
<PackageReference Include="FoxentrySdk" />
paket add FoxentrySdk --version 1.0.1
#r "nuget: FoxentrySdk, 1.0.1"
#:package FoxentrySdk@1.0.1
#addin nuget:?package=FoxentrySdk&version=1.0.1
#tool nuget:?package=FoxentrySdk&version=1.0.1
<div align='center' class='text-center'> <img alt='' src='./assets/logo.webp' width='200' /> <h1 align='center' class='text-center'>FoxentrySdk</h1> </div>
<div align='center' class='text-center'> <a aria-label='Version' href='#'> <img alt='' src='https://img.shields.io/badge/version-1.0.1-blue' /> </a> <a aria-label='License' href='https://opensource.org/licenses/MIT'> <img alt='' src='https://img.shields.io/badge/License-MIT-blue.svg' /> </a> </div>
Welcome to our FoxentrySdk. We are committed to providing you with the best SDK services experience possible. Please use our step-by-step instructions to become familiar with how to use our SDK.
- Current API version: 2.0
- Current package version: 1.0.1
Table of Contents
- Requirements
- Installation
- Usage
- Features
- Contributing
- License
- Contact
- Frequently Asked Questions (FAQ)
Requirements
- Installed .NET, stable version >= 8.0. If you do not have it installed, please refer to the Microsoft website.
- Foxentry.com API credentials.
Installation
Use this command to install FoxentrySdk in your terminal.
dotnet add package FoxentrySdk
Usage
In case that you successfully installed our FoxentrySdk please execute this code:
using FoxentrySdk.Core;
internal class Program
{
private static async Task Main(string[] args)
{
var config = new OpenAPIConfig();
config.SetTokenValue("YOUR_API_KEY");
var sdk = new FoxentrySdk.Sdk(config);
try {
var response = await sdk.Company.ValidateCompanyData(/* query parameters */);
// Use response data
} catch (ApiError e) {
// Handle exception
}
}
}
Features
Kindly note that every URI is relative to https://api.foxentry.com.
The table displays all features categorized based on their specific purposes.
Class | Method | HTTP request | Description |
---|---|---|---|
FoxentrySdk.Sdk.Company | ValidateCompanyData | POST /company/validate | Validate company data |
FoxentrySdk.Sdk.Company | CompanySearch | POST /company/search | Search company |
FoxentrySdk.Sdk.Company | GetCompanyData | POST /company/get | Get company data |
FoxentrySdk.Sdk.Email | ValidateEmail | POST /email/validate | Validate email |
FoxentrySdk.Sdk.Email | EmailSearch | POST /email/search | Search email |
FoxentrySdk.Sdk.Location | LocationValidation | POST /location/validate | Validate location data |
FoxentrySdk.Sdk.Location | LocationSearch | POST /location/search | Search location |
FoxentrySdk.Sdk.Location | LocationGet | POST /location/get | Get location data |
FoxentrySdk.Sdk.Location | LocationLocalization | POST /location/localize | Localization |
FoxentrySdk.Sdk.Name | NameValidation | POST /name/validate | Validate name data |
FoxentrySdk.Sdk.Phone | ValidatePhoneNumber | POST /phone/validate | Validate phone number |
Contributing
To learn more about the possibility of contributing to the subsequent development of this SDK, please visit our contributing page. Kindly note that contributions are limited by a unique set of rules in order to ensure clarity.
License
Please refer to the license page for more information about the license type and the corresponding terms of use.
Contact
We kindly request that you direct all questions to our support email:
Frequently Asked Questions (FAQ)
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. net9.0 was computed. 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. |
-
net8.0
- Newtonsoft.Json.Schema (>= 3.0.15)
- Remote.Linq.Newtonsoft.Json (>= 7.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Name is now included in pages