Brooke Kuhlmann 0dfdee3a9a Added setup model
Necessary to model the API response.
2025-04-22 14:24:33 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 14:24:33 -06:00
2025-04-22 14:24:33 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00
2025-04-22 11:48:02 -06:00

:toc: macro
:toclevels: 5
:figure-caption!:

= Trmnl Api

toc::[]

== Features

== Requirements

. link:https://www.ruby-lang.org[Ruby].

== Setup

To install _with_ security, run:

[source,bash]
----
# 💡 Skip this line if you already have the public certificate installed.
gem cert --add <(curl --compressed --location https://alchemists.io/gems.pem)
gem install trmnl-api --trust-policy HighSecurity
----

To install _without_ security, run:

[source,bash]
----
gem install trmnl-api
----

You can also add the gem directly to your project:

[source,bash]
----
bundle add trmnl-api
----

Once the gem is installed, you only need to require it:

[source,ruby]
----
require "trmnl/api"
----

== Usage

== Development

To contribute, run:

[source,bash]
----
git clone https://github.com/bkuhlmann/trmnl-api
cd trmnl-api
bin/setup
----

You can also use the IRB console for direct access to all objects:

[source,bash]
----
bin/console
----

== Tests

To test, run:

[source,bash]
----
bin/rake
----

== link:https://alchemists.io/policies/license[License]

== link:https://alchemists.io/policies/security[Security]

== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]

== link:https://alchemists.io/policies/contributions[Contributions]

== link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]

== link:https://alchemists.io/projects/trmnl-api/versions[Versions]

== link:https://alchemists.io/community[Community]

== Credits

* Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
* Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
S
Description
No description provided
Readme MIT
316 KiB
Languages
Ruby 100%