Skip to content

Repository files navigation

FoxentrySdk

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:

usingFoxentrySdk.Core;internalclassProgram{privatestaticasyncTaskMain(string[]args){varconfig=newOpenAPIConfig();config.SetTokenValue("YOUR_API_KEY");varsdk=newFoxentrySdk.Sdk(config);try{varresponse=awaitsdk.Company.ValidateCompanyData(/* query parameters */);// Use response data}catch(ApiErrore){// 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.

ClassMethodHTTP requestDescription
FoxentrySdk.Sdk.CompanyValidateCompanyDataPOST /company/validateValidate company data
FoxentrySdk.Sdk.CompanyCompanySearchPOST /company/searchSearch company
FoxentrySdk.Sdk.CompanyGetCompanyDataPOST /company/getGet company data
FoxentrySdk.Sdk.EmailValidateEmailPOST /email/validateValidate email
FoxentrySdk.Sdk.EmailEmailSearchPOST /email/searchSearch email
FoxentrySdk.Sdk.LocationLocationValidationPOST /location/validateValidate location data
FoxentrySdk.Sdk.LocationLocationSearchPOST /location/searchSearch location
FoxentrySdk.Sdk.LocationLocationGetPOST /location/getGet location data
FoxentrySdk.Sdk.LocationLocationLocalizationPOST /location/localizeLocalization
FoxentrySdk.Sdk.NameNameValidationPOST /name/validateValidate name data
FoxentrySdk.Sdk.PhoneValidatePhoneNumberPOST /phone/validateValidate 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)

Releases

Packages

Used by

Contributors

Languages