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

feat: ability to load characters and their skills from ESI #25

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

TrueBrain
Copy link
Contributor

@TrueBrain TrueBrain commented Nov 26, 2023

This can track multiple characters, and tries to make as few as possible ESI calls.

In the localstorage, we keep track of all the characters and their refresh-tokens.
Access-tokens and skills are not stored in the localstorage, which means that every reload, this information is fetched from ESI again.

@TrueBrain TrueBrain changed the title feat: ability to load skills from ESI feat: ability to load characters and their skills from ESI Nov 26, 2023
@TrueBrain TrueBrain force-pushed the esi-skills branch 2 times, most recently from d6b07d8 to 19995e0 Compare November 26, 2023 15:48
This can track multiple characters, and tries to make as few
as possible ESI calls.

In the localstorage, we keep track of all the characters and
their refresh-tokens. Access-tokens and skills are not stored
in the localstorage, which means that every reload, this
information is fetched from ESI again.
@TrueBrain TrueBrain merged commit 92298f2 into main Nov 26, 2023
2 checks passed
@TrueBrain TrueBrain deleted the esi-skills branch November 26, 2023 15:51
TrueBrain added a commit that referenced this pull request Nov 26, 2023
This can track multiple characters, and tries to make as few as possible
ESI calls.

In the localstorage, we keep track of all the characters and their
refresh-tokens.
Access-tokens and skills are not stored in the localstorage, which means
that every reload, this information is fetched from ESI again.
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.

1 participant