An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with urlsession

A curated list of projects in awesome lists tagged with urlsession .

https://github.com/proxymanapp/atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.

https-traffic ios maninthemiddle proxyman swizzle urlsession

Last synced: 14 May 2025

https://github.com/ProxymanApp/atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.

https-traffic ios maninthemiddle proxyman swizzle urlsession

Last synced: 30 Jul 2025

https://github.com/cornerant/digger

Digger is a lightweight download framework that requires only one line of code to complete the file download task

breakpoints digger download file ios large mp4 swift url urlsession video

Last synced: 05 Apr 2025

https://github.com/cornerAnt/Digger

Digger is a lightweight download framework that requires only one line of code to complete the file download task

breakpoints digger download file ios large mp4 swift url urlsession video

Last synced: 02 Aug 2025

https://github.com/vadymmarkov/malibu

:surfer: Malibu is a networking library built on promises

networking promises request swift urlsession

Last synced: 05 Apr 2025

https://github.com/vadymmarkov/Malibu

:surfer: Malibu is a networking library built on promises

networking promises request swift urlsession

Last synced: 18 Jul 2025

https://github.com/apple/swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.

openapi swift transport urlsession

Last synced: 12 Apr 2025

https://github.com/radianttap/Alley

Essential `URLSessionDataTask` micro-wrapper for communication with HTTP(S) web services, with built-in automatic request retries.

ios macos networking tvos urlsession urlsessiondatatask watchos

Last synced: 22 Jul 2025

https://github.com/candlefinance/react-native-openai

OpenAI API Native bindings for React Native

ios kotlin ktor lightweight openai react-native swift urlsession

Last synced: 12 Jun 2025

https://github.com/ronanrodrigo/frisbee

Another network wrapper for URLSession. Built to be simple, small and easy to create tests at the network layer of your application.

carthage cocoapods docker ios linux macos macosx mock network-wrapper networking spm testing unit-testing urlsession

Last synced: 16 Apr 2025

https://github.com/ronanrodrigo/Frisbee

Another network wrapper for URLSession. Built to be simple, small and easy to create tests at the network layer of your application.

carthage cocoapods docker ios linux macos macosx mock network-wrapper networking spm testing unit-testing urlsession

Last synced: 19 Apr 2025

https://github.com/borchero/Squid

Declarative and Reactive Networking for Swift.

combine declarative http networking pagination reactive retrying swift urlsession websockets

Last synced: 02 Aug 2025

https://github.com/sagarsdagdu/sddownloadmanager

A simple, robust and elegant download manager supporting simultaneous downloads with closure syntax for progress and completion tracking. Written in Swift with ❤️

asynchronous-tasks downloadmanager ios ios-swift networking swift-3 urlsession

Last synced: 06 Apr 2025

https://github.com/radianttap/Avenue

Wrapper around URLSession and URLSessionTask to enable seamless integration with Operation / OperationQueue.

api-client api-wrapper async micro-library network networking operation operationqueue swift urlsession

Last synced: 19 Apr 2025

https://github.com/nrkno/tumbleweed

Logs detailed metrics about NSURLSession tasks to the console

logging metrics stats swift urlsession

Last synced: 23 Jun 2025

https://github.com/trendyol/mockingstar-ios

Mocking Star SPM helper library for iOS applications.

alamofire interceptor mock-server swift urlsession

Last synced: 01 Jul 2025

https://github.com/bottlerocketstudios/ios-hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.

networking urlsession

Last synced: 21 Oct 2025

https://github.com/codecat15/httputility

HttpUtility is an open source MIT license project which is helpful in making HTTP requests and returns a decoded object from server. Right now this utility only parses JSON.

api codecat15 decodable encodable httputility json parse request response swift urlrequest urlsession xcode

Last synced: 16 Jun 2025

https://github.com/johnsonandjohnson/guppy-ios

iOS pod about a curious fish named Guppy

guppy ios network-monitoring networking swift urlsession

Last synced: 07 Oct 2025

https://github.com/wibosco/networkinginoperations-example

An example project looking at how to combine Operations with URLSession 📡

codable ios networking operation operationqueue stackoverflow-api swift urlsession

Last synced: 17 Oct 2025

https://github.com/johnsonandjohnson/Guppy-iOS

iOS pod about a curious fish named Guppy

guppy ios network-monitoring networking swift urlsession

