carson-katri / swift-request

Declarative HTTP networking, designed for SwiftUI
MIT License
727 stars 41 forks source link

400 #59

Closed liyongjie1002 closed 2 years ago

liyongjie1002 commented 2 years ago

first time use ,then 400 ,the urlString and query is right, thanks.

Is there an example for this project?🌟🌟

image

image

carson-katri commented 2 years ago

You could check out the tests for a bunch of examples of different use cases: https://github.com/carson-katri/swift-request/blob/main/Tests/RequestTests/RequestTests.swift

liyongjie1002 commented 2 years ago

thanks