mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
Added recipe statistics model
Necessary to model the statistics of the response. Will soon be used by the recipe model (soon to be used). Milestone: minor
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module TRMNL
|
||||
module API
|
||||
module Models
|
||||
module Recipes
|
||||
# Models the statistics of the API response.
|
||||
Statistics = Data.define :installs, :forks
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user