Any plans to make this buildable on Linux?
Since its better to not put your API-keys on the client I want to use this on my swift server project.
I created a fork and replaced URLSession by HTTPClient from async-http-client
but it's not fully tested yet and I have no idea yet what is the best approach to make it available for URLSession AND HTTPClient.
Any plans to make this buildable on Linux?
Since its better to not put your API-keys on the client I want to use this on my swift server project.
I created a fork and replaced
URLSessionbyHTTPClientfrom async-http-clientbut it's not fully tested yet and I have no idea yet what is the best approach to make it available for
URLSessionANDHTTPClient.