UNPKG

cosmicjs

Version:

The official client module for Cosmic. This module helps you easily add dynamic content to your website or application using the Cosmic headless CMS.

11 lines (9 loc) 155 B
const HTTP_METHODS = { POST: 'post', GET: 'get', FETCH: 'fetch', PUT: 'put', PATCH: 'patch', DELETE: 'delete' } module.exports = HTTP_METHODS