Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcessentials/apiclient
Lightweight URL-based API client
https://github.com/xcessentials/apiclient
api client http lightweight restful-api swift url urlrequest urlsession urlsessiondatatask xcode
Last synced: 2 days ago
JSON representation
Lightweight URL-based API client
- Host: GitHub
- URL: https://github.com/xcessentials/apiclient
- Owner: XCEssentials
- License: mit
- Created: 2016-03-24T03:07:52.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T01:09:59.000Z (about 1 month ago)
- Last Synced: 2025-02-07T12:18:10.102Z (3 days ago)
- Topics: api, client, http, lightweight, restful-api, swift, url, urlrequest, urlsession, urlsessiondatatask, xcode
- Language: Swift
- Homepage: http://xcessentials.github.io/APIClient/
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub License](https://img.shields.io/github/license/XCEssentials/APIClient.svg?longCache=true)](LICENSE)
[![GitHub Tag](https://img.shields.io/github/tag/XCEssentials/APIClient.svg?longCache=true)](https://github.com/XCEssentials/APIClient/tags)
[![Swift Package Manager Compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?longCache=true)](Package.swift)
[![Written in Swift](https://img.shields.io/badge/Swift-5.3-orange.svg?longCache=true)](https://swift.org)
[![Supported platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20iOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-blue.svg?longCache=true)](Package.swift)
[![Build Status](https://travis-ci.com/XCEssentials/APIClient.svg?branch=master)](https://travis-ci.com/XCEssentials/APIClient)# APIClient
Lightweight HTTP-based API client.
Inspired by https://thatthinginswift.com/write-your-own-api-clients-swift/