Sha256: 52cb1a059af42ae01a5cabc0a9a0eefdb7d188c8b8ca366c85b7f4c03a5d9b93

Contents?: true

Size: 1.35 KB

Versions: 32

Compression:

Stored size: 1.35 KB

Contents

= \MLS - 42Floors Multiple Listing Service

MLS provides an Ruby interface for interacting with Commercial Real Estate
Listings provided by 42Floors.com.

*home*  - https://mls.42floors.com

*docs* - http://docs.42floors.com

*bugs* - https://github.com/42floors/mls/issues

== System Requirements

== Installation

  $ gem install mls

== Configuration

The Gem needs to be configured with your API key and URL to connect to the
42Floors MLS. For now, ask us to provide you with an API key.

  #!ruby
  require 'mls'
  
  MLS.url = "https://{API_KEY}@mls.42floors.com"

You can also override the MLS asset host if you are connecting to the staging
environment and want the photos to load.

  #!ruby
  MLS.asset_host = "assets.42floors.com"

== Bugs

If you think you found a bug, file a ticket on the {issues
tracker}[https://github.com/42floors/mls/issues] on github.

To get your bug fixed as fast as possible please include a sample file that
illustrates the problem or link to a repository and include steps to reproduce
the issue.  Here are some examples of good issues:

* https://github.com/rdoc/rdoc/issues/55
* https://github.com/rdoc/rdoc/issues/61

== License

#TODO

== Warranty

This software is provided "as is" and without any express or implied
warranties, including, without limitation, the implied warranties of
merchantability and fitness for a particular purpose.

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
mls-0.2.35 README.rdoc
mls-0.2.34 README.rdoc
mls-0.2.33 README.rdoc
mls-0.2.32 README.rdoc
mls-0.2.31 README.rdoc
mls-0.2.29 README.rdoc
mls-0.2.28 README.rdoc
mls-0.2.26 README.rdoc
mls-0.2.25 README.rdoc
mls-0.2.24 README.rdoc
mls-0.2.23 README.rdoc
mls-0.2.21 README.rdoc
mls-0.2.20 README.rdoc
mls-0.2.19 README.rdoc
mls-0.2.18 README.rdoc
mls-0.2.17 README.rdoc
mls-0.2.16 README.rdoc
mls-0.2.15 README.rdoc
mls-0.2.14 README.rdoc
mls-0.2.13 README.rdoc