FTAPIKit icon indicating copy to clipboard operation
FTAPIKit copied to clipboard

First-class Swift concurrency support

Open mkj-is opened this issue 2 years ago • 0 comments

Are you still using/maintaining the project?

If yes, now it is as good time as ever to change building requests to Swift concurrency.

https://github.com/futuredapp/FTAPIKit/blob/main/Sources/FTAPIKit/Server.swift#L29

The buildRequest method is not async, which makes any request signing and request creation unnecessarily complex. This change would allow some internal improvements to the whole framework, which could be relased as a new major version.

mkj-is avatar Nov 22 '23 14:11 mkj-is