Last synced: 28 Sep 2025

https://github.com/vamshiiitbhu14/customtabbaryoutube

This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.

autolayout mvc-architecture mvc-framework tabbar uicollectionview uicollectionviewflowlayout urlsession

Last synced: 28 Oct 2025

https://github.com/mochidev/urlsessionbackport

Backward compatible async/await for URLSession!

swift swift-5-5 swift-concurrency swift-package-manager urlsession

Last synced: 05 May 2025

https://github.com/AndrejKolar/NetworkStack

Clean & simple Swift networking stack playground

decodable networking no-dependencies swift5 urlsession

Last synced: 13 May 2025

https://github.com/tattn/replacer

An easy-to-use library to stub HTTP requests using URLSession and to swizzle methods

ios methodswizzling stub swift urlsession xctest

Last synced: 24 Oct 2025

https://github.com/ilijamihajlovic/networking-with-rest-api-calls-and-urlsession-unit-tests-and-data-persistence-in-core-data

Networking in Swift with REST API calls and URLSession, that puts the parsed JSON Data from an HTTP based JSON storage endpoint I created into a TableView and persists the data using Core Data with CRUD (create, read, update, and delete). I used also Unit Tests to test URLSession asynchronous network operations and make the project as robust as possible. When the JSON data is parsed into the dynamic TableView cell we can easily delete the cell with a swipe, the TableView will then reload itself with a custom made animation and Core Data will update and save the changes in realtime. There is also an option to send HTTP GET requests to the JSONPlaceholder server. A And last but not least I implemented a settings launcher slide-up menu that slides up from the bottom of the screen when the settings tab bar button is pressed. On the slide-up menu, we have all the functionalities I mentioned above like getting the data from the REST API, filtering the data in the cells using a search bar and sorting them in the right alphabetical order, and also send data to a REST API.

codable core-data coredata data-persistance image-cache json networking pull-to-refresh rest-api restful restful-api search-bar slide-menu swift swift-4 swift5 swipe-to-delete tableview unit-testing urlsession

Last synced: 09 Apr 2025

https://github.com/wibosco/backgroundtransfer-example

An example project looking at how to implement background transfers on iOS

background-transfer ios networking swift thecatapi urlsession

Last synced: 30 Jul 2025

https://github.com/futuredapp/ftapikit

Declarative and generic REST API framework using Codable.

api-client codable declarative functional protocol rest-api urlsession

Last synced: 13 Oct 2025

https://github.com/diegotl/OkLog-Swift

A network logger for iOS and macOS projects.

alamofire ios logging macos okhttp osx swift urlsession

Last synced: 02 Aug 2025

https://github.com/diegotl/oklog-swift

A network logger for iOS and macOS projects.

alamofire ios logging macos okhttp osx swift urlsession

Last synced: 25 Sep 2025

https://github.com/buh/zippinch

Remote access to files inside a ZIP file for macOS, iOS and watchOS.

ios ipados macos msdos spm swift urlsession watchos zip

Last synced: 23 Apr 2025

https://github.com/javiermanzo/harbor

Harbor is a library for making API requests in Swift in a simple way using async/await.

ios jsonrpc macos networking rest swift swiftpackage swiftpackagemanager urlsession

Last synced: 21 Jul 2025

https://github.com/3sidedcube/thunderrequest

A networking library for iOS, macOS, watchOS and tvOS

ios networking oauth2-credentials swift urlsession

Last synced: 26 Jul 2025

https://github.com/3sidedcube/ThunderRequest

A networking library for iOS, macOS, watchOS and tvOS

ios networking oauth2-credentials swift urlsession

Last synced: 02 Aug 2025

https://github.com/appunite/cedric

Single / multiple files downloader written in pure Swift

downloader file ios parallel serial urlsession

Last synced: 01 Aug 2025

https://github.com/therakiburkhan/rkapiservice

RKAPIService is a simple and handy API Service utilizes swift concurrency aka async/await

async-await ios macos rest-api swift swift6 urlsession

Last synced: 19 Feb 2026

https://github.com/panevnyk/restapimanager

URLRequests in one line of code

apimanager ios swift urlsession

Last synced: 03 Jul 2025

https://github.com/sbertix/composablerequest

A Swift library to abstract API clients.

swift url urlrequest urlsession

Last synced: 14 Jul 2025

