-
Notifications
You must be signed in to change notification settings - Fork 21
fix(javascript): ensure requesters work as in v4 #823
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
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
137e799
to
1630fad
Compare
1630fad
to
4af574e
Compare
9b758b5
to
eca2fc5
Compare
3b2035c
to
70a8029
Compare
94464cc
to
bfc99ff
Compare
70a8029
to
792e5c2
Compare
792e5c2
to
027bf0e
Compare
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.
the tests are looking good ! just a few comments on english, nothing important
clients/algoliasearch-client-javascript/packages/client-common/src/types/Requester.ts
Outdated
Show resolved
Hide resolved
clients/algoliasearch-client-javascript/packages/client-common/src/types/Requester.ts
Outdated
Show resolved
Hide resolved
clients/algoliasearch-client-javascript/packages/client-common/src/types/Transporter.ts
Show resolved
Hide resolved
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.
nice !
algolia/api-clients-automation#823 Co-authored-by: Clément Vannicatte <[email protected]>
algolia/api-clients-automation#823 Co-authored-by: Clément Vannicatte <[email protected]>
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-588
Changes included:
The goal of this PR is to import requester related tests implemented in v4 to ensure we did not broke it when refactoring.
Changes in this PR:
echoRequester
Next
Ensure body is correct in POST and DELETE methods
🧪 Test
CI :D