From 65b422b335512d72eed637aad5d6a083744e767c Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Wed, 1 Apr 2026 11:30:35 -0600 Subject: [PATCH] Added Model API support for CSS density class Necessary to pick up recent changes to the API. Milestone: minor --- README.adoc | 59 +++++++++++++--------- lib/trmnl/api/contracts/model.rb | 1 + spec/lib/trmnl/api/contracts/model_spec.rb | 1 + spec/lib/trmnl/api/endpoints/model_spec.rb | 2 + 4 files changed, 40 insertions(+), 23 deletions(-) diff --git a/README.adoc b/README.adoc index 5ae0e6a..74bac6f 100644 --- a/README.adoc +++ b/README.adoc @@ -228,34 +228,31 @@ client.models # Success( # [ -# # # ] # ) @@ -328,7 +341,7 @@ client.recipes search: "comic" # Answers first page of comics. client.recipes sort: "popularity" # Answers first page sorted by popularity. # Success( -# #