DDRouter/DDRouter.swift (4 lines): - line 62: // TODO: do this in the future - line 86: // TODO: this should be a noop in prod / when disabled - line 107: // TODO: technically should throw different error if - line 162: // TODO: add autoretry back, outside this function DDRouter/API/EndpointType.swift (2 lines): - line 15: // TODO: this is silly imo, can be streamlined - line 22: // TODO: why is this one not typealiased the same as headers? DDRouterTests/DDRouterTests.swift (1 line): - line 22: // TODO: tests for all the failure cases DDRouter/Error/APIError.swift (1 line): - line 11: // TODO: change this to correspond to normal status codes DDRouter/HTTP/HTTPTask.swift (1 line): - line 7: // TODO: this is probably not necessary - can replace with something less intrusive DDRouter/HTTP/HTTPStatusCode.swift (1 line): - line 3: // TODO: should be all the status codes!