Module: Taxjar::API
- Includes:
- Utils
- Included in:
- Client
- Defined in:
- lib/taxjar/api/api.rb,
lib/taxjar/api/order.rb,
lib/taxjar/api/utils.rb,
lib/taxjar/api/refund.rb,
lib/taxjar/api/request.rb
Defined Under Namespace
Modules: Order, Refund, Utils Classes: Request
Instance Method Summary collapse
- #categories(options = {}) ⇒ Object
- #rates_for_location(postal_code, options = {}) ⇒ Object
- #tax_for_order(options = {}) ⇒ Object
Methods included from Utils
#perform_delete_with_object, #perform_get_with_array, #perform_get_with_object, #perform_get_with_objects, #perform_post_with_object, #perform_put_with_object, #perform_request, #perform_request_with_array, #perform_request_with_object, #perform_request_with_objects
Instance Method Details
#categories(options = {}) ⇒ Object
6 7 8 |
# File 'lib/taxjar/api/api.rb', line 6 def categories( = {}) perform_get_with_objects("/v2/categories", 'categories', , Taxjar::Category) end |