-
Notifications
You must be signed in to change notification settings - Fork 2
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: add syncs API in compass #63
Conversation
} | ||
|
||
message SyncAssetsResponse { | ||
string job_id = 1; |
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.
do you also want to add a job status check api ? will it be in a separate PR ? @batrov
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.
I think we can consider that later, for now we will only throw status accepted after triggering this API
d27f456
to
34aa07a
Compare
5cc37f5
to
f862c95
Compare
f862c95
to
25893a7
Compare
* feat: add syncs API in compass * chore: change http method and params --------- Co-authored-by: Hermawan Wijaya <[email protected]>
Issue: goto/compass#67