-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add the new api call in the platform client #802
Conversation
Let's wait on a functional call on tailgate service before merging this, we'll probably need to add the return model as well |
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.
Just to make sure you are aware, you are not exporting Tailgate.ts
, in the index.ts file that should sit at the root of src/resources/Tailgate
, so you won't have access to getWorkerCount()
Nice catch, fixed! |
src/resources/Tailgate/TailgateCatalogContent/TailgateCatalogContent.ts
Outdated
Show resolved
Hide resolved
After testing it I have some suggestion:
|
Changes:
Added new client to communicate with tailgate service.
Tailgate swagger: https://platformdev.cloud.coveo.com/docs?urls.primaryName=Tailgate#/
Acceptance Criteria