Sha256: 93e545dbe4315d3f7c2d18d0eb765ef57d87d0eb05a0579dc8529d1a55b6b8dc
Contents?: true
Size: 245 Bytes
Versions: 25
Compression:
Stored size: 245 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
25 entries across 25 versions & 1 rubygems