Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Releases: Semantics3/semantics3-ruby

Semantics3 Ruby v0.14

13 Jul 11:05

Choose a tag to compare

This build helps users choose Basic auth instead of OAuth for making their calls:
sem3 = Semantics3::Products.new(API_KEY,API_SECRET,"basic")

Note: We highly recommend using OAuth requests for all production use cases. Also, the test endpoint is limited to only 100 calls per day.