Sha256: a0e08b07fa2ee28f4782bc1a4e17d7ccd5de14ba4e2316df2b87640d38a2396e
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 Bytes
Contents
module Notion class Client include Endpoints include HTTParty base_uri "https://api.notion.com" def initialize(token:) self.class.headers({Authorization: "Bearer #{token}"}) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notion-sdk-ruby-0.2.1 | lib/notion/client.rb |