Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toni77777/xlion
Simple lightweight library for REST API
https://github.com/toni77777/xlion
combine ios network rest rest-api swift
Last synced: 27 days ago
JSON representation
Simple lightweight library for REST API
- Host: GitHub
- URL: https://github.com/toni77777/xlion
- Owner: Toni77777
- License: mit
- Created: 2020-05-24T19:16:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T21:23:37.000Z (over 4 years ago)
- Last Synced: 2024-10-09T11:39:41.755Z (about 1 month ago)
- Topics: combine, ios, network, rest, rest-api, swift
- Language: Swift
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XLion
[![Build Status](https://travis-ci.com/Toni77777/XLion.svg?branch=master)](https://travis-ci.com/Toni77777/XLion.svg?branch=master)
[![Version](https://img.shields.io/cocoapods/v/XLion.svg?style=flat)](https://cocoapods.org/pods/XLion)
[![codecov](https://codecov.io/gh/Toni77777/XLion/branch/master/graph/badge.svg)](https://codecov.io/gh/Toni77777/XLion)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)XLion - simple lightweight library for REST API written in Swift.
Uses standard Apple [``Codable``](https://developer.apple.com/documentation/swift/codable) protocol for decode/encode JSON.