FTAPIKit
FTAPIKit copied to clipboard
Declarative and generic REST API framework using Codable.
There were some shared variables, which were `static var`. This can result in mutation of these constants, which is definitely not on purpose and could result in an undefined behavior.
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,...
Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.1 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...
https://github.com/futuredapp/FTAPIKit/blob/46528ab76ca3ead8bdc32fb96f8591f7bf6d2748/Sources/FTAPIKit/URLServer%2BAsync.swift#L17
At time of implementation, XCTest open source framework haven't yet supported async await. Allow the tests once again when it does.
When Linux support was added, tests for Multipart Endpint and Upload endpoint kept failing. I was not successful at the time with determining the root of the issue (it might...