oxidecomputer / third-party-api-clients

A place for keeping all our generated third party API clients.
https://docs.rs/octorust
MIT License
132 stars 55 forks source link

Mailchimp fields value not comma separated #73

Open madninja opened 1 year ago

madninja commented 1 year ago

Mailchimp: It looks like all api methods that take a fields value in the Mailchimp client do a .join(" ") vs a .join(","). The Mailchimp api specs out fields as a comma separated list not a space separated list.

I'd be happy to help fix this but am unclear if the clients are auto-generated vs manually patched here