-
Notifications
You must be signed in to change notification settings - Fork 21
feat(specs): add user profile computation & amend existing user profile endpoints [PRED-3876] #4944
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
No code generatedIf you believe code should've been generated, please, report the issue. 📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
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.
awesome
let me know when I can merge :)
5de64f2
This reverts commit 5de64f2.
Should we merge The fact that it is "real-time" is just a technical detail and not a different product. |
I'm not sure we can, since the base URLs are different. @shortcuts can we/should we support different base URLs within the same spec? |
Indeed that's not possible and wouldn't follow the open api specification, as we would have to do the matching logic ourselves to assign the correct path to the base URL |
🧭 What and Why
🎟 JIRA Ticket: PRED-3876
See RFC
Changes included:
🧪 Test
n/a