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
- Requirements
- Installation
- Usage
- Features
- Contributing
- License
- Contact
- Frequently Asked Questions (FAQ)
- Installed .NET, stable version >= 8.0. If you do not have it installed, please refer to the Microsoft website.
- Foxentry.com API credentials.
Use this command to install FoxentrySdk in your terminal.
dotnet add package FoxentrySdk
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
}
}
}
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 |
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.
Please refer to the license page for more information about the license type and the corresponding terms of use.
We kindly request that you direct all questions to our support email: