Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seanoshea/ios-etsy-sdk

Very simple read-only (no OAUTH) library to connect to a few Etsy services
https://github.com/seanoshea/ios-etsy-sdk

Last synced: about 1 month ago
JSON representation

Very simple read-only (no OAUTH) library to connect to a few Etsy services

Awesome Lists containing this project

README

        

ios-etsy-sdk
============
Very simple read-only (no OAUTH) library to connect to a few Etsy services.

http://www.etsy.com/developers has all information for Etsy developers.

cocoa-pods
============
If you are downloading this library, execute the following from the bootstrap directory:

pod install

This should download AFNetworking and Kiwi. AFNetworking is used extensively in the project. Kiwi is simply used for unit testing the API calls.

travis-ci
============
[![Build Status](https://travis-ci.org/seanoshea/ios-etsy-sdk.png)](https://travis-ci.org/seanoshea/ios-etsy-sdk)

versions
===========
1.0 (https://github.com/seanoshea/ios-etsy-sdk/tree/1.0) uploaded to CocoaPods
1.1 (https://github.com/seanoshea/ios-etsy-sdk/tree/1.1) iOS 7 only library.