Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 - Rewrite to TypeScript with generated types #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lilianalillyy
Copy link

Related Issues & PRs

closes PR #44
fixes issues #47, #48, #51

Proposed Changes

  • Adds types for requests and responses generated from the Swagger schema
  • Uses Vite for build
  • Removes need for babel in favor of ts-jest in tests
  • Added countries as there is (to my knowledge) no endpoint to get all available countries

@lilianalillyy lilianalillyy force-pushed the master branch 6 times, most recently from 5315562 to e583c19 Compare November 21, 2023 20:04
@kubahasek
Copy link

Hey, is there any progress? Currently dealing with an error in my Remix app regarding missing declaration files. Thanks

@lilianalillyy
Copy link
Author

Hey, is there any progress? Currently dealing with an error in my Remix app regarding missing declaration files. Thanks

had the same issue, you can use @lilianaa/nordigen-node for now, which is what's in this PR

@kubahasek
Copy link

@lilianalillyy alright, will give that a shot, thanks!

@ed6767
Copy link

ed6767 commented Jan 12, 2025

@lilianalillyy thank you!!

lilianalillyy and others added 2 commits January 13, 2025 09:40
- Adds types for requests and responses generated from the Swagger schema
- Uses Vite for build
- Removes need for babel in favor of ts-jest in tests
- Added `countries` as there is (to my knowledge) no endpoint to get all available countries
- Enums seems to have been removed from the Swagger spec, however they were kept and are now in `src/types/enums.ts`
@lilianalillyy
Copy link
Author

rebased with master & released @lilianaa/nordigen-node@2.0.0-7

@lilianalillyy
Copy link
Author

@lilianalillyy thank you!!

np, don't forget to update to 2.0.0-7, it's up to date with current changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants