jekru

Results 17 comments of jekru

Could someone change the label to 'documentation'?

I would recommend to use TypeScript. ```bash npm init -y npx tsc --init npm install wikifolio mkdir example.ts ``` ```ts import { Api } from 'wikifolio'; async function fetchPrice() {...

> Thank you very much for your fast and working answer, but when I use instead of `.price()` the `.details()` method, I get another error :( > ```ts throw new...

[https://www.wikifolio.com/de/de/blog/zwei-faktor-authentifzierung](https://www.wikifolio.com/de/de/blog/zwei-faktor-authentifzierung) - "Mit 10. November 2021 führt wikifolio.com für alle **legitimierten** Trader die Zwei-Faktor-Authentifizierung (2FA) als zusätzliche Sicherheitsebene ein." See: [Wann muss ich mich legitimieren?](https://www.wikifolio.com/de/de/hilfe/faq/trader-werden/voraussetzungen-trader) - "An dem bisherigen Login...

@RienNeVaPlus What do you think?

> Yes it broke. Error message is > > "login failed, Cookie not found" See #18. If @RienNeVaPlus updates the npm package, it should work again.

> @RienNeVaPlus yeah - the old layout was smooth. Getting the trades is currently not working, patched 0.4.2. > > Trying to grab the trades ends with a: `[-] No...

I am currently debugging (and fixing) **Wikifolio.ts**. I already created a (draft) PR #20. If anyone wants to join me, let me know :)

> It is possible to set a value-less attribute, however it is a bit awkward and unintuitive as HtmlAgilityPack is not providing a simple convenient API for that. Thanks for...

I would expect that `Attributes.Add(string, name, bool value)` respectively `SetAttributeValue(string name, bool value)` would result in `` (when using `"checked"` as name and `true` as value). But you are right,...