Skip to main content

Setup

SimplyQ offers a set of REST APIs to integrate with your application, this section will guide you through the steps to quickly configure our clients.

require 'simplyq'

client = Simplyq.new({
api_key: ENV.fetch("SIMPLYQ_API_KEY")
})

application = client.applications.create({ uid: "app-1", name: "Application #1" })