Overview

The Core API allows you to programmatically access and control your services with HostDime. Actions such as starting, stopping, or rebooting your VPS can be executed via any programming language that you are able to create an HTTP request with.

Wrappers {#wrappers}

We have provided some basic wrappers for the API to allow you to get started quickly. These wrappers allow you to use our API without having to worry about any of the API implementation details that we discuss in greater detail below.

You can read more about how to use those frameworks on their respective repository pages. Our wrappers are released under the MIT License.

More Information

  • Making a Request – How to properly create and format an API request.
  • The Response – How to interpret the API response object.
  • Data Types – A list of acceptable types and how to format them.
  • Error Codes – Any errors that you might encounter.