Module NFSN
In: nfsn-api.rb
Error BadAuthenticationError BadTimestampError NotImplementedError APIObject Member Email Account Site DNS ::Exception Manager LogDevice NFSN dot/f_0.png

NFSN

A Ruby module for accessing the NearlyFreeSpeech.NET API.

api.nearlyfreespeech.net

The most useful class to start with is NFSN::Manager.

Last update: 2008-11-09

Example

      mgr = NFSN::Manager.new("example", "A1b2C3d4E5f6G7h8")
      site = mgr.siteHandle("example")
      site.addAlias("sub.example.com")

[Validate]