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
- Host: GitHub
- URL: https://github.com/sinclairnick/mailchimp-ts
- Owner: sinclairnick
- License: mit
- Created: 2022-07-27T01:13:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T01:33:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T15:21:39.966Z (over 1 year ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailchimp Typescript Client
> A type-safe client for interacting with the Mailchimp v3 API

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.