Module: Webceo::Api

Defined in:
lib/webceo/api.rb,
lib/webceo/api/error.rb,
lib/webceo/api/client.rb,
lib/webceo/api/request.rb,
lib/webceo/api/response.rb

Overview

Module Api provides Constants and Classes for accessing the Webceo API

Author:

Defined Under Namespace

Classes: Client, ClientError, Error, Request, Response, ServerError

Constant Summary collapse

RESPONSE_CODES =

These are the response codes as mentioned on the API Reference

0 Request successfully processed 1 Bad request 4 Not found 5 Bad arguments 6 Access denied 10 Unknown command (method) 11 Scanning 12 Not configured 15 Email address has already been used to create a user account. 100 Site not available 403 Forbidden 500 Server Error (contact support if you get this response code)

[0, 1, 4, 5, 6, 10, 11, 12, 15, 100, 403, 500]