https://github.com/asaday/ezhttp

Swift HTTP access library

networking swift swift4 urlrequest urlsession xcode

Last synced: 23 Apr 2025

https://github.com/db-in/localserver

Simulate your Server APIs locally without Internet connectivity required

alamofire carthage ios localserver macos mock network osx request stub stub-server swift swift-package-manager tvos uitest-server urlsession watchos xcode

Last synced: 26 Feb 2026

https://github.com/3squared/peaknetwork

PeakNetwork is a Swift networking microframework, built on top of Session and leveraging the power of Codable.

network parsing peak-framework swift urlsession

Last synced: 19 Oct 2025

https://github.com/swiftyjoeyy/swift-networking

✨ A fully declarative Swift networking library inspired by SwiftUI and macros. Build expressive, composable, and testable network requests with ease.

actors async-await concurrency declarative macros networking ssl-pinning swift urlsession

Last synced: 04 Jun 2026

https://github.com/pauljohanneskraft/asyncnetwork

Lightweight async/await networking library with interceptor support - usable from iOS 13+.

async-await foundation network swift swift-async swift-foundation urlsession

Last synced: 11 Apr 2025

https://github.com/mustafos/petprojects

This repository serves as an exemplar of the capabilities of iOS development, showcasing the author's technical expertise. It provides an opportunity to explore the latest iOS features, offering insight into the seamless integration of modern design patterns and robust backend communication.

algorithms-and-data-structures concurrency cplusplus java mvc-architecture mvp-architecture mvvm-architecture oop-principles python rest-api swift swiftui uikit uiuxdesigner urlsession

Last synced: 21 Mar 2025

https://github.com/telemtobi/swift-networking

An intuitive Swift networking library for seamless, scalable, and maintainable API integration 🚀

ios-sdk networking swift swift-package-manager urlsession

Last synced: 18 Mar 2026

https://github.com/Meniny/Ghost

👻 A versatile HTTP(s) networking framework written in Swift.

codable curl download ios json macos multipart-form networking stream swift tls tvos upload urlsession watchos

Last synced: 11 Mar 2025

https://github.com/tidev/ti.urlsession

Use the NSURLSession API to download and upload files in Titanium.

javascript native titanium titanium-module urlsession

Last synced: 13 May 2025

https://github.com/meniny/ghost

👻 A versatile HTTP(s) networking framework written in Swift.

codable curl download ios json macos multipart-form networking stream swift tls tvos upload urlsession watchos

Last synced: 31 Aug 2025

https://github.com/ralfebert/sweeturlrequest

SweetURLRequest simplifies common cases for creating an URLRequest and handling HTTPURLResponse.

http ios swift urlsession

Last synced: 15 Mar 2025

https://github.com/dzns/dznetworking

Simple URLSession wrapper and additional convenience classes.

codable concurrency ios macos networking swift tvos urlsession watchos

Last synced: 15 Apr 2025

https://github.com/dhairav/URLSessionHLSDownload

A swift 3 implementation for downloading HLS content and play it back using native AVPlayer

avplayer hls hls-stream http-server ios swift swift-3 urlsession

Last synced: 10 May 2025

https://github.com/serhii-londar/baseapi

BaseAPI is a small Swift library wrapper around URLSession.

baseapi hacktoberfest swift swift-library urlsession

Last synced: 27 Jul 2025

https://github.com/dhairav/urlsessionhlsdownload

A swift 3 implementation for downloading HLS content and play it back using native AVPlayer

avplayer hls hls-stream http-server ios swift swift-3 urlsession

Last synced: 09 Apr 2025

https://github.com/viacominc/urlsessiondecodable

A swift package for adding decoding functionality to URLSession

decodable spm swift urlsession

Last synced: 25 Jun 2025

https://github.com/meniny/leaf

🍃 A versatile HTTP(s) networking framework written in Swift.

http https urlsession

Last synced: 23 Jul 2025

https://github.com/siamakrostami/srnetworklayer

A robust Swift-based network layer for iOS applications, supporting Combine and async/await for seamless asynchronous operations.

async-await combine interceptor networking networklayer retryer swift thread-safe urlsession

Last synced: 09 Jul 2025

https://github.com/meniny/mint

🌿 Human readable HTTP request in Swift.

html http ios macos multipartform-data networking request tvos urlsession watchos

