Module: Tightknit

Defined in:
lib/tightknit.rb,
lib/tightknit/client.rb,
lib/tightknit/version.rb,
lib/tightknit/resources/feeds.rb,
lib/tightknit/utils/html_formatter.rb,
lib/tightknit/resources/calendar_events.rb

Overview

The Tightknit module is the main namespace for the Tightknit API client. It provides a simple way to interact with the Tightknit API.

Examples:

Create a client

client = Tightknit::Client.new(api_key: "your_api_key")
events = client.calendar_events.list

Defined Under Namespace

Modules: Resources, Utils Classes: Client, Error

Constant Summary collapse

BASE_URL =

Base URL for the Tightknit API

"https://api.tightknit.dev/admin/v0/"
VERSION =

Current version of the Tightknit gem

"0.1.3"