OSCA-Kampala-Chapter / autobot

Autobot is a bot library targetted to build software bots for various platforms with ease of integration in mind
MIT License
14 stars 15 forks source link

make all api methods async #149

Closed ToebiasHT closed 1 year ago

ToebiasHT commented 1 year ago

since we're going to primarily make async network calls, all the api methods interacting with the network have to be async. This is just as simple as adding async in front of def on all the api methods

ToebiasHT commented 1 year ago

@ushergodwin is it possible to work on this while you work on the other issue

ushergodwin commented 1 year ago

@ht-thomas Yes, I will make 2 commits referencing these 2 issues..