{"id":21179126,"url":"https://github.com/avadev/avatax-rest-v2-ruby-sdk","last_synced_at":"2025-04-05T00:09:59.845Z","repository":{"id":19560911,"uuid":"87342461","full_name":"avadev/AvaTax-REST-V2-Ruby-SDK","owner":"avadev","description":"Sales Tax API SDK for Ruby and AvaTax REST","archived":false,"fork":false,"pushed_at":"2024-04-23T18:40:39.000Z","size":801,"stargazers_count":35,"open_issues_count":12,"forks_count":57,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-24T20:04:26.444Z","etag":null,"topics":["avalara","avatax-ruby-gem","ruby","ruby-sdk","sales-tax","tax","tax-rate","tax-rates"],"latest_commit_sha":null,"homepage":"https://developer.avalara.com/sdk/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-05T18:21:30.000Z","updated_at":"2024-06-13T20:22:54.831Z","dependencies_parsed_at":"2024-04-23T18:40:41.113Z","dependency_job_id":"5cec0e12-7892-4593-bfb9-bb468c64a81c","html_url":"https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK","commit_stats":{"total_commits":158,"total_committers":26,"mean_commits":6.076923076923077,"dds":0.8607594936708861,"last_synced_commit":"602a88a93486625c63495f24efd94f115e5c6237"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avadev%2FAvaTax-REST-V2-Ruby-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avadev%2FAvaTax-REST-V2-Ruby-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avadev%2FAvaTax-REST-V2-Ruby-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avadev%2FAvaTax-REST-V2-Ruby-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avadev","download_url":"https://codeload.github.com/avadev/AvaTax-REST-V2-Ruby-SDK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266565,"owners_count":20910836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avalara","avatax-ruby-gem","ruby","ruby-sdk","sales-tax","tax","tax-rate","tax-rates"],"created_at":"2024-11-20T17:28:50.381Z","updated_at":"2025-04-05T00:09:59.684Z","avatar_url":"https://github.com/avadev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"The AvaTax Ruby Gem\n====================\nA Ruby wrapper for the AvaTax REST V2 APIs\n\nInstallation\n------------\n\tgem install avatax\n\nSimple Code Example\n-------------------------\n```ruby\n@client = AvaTax::Client.new({ :logger =\u003e true, :log_request_and_response_info =\u003e true })\n\ncreateTransactionModel = {\n  \"type\" =\u003e 'SalesInvoice',\n  \"companyCode\" =\u003e '12670',\n  \"date\" =\u003e '2017-06-05',\n  \"customerCode\" =\u003e 'ABC',\n  \"addresses\" =\u003e {\n    \"ShipFrom\" =\u003e {\n      \"line1\" =\u003e \"123 Main Street\",\n      \"city\" =\u003e \"Irvine\",\n      \"region\" =\u003e \"CA\",\n      \"country\" =\u003e \"US\",\n      \"postalCode\" =\u003e \"92615\"\n    },\n    \"ShipTo\" =\u003e {\n      \"line1\" =\u003e \"100 Market Street\",\n      \"city\" =\u003e \"San Francisco\",\n      \"region\" =\u003e \"CA\",\n      \"country\" =\u003e \"US\",\n      \"postalCode\" =\u003e \"94105\"\n    }\n  },\n  \"lines\" =\u003e [ { \"amount\" =\u003e 100 }]\n}\n\ntransaction = @client.create_transaction(createTransactionModel)\n```\n\nIf you'd like to see a more complete code example with credentials, check out our [example folder](/example).\n\nAvaTax REST and Search APIs\n------------------------------\nOur [developer site](https://developer.avalara.com/) documents all the AvaTax REST and other APIs. Subscribe to the [RSS feed](developer.avalara.com/feed.xml) to stay up to date on the lates news and announcements.\n\n[API docs](http://www.rubydoc.info/github/avadev/AvaTax-REST-V2-Ruby-SDK/)\n\nBlog\n----------------------------\nThe [Developer Blog](https://developer.avalara.com/blog/) features news and important announcements about the AvaTax Platform and SDKs. You will also find tutorials and best practices to help you build great platform integrations.\n\nContributing\n------------\nIn the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), **everyone** is encouraged to help improve this project.\n\nHere are some ways *you* can contribute:\n\n* by using alpha, beta, and prerelease versions\n* by reporting bugs\n* by suggesting new features\n* by writing or editing documentation\n* by writing specifications\n* by writing code (**no patch is too small**: fix typos, add comments, clean up inconsistent whitespace)\n* by refactoring code\n* by closing [issues](https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK/issues)\n* by reviewing patches\n\n\nSubmitting an Issue\n-------------------\nWe use the [GitHub issue tracker](https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK/issues) to track bugs and\nfeatures. Before submitting a bug report or feature request, check to make sure it hasn't already\nbeen submitted. You can indicate support for an existing issue by voting it up. When submitting a\nbug report, please include a [Gist](http://gist.github.com/) that includes a stack trace and any\ndetails that may be necessary to reproduce the bug, including your gem version, Ruby version, and\noperating system. Ideally, a bug report should include a pull request with failing specs.\n\nSubmitting a Pull Request\n-------------------------\n1. Fork the project.\n2. Create a topic branch.\n3. Implement your feature or bug fix.\n4. Add documentation for your feature or bug fix.\n5. Run \u003ctt\u003erake doc:yard\u003c/tt\u003e. If your changes are not 100% documented, go back to step 4.\n6. Add specs for your feature or bug fix.\n7. Commit and push your changes.\n8. Submit a pull request. Please do not include changes to the gemspec, version, or history file. (If you want to create your own version for some reason, please do so in a separate commit.)\n\nBuild Status\n------------\n[![Build Status](https://travis-ci.org/avadev/AvaTax-REST-V2-Ruby-SDK.svg?branch=master)](https://travis-ci.org/avadev/AvaTax-REST-V2-Ruby-SDK)\n\nCopyright\n---------\nCopyright (c) 2017, Avalara, Inc. All rights reserved.\nBy contributing to AvaTax Ruby Gem, you agree that your contributions will be licensed under its Apache License.\nSee [LICENSE](https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK/) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favadev%2Favatax-rest-v2-ruby-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favadev%2Favatax-rest-v2-ruby-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favadev%2Favatax-rest-v2-ruby-sdk/lists"}