FoxentrySdk 1.0.1

dotnet add package FoxentrySdk --version 1.0.1
                    
NuGet\Install-Package FoxentrySdk -Version 1.0.1
                    
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="FoxentrySdk" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FoxentrySdk" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="FoxentrySdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FoxentrySdk --version 1.0.1
                    
#r "nuget: FoxentrySdk, 1.0.1"
                    
#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.
#:package FoxentrySdk@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FoxentrySdk&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=FoxentrySdk&version=1.0.1
                    
Install as a Cake Tool

<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

  • 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 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. 
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.0.1 129 7/12/2024
1.0.0 165 2/13/2024

Name is now included in pages