Andreas Thorning

Results 9 comments of Andreas Thorning

I had the same error. I had some problems running the docker-osx-dev install. If you use the new docker toolbox with docker machine, it needs to run inside the docker...

I found this library from my search for this feature. It seems as my first glance that a `LiteralUnion('one','two','three'` type might be worthy addition, I use it this kind of...

If I have some extra time I'll look at it. Especially if we end up using the library. It seems the tuple spread comming in TS 3.0 [https://github.com/Microsoft/TypeScript/pull/24897](https://github.com/Microsoft/TypeScript/pull/24897) will be...

I would accept a PR for this, as long as default behavior is the same, and it is backwards compatible

I think what you refer to is here: [https://github.com/thorning/node-mailchimp/blob/master/index.js#L517-L523](https://github.com/thorning/node-mailchimp/blob/master/index.js#L517-L523) The rejected error contains the full response object from request, which could contain data that should not be exposed the the...

It does not currently support that. I have not used the API with OAuth, and don't know what it takes to implement it. I will be happy to accept a...

I added a issue for browser side support, and closing the related tasks

Reopened, as relevant server side

I made a wrapper of v3 of the api. v3 of the api is a really good example of a REST api, and my wrapper is mainly convenience methods that...