Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seanoshea/ios-etsy-sdk
- Owner: seanoshea
- License: other
- Created: 2012-12-15T00:05:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-31T19:08:37.000Z (about 11 years ago)
- Last Synced: 2024-11-24T13:46:55.398Z (about 2 months ago)
- Language: Objective-C
- Size: 531 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.