0.3.0-RC.4 • Published 17 days ago

@cowprotocol/cms v0.3.0-RC.4

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
-
Last release
17 days ago

CoW CMS Library

Library for CoW CMS.

It exports the types and client to interact with the CMS API.

🚀 Usage

import { CoWClient } from 'cow-cms';

// Create a new client
const client = new CoWClient({
  url: 'https://cms.cow.fi'
});

// Get 25 articles
const { data, error, response } = await client.GET("/articles", {
  params: {
    query: {
      "pagination[page]": 0,
      "pagination[pageSize]": 25
    }
  }
})
0.3.0-RC.4

17 days ago

0.3.0-RC.2

17 days ago

0.2.1

1 month ago

0.2.2

1 month ago

0.1.0

1 month ago

0.1.0-rc.20

1 month ago

0.1.0-rc.21

1 month ago

0.1.0-rc.19

1 month ago

0.1.0-rc.9

1 month ago

0.1.0-rc.8

1 month ago

0.1.0-rc.5

1 month ago

0.1.0-rc.6

1 month ago

0.1.0-rc.3

1 month ago

0.1.0-rc.4

1 month ago

0.1.0-rc.2

1 month ago

0.1.0-rc.13

1 month ago

0.1.0-rc.12

1 month ago

0.1.0-rc.11

1 month ago

0.1.0-rc.10

1 month ago

0.1.0-rc.17

1 month ago

0.1.0-rc.16

1 month ago

0.1.0-rc.15

1 month ago

0.1.0-rc.14

1 month ago

0.1.0-rc.18

1 month ago

0.1.0-rc.1

1 month ago

0.1.0-rc.0

1 month ago