Last synced: 25 Apr 2026

https://github.com/Meniny/Mint

🌿 Human readable HTTP request in Swift.

html http ios macos multipartform-data networking request tvos urlsession watchos

Last synced: 11 Mar 2025

https://github.com/fitomad/urlsession-combine

URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry

combine swift urlsession

Last synced: 20 Mar 2025

https://github.com/pratik-123/urlcache

Simple code for caching API data using URLSession

api ios ios-swift rest-api swift url urlcache urlrequest urlsession

Last synced: 30 May 2026

https://github.com/ralfebert/endpointmodel

Compact networking base model for SwiftUI apps

networking swiftui urlsession

Last synced: 20 May 2026

https://github.com/0xopenbytes/network

🕸️ Output and Input for remote URLs using REST

async-await datatask get headers network post rest swift url urlsession

Last synced: 13 May 2025

https://github.com/inderjagdeo/networkmanager

A simple network manager class with URL Session to get, post, put, and delete data on the server in swift language.

ios ios-swift network-manager network-requests swift urlsession

Last synced: 31 Mar 2025

https://github.com/tiagomaial/github-profiles-app

An app that fetches and displays Github profiles, using structured concurrency and SwiftUI.

actor-model async-await structured-concurrency swift swift5-5 swiftui urlsession

Last synced: 30 Apr 2026

https://github.com/aunnnn/just

A lightweight URLSession wrapper that does only GET and POST

ios json networking swift urlsession wrapper

Last synced: 15 May 2026

https://github.com/tiagomaial/from-closures-to-async-await

Sample code demonstrating how to use async/await in Swift, using UIKit

async-await github-api ios-app structured-concurrency swift uikit urlsession

Last synced: 02 Apr 2025

https://github.com/shuklansh/ios-networking-app

IOS app with API calls

ios-app rest swiftui urlsession

Last synced: 20 Apr 2026

https://github.com/adrianhartanto004/iOS-videoplaylist

[iOS] SwiftUI Video Playlist complete with Unit-Tests using Combine, URLSession, Coredata and architectured in Clean Architecture & MVVM

avplayer clean-architecture combine coredata future ios kingfisher mvvm swift swiftui unit-test urlsession

Last synced: 18 Jul 2025

https://github.com/mrgrauel/tinynetwork

Minimalistic Network Library

codable ios json network swift urlsession watchos xcode

Last synced: 21 May 2026

https://github.com/nahidshrabon/hacker-news

Fetch News from API (SwiftUI)

swift swiftui urlsession

Last synced: 20 Apr 2026

https://github.com/maradotwebp/ra-reader

:arrow_down: A Program created to scrap website data from pmg.ages.at, the austrian register of pesticides.

files java ra-reader scraper scraping urlsession website-scraper xml

Last synced: 03 Oct 2025

https://github.com/happycodelucky/swiftrootcachallengeresolver

A package to support use of URLSession to make SSL request where the service utilizes a self-signed certificate. Using RootCAChallengeResolver encourages less pervasive disabling ATS

ats self-signed self-signed-certificate swift tls urlsession

Last synced: 04 Oct 2025

https://github.com/vinhnx/unittestingnetwork

Demo on how to build a simple and testable network suite in Swift, using Mockingjay.

cocoapods codable design generic mockingjay stub swift unittesting urlsession

Last synced: 30 Mar 2025

https://github.com/ralfebert/httpenums

Swift enum types for HTTP: ContentType, HTTPHeader, HTTPMethod and HTTPStatusCode.

ios swift urlsession

Last synced: 17 Jul 2025

https://github.com/d-integral/alamofirecontributors

A test task for CouchSurfing. The app displays all the contributors of Alamofire. I didn't use any third-party libraries to demonstrate my ability to code. I used URLSession for networking, GCD for asynchronous image loading and NSCache for caching.

alamofire cache codable gcd multithreading nscache rest swift4 test-task urlsession xctest

Last synced: 03 Mar 2025

https://github.com/sulekaptan/netflix-clone

This project is a clone of the Netflix application, built using UIKit.

movies-api mvvm-architecture sdwebimage swift uikit urlsession youtube-api

Last synced: 10 Sep 2025

https://github.com/mrgrauel/TinyNetwork

Minimalistic Network Library

codable ios json network swift urlsession watchos xcode

Last synced: 11 Mar 2025