Back to FAQ
Development
Last updated: 5/5/2025

Are there official wrappers for the API?

Yes, E-Z Host provides official API wrappers for JavaScript, .NET, Python, Golang and Rust. These wrappers make it easier to interact with our API using your preferred programming language.

SDK Documentation

We provide official SDK libraries for several programming languages to make it easier to interact with our API. Visit our dedicated SDK documentation page for detailed information about available SDKs, installation instructions, and usage examples.

Available Languages

.NET - For .NET Core applications
JavaScript/TypeScript - For Node.js and browser environments
Python - For Python 3.8+ applications
Golang - Coming soon
Rust - Coming soon

Benefits of Using SDKs

The official SDKs provide several advantages over direct API usage: - Simplified authentication and request handling - Type safety and code completion in supported IDEs - Standardized error handling - Built-in utilities for common operations For complete documentation and examples, visit the SDK Documentation page.

Additional Notes

For those who prefer direct API access, refer to our [API Documentation](/docs/api)