-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
PLATFORM: Replace using raw calls with API Client package #513
Comments
Can I next pick it up @rajdip-b ? |
Yes absolutely. |
/attempt |
Assigned the issue to @Prakhargarg-2010196! |
@Prakhargarg-2010196 are you still working on this issue ? |
I have marked the todos would try to do this on weekend was bit busy with job |
sure sure |
@rajdip-b can you tell me what was decided for where the baseurl would be passed on the frontend side for the api-client. |
The base url would be set in the |
That I had already checked and asked you about and you said @kriptonian1 to look into it that's why I asked about it. Conversation |
Script is basically for adding script, and it can't be used as a replacement of a state management tool, I will recommend going with jotai |
okay
Okay let me check what I can do. |
@Prakhargarg-2010196 are you still working on this issue? |
I am but not getting much time due to starting of new job. If its urgent then you can unsassign I will pick some other issue sometime maybe. Moreover not able to figure out a way to call that instance in jotai. |
Hey buddy, don't mind, but we are unassigning you for now since this is a bit important to us. Feel free to take up other issues as and when you can. P.S. congrats for getting a new job! |
Yeah sure! |
Description
The
platform
app is still using raw calls to the API. We have a dedicated API Client package for this purpose. We would like to replace the current calls with this.Solution
You can refer to how we utilize API Client in our CLI package.
The text was updated successfully, but these errors were encountered: