CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
urlsession
09-10
front end
How to debug URLSession POST Authentication Login Failure
08-06
database
How to send tokens with url using URLSession and decode it in SwiftUI
07-28
Mobile
Swift - Return Generic Type/Data
07-28
Software engineering
Combine's DataTaskPublisher does not output when passed through flatMap in Playgrounds
06-27
Mobile
How would I print the title property in this returned JSON in Swift using URLSession and dataTask?
06-24
Software engineering
How to make multiForm data post request in swift?
06-23
front end
SwiftUI Structuring and Decoding JSON
06-22
Blockchain
Is this a best practice way to make concurrent API calls?
06-10
Enterprise
URLSession not sending data to PHP API
06-02
database
Upload file error handling using URLSessionConfiguration.background and uploadTask
05-03
Software design
If you type too fast in search-bar API call errors out
04-29
Blockchain
Make enum with return Class inheriting Codable to parse JSON to your model class
04-22
other
"Expected to decode Dictionary<String, Any> but found an array instead.", underlying
04-22
Mobile
Unsure if I need the following lines (setting delegate and delegateQueue) in my code, for URLSession
03-26
Blockchain
How can I pass parameters in an HTTP Post request in Swift?
03-12
Software engineering
conforming to a protocol require delegate variable be available in ios13
03-11
other
URLSession.shared.dataTask Code Block Not Running
03-11
database
How to cache response in iOS and show only when internet is not available?
03-10
Software engineering
Get a nested json in URL session?
02-28
Software engineering
Getting nil data when try to cancel a task and restart it again Swift
02-18
Software engineering
How to pass data into header while using URLSession in Swift?
02-17
Blockchain
Delegate Methods for URLSession streamTask Not Called
02-11
Blockchain
Not retrieving .notConnectedToInternet URLSession
12-24
OS
How can I make a POST Request in Swift with parameters using URLSession
12-19
front end
Do I need place urlsession datatask on another DispatchQueue or it's done automatically?
12-13
front end
Return MyRеsults from result: Result<[MyResults], Error>?
12-11
Back-end
Swift Background Execution
12-09
Software engineering
How to Json decode API data with an array?
12-07
OS
Swift How to add array of strings to httpBody
11-22
database
How can i use this new get method for other models?
11-16
Enterprise
How to get value out of URLSession
11-16
Blockchain
How to check error if uploading is failed using session.uploadTask in swift?
10-31
Net
FlatMap with Generic ReturnType using Combine
10-19
Blockchain
URLSession async not working in Swift Package
10-16
Mobile
Swiftui The data couldn’t be read because it isn’t in the correct format
10-13
Software design
Downloading jpg image from url with URLSession
10-11
Net
Cancelling an async/await Network Request
Links:
CodePudding