Home - grcodemonkey/iron_sharp GitHub Wiki

Fe#

IronSharp Wiki

Topics

Core

IronMQ

http://dev.iron.io/mq/reference/api/

IronWorker

http://dev.iron.io/worker/reference/api/

IronCache

http://dev.iron.io/cache/reference/api/

Design

I designed IronSharp to be a .NET-esque version of the Ruby API client provided by Iron.io

Since most of the Iron.io examples are in Ruby, I tried to follow the same conventions and method names wherever it made sense. However, since it is C#, the method names and property names are in Pascal Case instead of the Ruby-style method_names and property_names.

Road Map - TODO List

  • Implement all HTTP Rest Client APIs
  • Publish Nuget packages
  • Provide strong key signed assemblies in Nuget package
  • Task Async support
  • More detailed examples
  • IronMQ v3 support
  • Any other suggestions?