I-TECH-UW / OpenELIS-Global-2

OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology
http://openelis-global.org/
Mozilla Public License 2.0
69 stars 183 forks source link

Refactor Utils to Use async/await Instead of Callbacks for HTTP Methods #1221

Open konavivekramakrishna opened 1 month ago

konavivekramakrishna commented 1 month ago

Currently, for GET, POST, and other methods, we use functions provided by the Utils: getFromOpenElisServer and postToOpenElisServer. These functions rely on callbacks. Update the code to use async and await instead of callbacks.

Isabirye1515 commented 1 month ago

i would like to take up this

Isabirye1515 commented 2 weeks ago

Please am cought up by something any one can take this up