Linimik
Linimik
1. Sorry about the inconsistent spacing. Ill add eslint 2. I'll take a look at the python typings and use something like `py-ts-interfaces` to help me 3. I have to...
Also, do you have any answers for the 2 issues in the first message?
> 2. Absolute imports wouldn't change anything, though because only the `.d.ts` files have imports, Ill remove the `.js` extension. Also, importing the js files is very common and most...
@raimannma I just finished implementing all the methods and making changes, may you review them? Also, I have 2 questions, 1. What does the endpoint `v1/store-offers` return? I assumed by...
> The dist folder should only contain automatically built files and should not be tracked via git in my understanding. Oh yeah, I forgot about that. I'm currently working on...
@raimannma Done. I changed the README a bit, if you wouldn't mind taking a look. I'm going to go to bed now.
(Sorry about the amount of Testing action commits) Anyway, @raimannma I did most of the changes `(i believe all except storing all of the endpoints in a config)`, and included...
Done. I removed the JS files and added scripts to compile them
Aight so I'll - add an optional version parameter to all functions with multiple versions - create new types and have it change the return type based on the version...