Sha256: c9b0b9518a20e17eb8770e30c3e2ac2fe1e4e4df95f88bf2a82e0b7ca36be5fd
Contents?: true
Size: 405 Bytes
Versions: 8
Compression:
Stored size: 405 Bytes
Contents
Notion.configure do |config| config.token = ENV['NOTION_API_TOKEN'] end client = Notion::Client.new(token: 'token') client = Notion::Client.new client.auth_test client.database(id) client.database_query(id, options) client.page(id) client.create_page(options) client.update_page(id, options) client.user(id) client.list_users(options) # https://c15c8970-daea-4c88-9bcd-93726522a93e.mock.pstmn.io
Version data entries
8 entries across 8 versions & 1 rubygems