-
Notifications
You must be signed in to change notification settings - Fork 0
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
SPR-20295 adding new types for non auth fetch and timeout #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a mini comment the rest looks good
@@ -1,6 +1,6 @@ | |||
import { TealiumData } from "./model"; | |||
import { provide } from "./apiprovide"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe you can rename the file to "apiProvide" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR adds types for the updated fetch functions of ps-whoami-web.
The type changes do not interfere current states of other applications.
We will add the possibility to customize time-outs for requests with fetch.
ps-whoami-web PR is still in DRAFT: https://github.com/spring-media/ps-whoami-web/pull/87