octobat 2.0.12 → 2.0.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d72246756c2a8d5a2c36a6f42ced5208268fece4
4
- data.tar.gz: 9d93b88fb4783507ae73242db3df26eebcaa3e91
3
+ metadata.gz: 346d7f40d07e9514915f5752d92de705bd6d3875
4
+ data.tar.gz: c0e09511acf91497cbe1d3dac2e30073e5480cce
5
5
  SHA512:
6
- metadata.gz: 06117256cdbc56f8d1cce89259541874ac4ccdbdbd00bbf2b334ac230780a6ea2c3cf623530c410e0863d3a92994eae34c60fc1253a7d4412848408c7f3d51be
7
- data.tar.gz: 2b82815376c80d889d7884ef1afd7be15eef3c69396a70e79421ef8caeb754ff5f3d8e524db36a840595e6a0b4ad2bc32f06f59397a31ddc6c7d89d3ae8e0200
6
+ metadata.gz: 9ad71a3790764557809ccc97b339d1492efd6ee5524e24bb88ee63e478a09db741ce70e9eaa1fb4918e33df6f78b06cfc51b3b446a0fe8e1b59ff9cdc55feaae
7
+ data.tar.gz: 533fde0cda76b7581715078d0d6c8eefb3a0aa9cbeaa0b35ffb209bd1370b3e87a969c62c4edbff3a27f24f3ed7d0d062d1ecf2623970ca46329fb2457a2aa60
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- octobat (2.0.12)
4
+ octobat (2.0.18)
5
5
  rest-client (>= 1.4, < 4.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- domain_name (0.5.20180417)
10
+ domain_name (0.5.20190701)
11
11
  unf (>= 0.0.5, < 1.0.0)
12
12
  http-cookie (1.0.3)
13
13
  domain_name (~> 0.5)
14
14
  mime-types (3.2.2)
15
15
  mime-types-data (~> 3.2015)
16
- mime-types-data (3.2018.0812)
16
+ mime-types-data (3.2019.0331)
17
17
  netrc (0.11.0)
18
18
  rest-client (2.0.2)
19
19
  http-cookie (>= 1.0.2, < 2.0)
@@ -21,7 +21,7 @@ GEM
21
21
  netrc (~> 0.8)
22
22
  unf (0.1.4)
23
23
  unf_ext
24
- unf_ext (0.0.7.5)
24
+ unf_ext (0.0.7.6)
25
25
 
26
26
  PLATFORMS
27
27
  ruby
@@ -1,3 +1,29 @@
1
+ === 2.0.18 2020-05-25
2
+ * 3 major enhancements:
3
+ * Add support for multipart encoder (file upload)
4
+ * Add support for File API endpoints
5
+ * Add support for Reporting API endpoints
6
+
7
+ === 2.0.17 2020-04-27
8
+ * 1 minor enhancement:
9
+ * Update Order API endpoints
10
+
11
+ === 2.0.16 2020-03-20
12
+ * 1 major enhancement:
13
+ * Add TaxId resource
14
+
15
+ === 2.0.15 2019-09-10
16
+ * 1 minor enhancement:
17
+ * Add Setup Intent statuses support for Orders
18
+
19
+ === 2.0.14 2019-07-24
20
+ * 1 minor enhancement:
21
+ * Add Order
22
+
23
+ === 2.0.13 2019-05-20
24
+ * 1 minor enhancement:
25
+ * Add ProformaInvoices
26
+
1
27
  === 2.0.11 2018-04-10
2
28
  * 1 minor enhancement:
3
29
  * Add CSV exports for payouts
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.12
1
+ 2.0.18
@@ -17,6 +17,7 @@ require 'octobat/api_operations/delete'
17
17
  require 'octobat/api_operations/list'
18
18
 
19
19
  # Resources
20
+ require 'octobat/multipart_encoder'
20
21
  require 'octobat/util'
21
22
  require 'octobat/octobat_object'
22
23
  require 'octobat/api_resource'
@@ -29,6 +30,7 @@ require 'octobat/item'
29
30
  require 'octobat/document'
30
31
  require 'octobat/invoice'
31
32
  require 'octobat/credit_note'
33
+ require 'octobat/proforma_invoice'
32
34
  require 'octobat/payment_recipient'
33
35
  require 'octobat/payment_recipient_reference'
34
36
  require 'octobat/payment_source'
@@ -40,6 +42,7 @@ require 'octobat/document_template'
40
42
  require 'octobat/document_language'
41
43
  require 'octobat/checkout'
42
44
  require 'octobat/coupon'
45
+ require 'octobat/order'
43
46
  require 'octobat/product'
44
47
  require 'octobat/tax_region_setting'
45
48
  require 'octobat/tax_evidence'
@@ -47,6 +50,12 @@ require 'octobat/tax_evidence_request'
47
50
  require 'octobat/document_email_template'
48
51
  require 'octobat/exports_setting'
49
52
  require 'octobat/emails_setting'
53
+ require 'octobat/tax_id'
54
+
55
+ require 'octobat/file_upload'
56
+ require 'octobat/file_link'
57
+ require 'octobat/reporting/report_type'
58
+ require 'octobat/reporting/report_run'
50
59
 
51
60
 
52
61
  # Errors
@@ -61,6 +70,7 @@ module Octobat
61
70
  #DEFAULT_CA_BUNDLE_PATH = File.dirname(__FILE__) + '/data/ca-certificates.crt'
62
71
  @api_base = 'https://apiv2.octobat.com'
63
72
  #@api_base = 'http://api.octobat.local:3052'
73
+ @uploads_base = "https://files.octobat.com"
64
74
 
65
75
  @max_network_retries = 0
66
76
  @max_network_retry_delay = 2
@@ -73,7 +83,7 @@ module Octobat
73
83
 
74
84
 
75
85
  class << self
76
- attr_accessor :api_key, :api_base, :verify_ssl_certs, :api_version
86
+ attr_accessor :api_key, :api_base, :verify_ssl_certs, :api_version, :uploads_base
77
87
  attr_reader :max_network_retry_delay, :initial_network_retry_delay
78
88
  end
79
89
 
@@ -0,0 +1,41 @@
1
+ module Octobat
2
+ class FileLink < APIResource
3
+ include Octobat::APIOperations::Create
4
+ extend Octobat::APIOperations::List
5
+
6
+ def self.create(params = {}, opts = {})
7
+ api_key, headers = Util.parse_opts(opts)
8
+ response, api_key = Octobat.request(:post, self.url, api_key, params, headers, Octobat.uploads_base)
9
+ Util.convert_to_octobat_object(response, api_key)
10
+ end
11
+
12
+ def refresh
13
+ response, api_key = Octobat.request(:get, url, @api_key, @retrieve_options, @headers, Octobat.uploads_base)
14
+ refresh_from(response, api_key)
15
+ end
16
+
17
+ def self.list(filters={}, opts={})
18
+ set_parent_resource(filters)
19
+ api_key, headers = Util.parse_opts(opts)
20
+
21
+ api_key ||= @api_key
22
+
23
+ f = filters.select{|request_filter| !@parent_resource.has_key?(request_filter)}
24
+
25
+ response, api_key = Octobat.request(:get, url, api_key, f, headers, Octobat.uploads_base)
26
+ obj = ListObject.construct_from(response, api_key)
27
+
28
+ obj.filters = filters.dup
29
+ obj.cursors[:ending_before] = obj.filters.delete(:ending_before)
30
+ obj.cursors[:starting_after] = obj.filters.delete(:starting_after)
31
+
32
+ obj.filters.delete(:expand)
33
+ obj.parent_resource = @parent_resource
34
+
35
+ obj
36
+ end
37
+
38
+ self.singleton_class.send(:alias_method, :all, :list)
39
+
40
+ end
41
+ end
@@ -0,0 +1,59 @@
1
+ module Octobat
2
+ class FileUpload < APIResource
3
+ include Octobat::APIOperations::Create
4
+ extend Octobat::APIOperations::List
5
+
6
+ def self.url
7
+ "/files"
8
+ end
9
+
10
+
11
+ def self.create(params = {}, opts = {})
12
+ if params[:attachment] && !params[:attachment].is_a?(String)
13
+ unless params[:attachment].respond_to?(:read)
14
+ raise ArgumentError, "attachment must respond to `#read`"
15
+ end
16
+ end
17
+
18
+ api_key, headers = Util.parse_opts(opts)
19
+ headers = headers.merge(content_type: MultipartEncoder::MULTIPART_FORM_DATA)
20
+
21
+ response, api_key = Octobat.request(:post, self.url, api_key, params, headers, Octobat.uploads_base)
22
+ Util.convert_to_octobat_object(response, api_key)
23
+
24
+ end
25
+
26
+ def refresh
27
+ response, api_key = Octobat.request(:get, url, @api_key, @retrieve_options, @headers, Octobat.uploads_base)
28
+ refresh_from(response, api_key)
29
+ end
30
+
31
+
32
+ def self.list(filters={}, opts={})
33
+ set_parent_resource(filters)
34
+ api_key, headers = Util.parse_opts(opts)
35
+
36
+ api_key ||= @api_key
37
+
38
+ f = filters.select{|request_filter| !@parent_resource.has_key?(request_filter)}
39
+
40
+ response, api_key = Octobat.request(:get, url, api_key, f, headers, Octobat.uploads_base)
41
+ obj = ListObject.construct_from(response, api_key)
42
+
43
+ obj.filters = filters.dup
44
+ obj.cursors[:ending_before] = obj.filters.delete(:ending_before)
45
+ obj.cursors[:starting_after] = obj.filters.delete(:starting_after)
46
+
47
+ obj.filters.delete(:expand)
48
+ obj.parent_resource = @parent_resource
49
+
50
+ obj
51
+ end
52
+
53
+ self.singleton_class.send(:alias_method, :all, :list)
54
+
55
+
56
+
57
+
58
+ end
59
+ end
@@ -0,0 +1,131 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "securerandom"
4
+ require "tempfile"
5
+
6
+ module Octobat
7
+ # Encodes parameters into a `multipart/form-data` payload as described by RFC
8
+ # 2388:
9
+ #
10
+ # https://tools.ietf.org/html/rfc2388
11
+ #
12
+ # This is most useful for transferring file-like objects.
13
+ #
14
+ # Parameters should be added with `#encode`. When ready, use `#body` to get
15
+ # the encoded result and `#content_type` to get the value that should be
16
+ # placed in the `Content-Type` header of a subsequent request (which includes
17
+ # a boundary value).
18
+ class MultipartEncoder
19
+ MULTIPART_FORM_DATA = "multipart/form-data"
20
+
21
+ # A shortcut for encoding a single set of parameters and finalizing a
22
+ # result.
23
+ #
24
+ # Returns an encoded body and the value that should be set in the content
25
+ # type header of a subsequent request.
26
+ def self.encode(params)
27
+ encoder = MultipartEncoder.new
28
+ encoder.encode(params)
29
+ encoder.close
30
+ [encoder.body, encoder.content_type]
31
+ end
32
+
33
+ # Gets the object's randomly generated boundary string.
34
+ attr_reader :boundary
35
+
36
+ # Initializes a new multipart encoder.
37
+ def initialize
38
+ # Kind of weird, but required by Rubocop because the unary plus operator
39
+ # is considered faster than `Octobat.new`.
40
+ @body = +""
41
+
42
+ # Chose the same number of random bytes that Go uses in its standard
43
+ # library implementation. Easily enough entropy to ensure that it won't
44
+ # be present in a file we're sending.
45
+ @boundary = SecureRandom.hex(30)
46
+
47
+ @closed = false
48
+ @first_field = true
49
+ end
50
+
51
+ # Gets the encoded body. `#close` must be called first.
52
+ def body
53
+ raise "object must be closed before getting body" unless @closed
54
+
55
+ @body
56
+ end
57
+
58
+ # Finalizes the object by writing the final boundary.
59
+ def close
60
+ raise "object already closed" if @closed
61
+
62
+ @body << "\r\n"
63
+ @body << "--#{@boundary}--"
64
+
65
+ @closed = true
66
+
67
+ nil
68
+ end
69
+
70
+ # Gets the value including boundary that should be put into a multipart
71
+ # request's `Content-Type`.
72
+ def content_type
73
+ "#{MULTIPART_FORM_DATA}; boundary=#{@boundary}"
74
+ end
75
+
76
+ # Encodes a set of parameters to the body.
77
+ #
78
+ # Note that parameters are expected to be a hash, but a "flat" hash such
79
+ # that complex substructures like hashes and arrays have already been
80
+ # appropriately Octobat-encoded. Pass a complex structure through
81
+ # `Util.flatten_params` first before handing it off to this method.
82
+ def encode(params)
83
+ raise "no more parameters can be written to closed object" if @closed
84
+
85
+ params.each do |name, val|
86
+ if val.is_a?(::File) || val.is_a?(::Tempfile)
87
+ write_field(name, val.read, filename: ::File.basename(val.path))
88
+ elsif val.respond_to?(:read)
89
+ write_field(name, val.read, filename: "blob")
90
+ else
91
+ write_field(name, val, filename: nil)
92
+ end
93
+ end
94
+
95
+ nil
96
+ end
97
+
98
+ #
99
+ # private
100
+ #
101
+
102
+ # Escapes double quotes so that the given value can be used in a
103
+ # double-quoted string and replaces any linebreak characters with spaces.
104
+ private def escape(str)
105
+ str.gsub('"', "%22").tr("\n", " ").tr("\r", " ")
106
+ end
107
+
108
+ private def write_field(name, data, filename:)
109
+ if !@first_field
110
+ @body << "\r\n"
111
+ else
112
+ @first_field = false
113
+ end
114
+
115
+ @body << "--#{@boundary}\r\n"
116
+
117
+ if filename
118
+ @body << %(Content-Disposition: form-data) +
119
+ %(; name="#{escape(name.to_s)}") +
120
+ %(; filename="#{escape(filename)}"\r\n)
121
+ @body << %(Content-Type: application/octet-stream\r\n)
122
+ else
123
+ @body << %(Content-Disposition: form-data) +
124
+ %(; name="#{escape(name.to_s)}"\r\n)
125
+ end
126
+
127
+ @body << "\r\n"
128
+ @body << data.to_s
129
+ end
130
+ end
131
+ end
@@ -57,10 +57,11 @@ module Octobat
57
57
  # customer, where there is no persistent card parameter. Mark those values
58
58
  # which don't persist as transient
59
59
 
60
- instance_eval do
61
- remove_accessors(removed)
62
- add_accessors(added)
63
- end
60
+ #instance_eval do
61
+ remove_accessors(removed)
62
+ add_accessors(added)
63
+ #end
64
+
64
65
  removed.each do |k|
65
66
  @values.delete(k)
66
67
  @transient_values.add(k)
@@ -141,9 +142,10 @@ module Octobat
141
142
  metaclass.instance_eval do
142
143
  keys.each do |k|
143
144
  next if @@permanent_attributes.include?(k)
144
- k_eq = :"#{k}="
145
- remove_method(k) if method_defined?(k)
146
- remove_method(k_eq) if method_defined?(k_eq)
145
+
146
+ [k, :"#{k}="].each do |method_name|
147
+ remove_method(method_name) if method_defined?(method_name)
148
+ end
147
149
  end
148
150
  end
149
151
  end
@@ -152,9 +154,8 @@ module Octobat
152
154
  metaclass.instance_eval do
153
155
  keys.each do |k|
154
156
  next if @@permanent_attributes.include?(k)
155
- k_eq = :"#{k}="
156
157
  define_method(k) { @values[k] }
157
- define_method(k_eq) do |v|
158
+ define_method(:"#{k}=") do |v|
158
159
  =begin
159
160
  if v == ""
160
161
  raise ArgumentError.new(
@@ -0,0 +1,20 @@
1
+ module Octobat
2
+ class Order < APIResource
3
+ extend Octobat::APIOperations::List
4
+ include Octobat::APIOperations::Update
5
+
6
+ def expire
7
+ response, api_key = Octobat.request(:patch, expire_url, @api_key)
8
+ refresh_from(response, api_key)
9
+ end
10
+
11
+ private
12
+ def expire_url
13
+ url + '/expire'
14
+ end
15
+
16
+
17
+ end
18
+
19
+
20
+ end
@@ -0,0 +1,6 @@
1
+ module Octobat
2
+ class ProformaInvoice < APIResource
3
+ extend Octobat::APIOperations::List
4
+ include Octobat::APIOperations::Create
5
+ end
6
+ end
@@ -0,0 +1,12 @@
1
+ module Octobat
2
+ module Reporting
3
+ class ReportRun < APIResource
4
+ include Octobat::APIOperations::Create
5
+ extend Octobat::APIOperations::List
6
+
7
+ def self.url
8
+ '/reporting/report_runs'
9
+ end
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,12 @@
1
+ module Octobat
2
+ module Reporting
3
+ class ReportType < APIResource
4
+ extend Octobat::APIOperations::List
5
+
6
+ def self.url
7
+ '/reporting/report_types'
8
+ end
9
+
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,17 @@
1
+ module Octobat
2
+ class TaxId < APIResource
3
+ extend Octobat::APIOperations::List
4
+ include Octobat::APIOperations::Create
5
+ include Octobat::APIOperations::Update
6
+
7
+ def archive
8
+ response, api_key = Octobat.request(:patch, archive_url, @api_key)
9
+ refresh_from(response, api_key)
10
+ end
11
+
12
+ private
13
+ def archive_url
14
+ url + '/archive'
15
+ end
16
+ end
17
+ end
@@ -54,15 +54,22 @@ module Octobat
54
54
  'document_language' => DocumentLanguage,
55
55
  'checkout' => Checkout,
56
56
  'coupon' => Coupon,
57
+ 'order' => Order,
57
58
  'product' => Product,
59
+ 'proforma_invoice' => ProformaInvoice,
58
60
  'tax_region_setting' => TaxRegionSetting,
61
+ 'tax_id' => TaxId,
59
62
  'transaction' => Transaction,
60
63
  'tax_evidence' => TaxEvidence,
61
64
  'tax_evidence_request' => TaxEvidenceRequest,
62
65
  'document_email_template' => DocumentEmailTemplate,
63
66
  'exports_setting' => ExportsSetting,
64
67
  'document' => Document,
65
- 'emails_setting' => EmailsSetting
68
+ 'emails_setting' => EmailsSetting,
69
+ 'file' => FileUpload,
70
+ 'file_link' => FileLink,
71
+ 'reporting.report_type' => Reporting::ReportType,
72
+ 'reporting.report_run' => Reporting::ReportRun
66
73
  }
67
74
  end
68
75
 
@@ -1,3 +1,3 @@
1
1
  module Octobat
2
- VERSION = '2.0.12'
2
+ VERSION = '2.0.18'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octobat
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.12
4
+ version: 2.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaultier Laperche
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-29 00:00:00.000000000 Z
11
+ date: 2020-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -79,19 +79,27 @@ files:
79
79
  - lib/octobat/errors/octobat_error.rb
80
80
  - lib/octobat/errors/octobat_lib_error.rb
81
81
  - lib/octobat/exports_setting.rb
82
+ - lib/octobat/file_link.rb
83
+ - lib/octobat/file_upload.rb
82
84
  - lib/octobat/invoice.rb
83
85
  - lib/octobat/invoice_numbering_sequence.rb
84
86
  - lib/octobat/item.rb
85
87
  - lib/octobat/list_object.rb
88
+ - lib/octobat/multipart_encoder.rb
86
89
  - lib/octobat/octobat_object.rb
90
+ - lib/octobat/order.rb
87
91
  - lib/octobat/payment_recipient.rb
88
92
  - lib/octobat/payment_recipient_reference.rb
89
93
  - lib/octobat/payment_source.rb
90
94
  - lib/octobat/payout.rb
91
95
  - lib/octobat/product.rb
96
+ - lib/octobat/proforma_invoice.rb
97
+ - lib/octobat/reporting/report_run.rb
98
+ - lib/octobat/reporting/report_type.rb
92
99
  - lib/octobat/singleton_api_resource.rb
93
100
  - lib/octobat/tax_evidence.rb
94
101
  - lib/octobat/tax_evidence_request.rb
102
+ - lib/octobat/tax_id.rb
95
103
  - lib/octobat/tax_region_setting.rb
96
104
  - lib/octobat/transaction.rb
97
105
  - lib/octobat/util.rb