-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature/#25 types definitions #45
base: main
Are you sure you want to change the base?
Conversation
* @param {string|object} body - the query string or an object with query (and optionally variables) as a property | ||
* @param {object} [options={}] - additional POST request options | ||
* @param {object} [retryOptions={}] - retry options for @adobe/aio-lib-core-networking | ||
* @returns {Promise<any>} - the response body wrapped inside a Promise |
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.
should it be more specific about the response type? any chance it can be different from the standard HTTP Response?
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.
@easingthemes wdyt about this?
let's try to close this and make a release as well
Any update on when we can expect typescript support? |
Description
Added task to generate TS types definitions from JSDocs