Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

BaseAPI is a small Swift library wrapper around URLSession.
https://github.com/serhii-londar/baseapi

baseapi hacktoberfest swift swift-library urlsession

Last synced: 4 months ago
JSON representation

BaseAPI is a small Swift library wrapper around URLSession.

Awesome Lists containing this project

README

        

# BaseAPI

[![CI Status](http://img.shields.io/travis/serhii-londar/BaseAPI.svg?style=flat)](https://travis-ci.org/serhii-londar/BaseAPI)
[![Version](https://img.shields.io/cocoapods/v/BaseAPI.svg?style=flat)](http://cocoapods.org/pods/BaseAPI)
[![License](https://img.shields.io/cocoapods/l/BaseAPI.svg?style=flat)](http://cocoapods.org/pods/BaseAPI)
[![Platform](https://img.shields.io/cocoapods/p/BaseAPI.svg?style=flat)](http://cocoapods.org/pods/BaseAPI)

BaseAPI is a small Swift library which helps you to implement any REST API. The main goal is to simplify sending HTTP request and receiving response.

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

BaseAPI is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'BaseAPI'
```

## Author

serhii-londar, [email protected]

## License

BaseAPI is available under the MIT license. See the LICENSE file for more info.