You are here

constant ApiClient::HTTP_GET in Rocket.Chat 8

Same name and namespace in other branches
  1. 8.2 modules/rocket_chat_api/src/RocketChat/ApiClient.php \Drupal\rocket_chat_api\RocketChat\ApiClient::HTTP_GET

The HTTP Verb for Getting stuff. WARNING This will be part of the URL!

File

modules/rocket_chat_api/src/RocketChat/ApiClient.php, line 36

Class

ApiClient
Class ApiClient.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

const HTTP_GET = 'GET';