Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 770 Bytes

eventstreams103.md

File metadata and controls

43 lines (29 loc) · 770 Bytes
copyright lastupdated
years
2015, 2018
2018-05-25

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}

Using the MQ Light Ruby client

{: #mql_how}

** The MQ Light API is available as part of the Standard plan only.**

To use the API, add a reference to the latest available {{site.data.keyword.mql}} client API for Ruby as follows:

Add the following reference to the Gemfile:

gem 'mqlight', '~> 1.0'

{: codeblock}

And add the following require statement to your source file:

require ‘mqlight’

{: codeblock}