
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.
The Invoicetronic API is a RESTful service that allows you to send and receive invoices through the Italian Servizio di Interscambio (SDI), or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools.
For more information, see Invoicetronic website
This SDK is automatically generated by the OpenAPI Generator project:
To build the Ruby code into a gem:
gem build invoicetronic_sdk.gemspec
Then either install the gem locally:
gem install ./invoicetronic_sdk-1.0.0.gem
(for development, run gem install --dev ./invoicetronic_sdk-1.0.0.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'invoicetronic_sdk', '~> 1.0.0'
If the Ruby gem is hosted at a git repository: https://github.com/invoicetronic/ruby-sdk, then add the following in the Gemfile:
gem 'invoicetronic_sdk', :git => 'https://github.com/invoicetronic/ruby-sdk.git'
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Please follow the installation procedure and then run the following code:
# Load the gem
require 'invoicetronic_sdk'
# Setup authorization
Invoicetronic_Sdk.configure do |config|
# Configure HTTP basic authorization: Basic
config.username = 'YOUR_USERNAME'
config.password = 'YOUR_PASSWORD'
end
api_instance = Invoicetronic_Sdk::CompanyApi.new
opts = {
page: 56, # Integer | Page number.
page_size: 56, # Integer | Items per page. Cannot be greater than 200.
sort: 'sort_example' # String | Sort by field. Prefix with '-' for descending order.
}
begin
#List companies
result = api_instance.company_get(opts)
p result
rescue Invoicetronic_Sdk::ApiError => e
puts "Exception when calling CompanyApi->company_get: #{e}"
end
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
Invoicetronic_Sdk::CompanyApi | company_get | GET /company | List companies |
Invoicetronic_Sdk::CompanyApi | company_id_delete | DELETE /company/{id} | Delete a company |
Invoicetronic_Sdk::CompanyApi | company_id_get | GET /company/{id} | Get a company by id |
Invoicetronic_Sdk::CompanyApi | company_post | POST /company | Add a company |
Invoicetronic_Sdk::CompanyApi | company_put | PUT /company | Update a company |
Invoicetronic_Sdk::LogApi | log_get | GET /log | List events |
Invoicetronic_Sdk::LogApi | log_id_get | GET /log/{id} | Get an event by id |
Invoicetronic_Sdk::ReceiveApi | receive_get | GET /receive | List incoming invoices |
Invoicetronic_Sdk::ReceiveApi | receive_id_delete | DELETE /receive/{id} | Delete an incoming invoice by id |
Invoicetronic_Sdk::ReceiveApi | receive_id_get | GET /receive/{id} | Get an incoming invoice by id |
Invoicetronic_Sdk::SendApi | send_file_post | POST /send/file | Add an invoice by file |
Invoicetronic_Sdk::SendApi | send_get | GET /send | List invoices |
Invoicetronic_Sdk::SendApi | send_id_get | GET /send/{id} | Get a invoice by id |
Invoicetronic_Sdk::SendApi | send_identifier_get | GET /send/{identifier} | Get a invoice by identifier |
Invoicetronic_Sdk::SendApi | send_json_post | POST /send/json | Add an invoice by json |
Invoicetronic_Sdk::SendApi | send_post | POST /send | Add an invoice |
Invoicetronic_Sdk::SendApi | send_validate_file_post | POST /send/validate/file | Validate an invoice file |
Invoicetronic_Sdk::SendApi | send_validate_json_post | POST /send/validate/json | Validate an invoice by json |
Invoicetronic_Sdk::SendApi | send_validate_post | POST /send/validate | Validate an invoice |
Invoicetronic_Sdk::SendApi | send_validate_xml_post | POST /send/validate/xml | Validate an invoice by xml |
Invoicetronic_Sdk::SendApi | send_xml_post | POST /send/xml | Add an invoice by xml |
Invoicetronic_Sdk::StatusApi | status_get | GET /status | Account status |
Invoicetronic_Sdk::UpdateApi | update_get | GET /update | List updates |
Invoicetronic_Sdk::UpdateApi | update_id_get | GET /update/{id} | Get an update by id |
Invoicetronic_Sdk::WebhookApi | webhook_get | GET /webhook | List webhooks |
Invoicetronic_Sdk::WebhookApi | webhook_id_delete | DELETE /webhook/{id} | Delete a webhook by id |
Invoicetronic_Sdk::WebhookApi | webhook_id_get | GET /webhook/{id} | Get a webhook by id |
Invoicetronic_Sdk::WebhookApi | webhook_post | POST /webhook | Add a webhook |
Invoicetronic_Sdk::WebhookApi | webhook_put | PUT /webhook | Update a webhook |
Invoicetronic_Sdk::WebhookApi | webhookhistory_get | GET /webhookhistory | List webhook history items |
Invoicetronic_Sdk::WebhookApi | webhookhistory_id_get | GET /webhookhistory/{id} | Get a webhook history item by id |
Authentication schemes defined for the API:
FAQs
Unknown package
We found that invoicetronic_sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.