Sha256: 4225b3a69072b607c3a73e304888791659a96d2e890256164ae5e90a0ecd3586

Contents?: true

Size: 255 Bytes

Versions: 18

Compression:

Stored size: 255 Bytes

Contents

export const HTTP_METHODS = [
  { value: 'POST', label: 'POST' },
  { value: 'GET', label: 'GET' },
  { value: 'PUT', label: 'PUT' },
  { value: 'DELETE', label: 'DELETE' },
  { value: 'PATCH', label: 'PATCH' },
];

export const WEBHOOK_ITEM = 'Webhook';

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
foreman_webhooks-4.0.0 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.2.3 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.2.2 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.1.1 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.2.1 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.2.0 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.1.0 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.0.5 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-2.0.3 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.0.4 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-2.0.2 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.0.3 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.0.2 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.0.1 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-2.0.1 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-3.0.0 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-2.0.0 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js
foreman_webhooks-1.1.0 webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/constants.js