Socket
Book a DemoInstallSign in
Socket

gotransverse-tract-api

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gotransverse-tract-api

0.24.0
bundlerRubygems
Version published
Maintainers
2
Created
Source

GoTransverseTractApi Ruby Gem

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

Disclaimer

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.

Installation

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

Configuration

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

Usage

#!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])

Version History & Changelog

Visit https://rubygems.org/gems/gotransverse-tract-api

Roadmap

  • Nov 2015: Initial Release, basic REST/XML API Support
  • Dec 2015: PCI-Compliant Hosted Payment Page URL Support
  • Q1 2016: Automated Test Coverage
  • Q2 2016: REST/JSON API Support

Contributing

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 :)

Authors

  • Julien DeFrance
  • Daniel Ng

Donations

Love this project? Use it for your business?

Reward our developers and help us keep this project active.

Click here to donate Click here to donate Click here to donate or more! :)

FAQs

Package last updated on 08 Dec 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.