Karl von Randow

Results 143 comments of Karl von Randow

Fantastic, thanks @bmarwell

I have started work on this and will be continuing over the next few weeks and will then submit a PR. Initial work is here: https://github.com/karlvr/trello/blob/types/index.d.ts If anyone has made...

I've combined this with #74 and I've written a script to automatically generate the types, resulting in https://github.com/karlvr/trello/blob/types-query/index.d.ts There's obviously more model types to make, but it's a start and...

@sheam I have included them in the `package.json`, so if you include the library from my fork you magically get the typings. No need to install them separately.

@sheam how did you import it? It should be: ```javascript import Trello from 'trello' ``` and then you should be able to use it: ```javascript const t = new Trello('key',...

@vaagnavanesyan @ohadch nothing from me. My changes were sufficient for my efforts. I'm not sure whether anyone else has got them working?

The CI failure looks like it might be a Restler failure with Node 4. It's on this line: ```javascript parsers.xml.options = (typeof options.xml2js == 'undefined') ? {} : options.xml2js; ```...

Toby, can you check those failure cases. They should work with the changes I submitted regarding the OS flag.

Would a PR to to address this be welcome? It might not be possible to change this while maintaining backwards compatibility.

@frantuma thank you! This is a short journey... it starts at https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#operation-object and scroll down to `security`. > ... The list of values includes alternative security requirement objects that can...