Skip to content

Cocoa wrapper for communicating with SmartThings REST APIs (OSX only)

License

Notifications You must be signed in to change notification settings

alexking/AKSmartThings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AKSmartThings

Cocoa wrapper for communicating with SmartThings REST APIs.

  • Simple REST calls with JSON responses
  • OAuth authentication
  • Endpoint discovery

Use

You can add this to your CocoaPods Podfile

pod 'AKSmartThings', :git => 'https://github.com/alexking/AKSmartThings.git'

Then just run pod install and import using #import <AKSmartThings/AKSmartThings.h>.

For an example of how to use it, you might check out StatusThing, the open source app I built this for.

Please submit any bugs to the issue tracker, or feel free to submit a pull request.

To learn more about making SmartThings REST APIs, you may want to check out this blog post from them.

##Changelog

Version 0.0.3

  • Closing the server when we no longer need it
  • Not checking for endpoints if we don't have an access token

Version 0.0.2

Bug fixes

Version 0.0.1

Initial release of library, setup with podspec

License

Unlicense - this is free and unencumbered software released into the public domain.

Dependencies

About

Cocoa wrapper for communicating with SmartThings REST APIs (OSX only)

Resources

License

Stars

Watchers

Forks

Packages