
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
gotransverse-tract-api
Advanced tools
A ruby gem allowing developers to conveniently integrate with GoTransverse's TRACT API.
Current supported version is 1.29 REST API (XML) https://documentation.gotransverse.com/Content/Archive/site/tract.gotransverse.com/Developer-Guides/TRACT-API-1.29/REST-Endpoints.html
For more details, please refer to GoTransverse's TRACT API Documentation available at: https://documentation.gotransverse.com/Content/Archive/site/tract.gotransverse.com/User-%26-Administrator-Guides/Understanding-TRACT.html
While we are all gladly contributing to the community...
This gem is unofficial, may contain bugs, and its use is at your own risk. None of the project owners, developers, contributors may be held accountable for any defect or disaster resulting of the direct or indirect use of this gem.
Add this line to your application's Gemfile:
gem 'gotransverse-tract-api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gotransverse-tract-api
From the application utilizing the gem, create a gotransverse_tract_api.rb file to your config/initializers folder, with content:
#!ruby
GoTransverseTractApi.configure do |config|
config.username = <gotransverse_tract_username>
config.password = <gotransverse_tract_password>
config.tract_api_host = <gotransverse_tract_api_host>
end
#!ruby
GoTransverseTractApi::BillingAccount::Invoice.find_by_eid(<eid>)
products = GoTransverseTractApi::Product::Product.find_all
product = GoTransverseTractApi::Product::Product.find_by_eid(<eid>)
product.symbolize_keys!
product_price = GoTransverseTractApi::Product::RecurringProductPrice.find_by_product_eid(product[:eid])
Visit https://rubygems.org/gems/gotransverse-tract-api
Help and advice is gladly appreciated! :) Feel free to contribute and be part of this project, helping the community staying on top of any new API version release.
Please keep version number increments under control :)
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Love this project? Use it for your business?
Reward our developers and help us keep this project active.
FAQs
Unknown package
We found that gotransverse-tract-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.