You are here

constant ApiClient::HTTP_POST in Rocket.Chat 8.2

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

The HTTP Verb for Creating. and sometimes Updating.

File

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

Class

ApiClient
Class ApiClient.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

const HTTP_POST = 'POST';