-
Notifications
You must be signed in to change notification settings - Fork 21
feat(javascript): add bridge to transformation on algoliasearch #4852
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(javascript): add bridge to transformation on algoliasearch #4852
Conversation
✔️ Code generated!
📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
@@ -143,131 +143,112 @@ describe('api', () => { | |||
}); | |||
}); | |||
|
|||
describe('init clients', () => { |
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.
not needed anymore, the cts uses and asserts them
411edef
to
1974388
Compare
1974388
to
2b422cf
Compare
2b422cf
to
dbcc87e
Compare
d2cbf7e
to
a0011a5
Compare
c9c64d1
to
1de1d72
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.
👌🏻
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.
GG
… (generated) [skip ci] Co-authored-by: Clément Vannicatte <[email protected]>
…rated) algolia/api-clients-automation#4852 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/DI-3786
Changes included:
add the bridge methods from the search api to the ingestion api, only
saveObjects
andpartialUpdateObjects
are added for now.