An open API service indexing awesome lists of open source software.

https://github.com/sinclairnick/mailchimp-ts

A simple typescript wrapper over the mailchimp V3 API
https://github.com/sinclairnick/mailchimp-ts

Last synced: about 1 year ago
JSON representation

A simple typescript wrapper over the mailchimp V3 API

Awesome Lists containing this project

README

          

# Mailchimp Typescript Client

> A type-safe client for interacting with the Mailchimp v3 API

![mailchimp-ts](./img/mailchimp-ts.png)

There's not much else to say, really.

### About

This is a very straightforward project which basically just packages the OpenAPI-generated typescript code, which means it's easy to keep up to date.

It uses the [openapi-typescript-codegen](https://github.com/ferdikoomen/openapi-typescript-codegen) npm package to generate the client, and then adds a thin wrapper to get the authentication and endpoint set up correctly.