Skip to content

Resource: Server

Simon White edited this page Aug 15, 2018 · 1 revision

Available Functions:

  • get()
  • logs()
  • site()

get(int $id = null)

Returns the site details from the API

If no id has been set it will return all servers, and ID has been set or an ID has been passed into the function it will return the single server. .

logs(int $id = null)

Returns logs for a server.

site(int $id = null)

This will create a new instance of the Site resource.

Clone this wiki locally