HuyaneMatsu / hata

Async Discord API wrapper.
https://www.astil.dev/project/hata/
Other
182 stars 20 forks source link

[LONG-TERM] [SUGGESTION] Split up Hata into different repos #34

Closed Technisha closed 2 years ago

Technisha commented 3 years ago

Hata currently is amazing, but it's all in one single repo. I think splitting it up into async, websockets, html server would be a LOT better, because that way people can use your async without downloading everything else, or the same with websockets. Having multiple projects also makes it easier to update code independent from eachother, so you don't have to change a while file to make one thing work, for example.

HuyaneMatsu commented 3 years ago

Archiving issue.

HuyaneMatsu commented 2 years ago

The whole async part of hata will be cut out into it's own package, resolving this issue partially.

Yu-Vitaqua-fer-Chronos commented 2 years ago

Cool! (This is my new GitHub account btw) Will everything be split up eventually? So websocket client/server (they can be bundled together), http request api, etc?

HuyaneMatsu commented 2 years ago

Cannot guarantee.

Yu-Vitaqua-fer-Chronos commented 2 years ago

That's fair enough

HuyaneMatsu commented 2 years ago

Opened a new repo for hata's async. Help is welcome to make it a better stand-alone library.