saltedge / saltedge-ios-swift

MIT License
10 stars 13 forks source link

ConnectionRouter wrong update connection url #72

Open BlixLT opened 2 years ago

BlixLT commented 2 years ago

ConnectionRouter shows case .update(_, let id, _): return "connection/update/\(id)" as update url. But url in the documentation is https://www.saltedge.com/api/v5/connection. So, IMO it should be something like case .update(_, _, _): return "connection". Unless I am missing something here.