-
Notifications
You must be signed in to change notification settings - Fork 257
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
Refactor Utils to Use async/await Instead of Callbacks for HTTP Methods #1221
Comments
konavivekramakrishna
changed the title
Change HTTP Request Mechanism in OpenELIS
Refactor Utils to Use async/await Instead of Callbacks for HTTP Methods
Aug 8, 2024
i would like to take up this |
Please am cought up by something any one can take this up |
Am creating a pr soon |
Can I take this up if this isn't currently being worked on? |
I had created a pr #1320 , but its okay to work on it after the review |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, for
GET
,POST
, and other methods, we use functions provided by the Utils:getFromOpenElisServer
andpostToOpenElisServer
. These functions rely on callbacks. Update the code to useasync
andawait
instead of callbacks.The text was updated successfully, but these errors were encountered: