Overview

Namespaces

  • Crowdsdom
    • Client
      • Exceptions
    • Labor
      • Models
        • Base
  • PHP

Classes

  • Auth
  • Crowdsdom
  • Labor
  • Overview
  • Namespace
  • Class
  • Tree

Class Crowdsdom

Namespace: Crowdsdom
Located at Crowdsdom.php
Methods summary
public
# __construct( string $clientId, string $clientSecret, string $authHost = Crowdsdom\Crowdsdom::DEFAULT_AUTH_HOST, mixed $apiHost = Crowdsdom\Crowdsdom::DEFAULT_API_HOST, mixed $apiVersion = self::DEFAULT_API_VERSION )

Crowdsdom constructor.

Crowdsdom constructor.

Parameters

$clientId
string
$authHost
$clientSecret
string
$apiHost
$authHost
string
$apiVersion
$apiHost
$apiVersion
public
# labor( )
Constants summary
string DEFAULT_AUTH_HOST 'https://account.crowdsdom.com'
#
string DEFAULT_API_HOST 'https://api.crowdsdom.com'
#
string DEFAULT_API_VERSION 'v1'
#
Properties summary
protected string $authHost
#
protected string $apiHost
#
protected string $apiVersion
#
protected Crowdsdom\Client\Client $apiClient
#
protected Crowdsdom\Auth $auth
#
protected Crowdsdom\Labor $labor
#
API documentation generated by ApiGen 2.8.0