Sha256: c547f527b58eadb5ad041cffd2c66b2fbab08457af96d41d20f4fb65bf86b2fd
Contents?: true
Size: 237 Bytes
Versions: 5
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true module Apicasso # A model to abstract API access, with scope options, token generation, request limiting class Request < ApplicationRecord belongs_to :api_key, class_name: 'Apicasso::Key' end end
Version data entries
5 entries across 5 versions & 1 rubygems