You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: