jrtibbetts / JSONClient

A simple iOS client that posts and gets JSON data from a REST API using authenticated or unauthenticated requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONClient

A simple iOS client that GETs unauthenticated or authenticated (OAuth) JSON data from and POSTs authenticated data to a REST service.

Although it's easy enough to use URLSessions for unauthenticated calls and authenticated ones using a tool like OAuthSwift, this JSONClient simplifies those operations and serves as the base class of the clients in my SwiftDiscogs, SwiftMusicbrainz, and SwiftGenius clients.

See the Example page for usage instructions.

The Details

What language is it? Swift 5.3

How can I integrate it into my project? Carthage compatible

Is it licensed? License

Does it build? Build Status

Is it tested? Codecov

Is it correct? codebeat badge

About

A simple iOS client that posts and gets JSON data from a REST API using authenticated or unauthenticated requests

License:MIT License


Languages

Language:Swift 99.0%Language:Objective-C 1.0%