papierkram_api_client 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -0
- data/CHANGELOG.md +18 -2
- data/Gemfile.lock +1 -1
- data/README.md +65 -22
- data/lib/papierkram_api_client/version.rb +1 -1
- data/lib/papierkram_api_client.rb +1 -1
- data/pac.svg +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63831b78f4a4447b7d349355292f027893b4a4805652dc5baa7c938a62ad8dd0
|
4
|
+
data.tar.gz: 365a0db65a10d288f1be917a467ef96e7343cf74755ec6469f4065faa09b2cb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cdc3d2759ba1fbbd66179012d193a0683028b63d2e37d5edee4af29d18b5fab5e2728c2d20dbbf8d41afb2d099ddeb9d3986bc623ff6cc34303d4cd1e649719
|
7
|
+
data.tar.gz: 76ca8994286cf1695386a9ea5d75d4ea8becdb5fff834f1ea80ba2693a448ecdecc38d2f7fb0e883477f004049f2227b94a7fc38e00168066fefa2da55fc3a30
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,25 @@
|
|
1
|
+
## [v0.1.2] - 2023-04-13
|
2
|
+
|
3
|
+
### Fixed
|
4
|
+
|
5
|
+
- [#10](https://github.com/simonneutert/papierkram_api_client/pull/10) Rubocop nun Teil der CI Pipeline und Hinweise auf Parameter für die API Calls in der Dokumentation. [@simonneutert](https://github.com/simonneutert)
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
- [#11](https://github.com/simonneutert/papierkram_api_client/pull/11) Create .github/dependabot.yml. [@simonneutert](https://github.com/simonneutert)
|
10
|
+
- [#9](https://github.com/simonneutert/papierkram_api_client/pull/9) Hinweis VCR/Testing in Readme. [@simonneutert](https://github.com/simonneutert)
|
11
|
+
- [#8](https://github.com/simonneutert/papierkram_api_client/pull/8) Ergänzt Schnellstart Kapitel in Readme. [@simonneutert](https://github.com/simonneutert)
|
12
|
+
- [#7](https://github.com/simonneutert/papierkram_api_client/pull/7) Logo Version 3. [@rabocalypse](https://github.com/rabocalypse)
|
13
|
+
- [#5](https://github.com/simonneutert/papierkram_api_client/pull/5) Logo geändert. [@rabocalypse](https://github.com/rabocalypse)
|
14
|
+
- [#4](https://github.com/simonneutert/papierkram_api_client/pull/4) Verbesserung der Docs für PDF endpoints. [@simonneutert](https://github.com/simonneutert)
|
15
|
+
- [#3](https://github.com/simonneutert/papierkram_api_client/pull/3) Readme angepasst. [@simonneutert](https://github.com/simonneutert)
|
16
|
+
|
1
17
|
## [0.1.1] - 2023-04-12
|
2
18
|
|
3
19
|
### Changed
|
4
20
|
|
5
|
-
[#2](https://github.com/simonneutert/papierkram_api_client/pull/2) Changelog und Readme angepasst. [@simonneutert](https://github.com/simonneutert)
|
6
|
-
[#1](https://github.com/simonneutert/papierkram_api_client/pull/1) Logo hinzugefügt, in Readme eingebaut. [@rabocalypse](https://github.com/rabocalypse)
|
21
|
+
- [#2](https://github.com/simonneutert/papierkram_api_client/pull/2) Changelog und Readme angepasst. [@simonneutert](https://github.com/simonneutert)
|
22
|
+
- [#1](https://github.com/simonneutert/papierkram_api_client/pull/1) Logo hinzugefügt, in Readme eingebaut. [@rabocalypse](https://github.com/rabocalypse)
|
7
23
|
|
8
24
|
## [0.1.0] - 2023-04-12
|
9
25
|
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1
1
|
# Papierkram API Client<!-- omit in toc -->
|
2
2
|
|
3
|
+
[![Ruby](https://github.com/simonneutert/papierkram_api_client/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/simonneutert/papierkram_api_client/actions/workflows/main.yml)
|
4
|
+
|
3
5
|
Der erste ~~illegale~~ inoffizielle API Client in [Ruby](https://www.ruby-lang.org/de/) für [Papierkram.de](https://www.papierkram.de)!
|
4
6
|
|
5
|
-
<img src="pac.svg" alt="PAC Logo, Zunge leckt an Karl Klammer und zieht Daten aus dem Papierkram-Account wie Frosch die Fliege vom Teich" width="
|
7
|
+
<img src="pac.svg" alt="PAC Logo, Zunge leckt an Karl Klammer und zieht Daten aus dem Papierkram-Account wie Frosch die Fliege vom Teich" width="300">
|
6
8
|
|
7
9
|
**WICHTIG** Dieses Projekt befindet sich im Entwicklungsstatus bis V1.0.0! Ich werde versuchen, die Änderungen so gut wie möglich zu dokumentieren. Wenn du einen Fehler findest, kannst du gerne einen Issue erstellen oder einen Pull Request mit einer Verbesserung erstellen. Ich freue mich über jede Hilfe!
|
8
10
|
|
9
|
-
> 🚨 **Bitte beachte**, dass DU UNBEDINGT die Requests/Responses
|
11
|
+
> 🚨 **Bitte beachte**, dass DU UNBEDINGT die Requests/Responses der VCR Cassettes (die ausschliesslich bei Nutzung der Testsuite angelegt werden) von privaten Daten befreien musst, bevor du einen Pull Request erstellst oder einen Commit ins Web lädst! Ich werde die Cassettes auch nochmal durchgehen, bevor ich die Version 1.0.0 veröffentliche. ABER BITTE, BITTE, BITTE, mach das selbst auch! Ich habe keine Lust, dass irgendwelche Daten von dir oder deinen Kunden auf Github landen. Danke! 🙏
|
10
12
|
|
11
13
|
Check das [CHANGELOG.md](CHANGELOG.md), Baby!
|
12
14
|
|
@@ -47,6 +49,7 @@ Ziele:
|
|
47
49
|
---
|
48
50
|
|
49
51
|
- [Installation](#installation)
|
52
|
+
- [Schnellstart](#schnellstart)
|
50
53
|
- [API Client](#api-client)
|
51
54
|
- [Initialisierung](#initialisierung)
|
52
55
|
- [Banking::BankConnection (Bankverbindung)](#bankingbankconnection-bankverbindung)
|
@@ -80,6 +83,7 @@ Ziele:
|
|
80
83
|
- [ein Projekt](#ein-projekt)
|
81
84
|
- [Tracker::Task (Aufgabe)](#trackertask-aufgabe)
|
82
85
|
- [alle Aufgaben](#alle-aufgaben)
|
86
|
+
- [eine Aufgabe](#eine-aufgabe)
|
83
87
|
- [Tracker::TimeEntry (Zeiteintrag)](#trackertimeentry-zeiteintrag)
|
84
88
|
- [alle Zeiteinträge](#alle-zeiteinträge)
|
85
89
|
- [einen Zeiteintrag](#einen-zeiteintrag)
|
@@ -92,8 +96,6 @@ Ziele:
|
|
92
96
|
|
93
97
|
## Installation
|
94
98
|
|
95
|
-
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
|
96
|
-
|
97
99
|
Install the gem and add to the application's Gemfile by executing:
|
98
100
|
|
99
101
|
$ bundle add papierkram_api_client
|
@@ -102,6 +104,32 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
102
104
|
|
103
105
|
$ gem install papierkram_api_client
|
104
106
|
|
107
|
+
## Schnellstart
|
108
|
+
|
109
|
+
1. Repository klonen
|
110
|
+
2. `bundle install`
|
111
|
+
3. `bin/console`
|
112
|
+
|
113
|
+
```ruby
|
114
|
+
# client instanziieren
|
115
|
+
|
116
|
+
# wenn ENV gesetzt sind (siehe Readme)
|
117
|
+
client = PapierkramApiClient::Client.new
|
118
|
+
|
119
|
+
# ODER per Variablen
|
120
|
+
client = PapierkramApiClient::Client.new('subdomain', "YOUR-API-KEY");
|
121
|
+
|
122
|
+
# info Endpunkt abfragen
|
123
|
+
info_details = client.info.details
|
124
|
+
puts info_details.headers
|
125
|
+
puts info_details.body
|
126
|
+
|
127
|
+
# erste Seite von "allen Rechnungen" abfragen
|
128
|
+
invoices = client.income_invoices.all(page: 1, page_size: 5)
|
129
|
+
puts invoices.headers
|
130
|
+
puts invoices.body
|
131
|
+
```
|
132
|
+
|
105
133
|
## API Client
|
106
134
|
|
107
135
|
Der API Client ist die Hauptklasse für die Kommunikation mit der Papierkram API. Er wird mit den Zugangsdaten initialisiert.
|
@@ -131,7 +159,7 @@ client = PapierkramApiClient::Client.new
|
|
131
159
|
|
132
160
|
Der Endpunkt `/api/v1/banking/bank_connections` liefert Informationen über die Bankverbindungen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
133
161
|
|
134
|
-
[BankConnections](/lib/api/v1/banking/bank_connections.rb)
|
162
|
+
Siehe [BankConnections](/lib/api/v1/banking/bank_connections.rb) für mögliche Parameter.
|
135
163
|
|
136
164
|
#### alle Bankverbindungen
|
137
165
|
|
@@ -200,7 +228,7 @@ WORK IN PROGRESS
|
|
200
228
|
|
201
229
|
Der Endpunkt `/api/v1/contact/companies` liefert Informationen über die Unternehmen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
202
230
|
|
203
|
-
[Companies](/lib/api/v1/contact/companies.rb)
|
231
|
+
Siehe [Companies](/lib/api/v1/contact/companies.rb) für mögliche Parameter.
|
204
232
|
|
205
233
|
#### alle Unternehmen
|
206
234
|
|
@@ -222,6 +250,8 @@ puts company.body
|
|
222
250
|
|
223
251
|
Der Endpunkt `/api/v1/contact/companies/{company_id}` liefert Informationen über die Kontaktpersonen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
224
252
|
|
253
|
+
Siehe [CompaniesPersons](/lib/api/v1/contact/companies_persons.rb) für mögliche Parameter.
|
254
|
+
|
225
255
|
#### alle Kontaktpersonen (eines Unternehmens)
|
226
256
|
|
227
257
|
```ruby
|
@@ -242,7 +272,7 @@ puts company.body
|
|
242
272
|
|
243
273
|
Der Endpunkt `/api/v1/expense/vouchers` liefert Informationen über die Ausgabe Belege. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
244
274
|
|
245
|
-
[Vouchers](/lib/api/v1/expense/vouchers.rb)
|
275
|
+
Siehe [Vouchers](/lib/api/v1/expense/vouchers.rb) für mögliche Parameter.
|
246
276
|
|
247
277
|
#### alle Ausgabe Belege
|
248
278
|
|
@@ -263,15 +293,16 @@ puts voucher.body
|
|
263
293
|
#### einen Ausgabe Beleg als PDF
|
264
294
|
|
265
295
|
```ruby
|
266
|
-
voucher = client.expense.vouchers.
|
267
|
-
puts Api::V1::Helpers::PdfFromResponse.new(voucher).to_pdf
|
296
|
+
voucher = client.expense.vouchers.by(id: 1, pdf: true)
|
297
|
+
puts Api::V1::Helpers::PdfFromResponse.new(voucher).to_pdf
|
298
|
+
# => {response: Faraday::Response, path_to_pdf_file: 'path/to/tempfile_pdf.pdf'}
|
268
299
|
```
|
269
300
|
|
270
301
|
### Income::Estimate (Angebot)
|
271
302
|
|
272
303
|
Der Endpunkt `/api/v1/income/estimates` liefert Informationen über die Angebote. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
273
304
|
|
274
|
-
[Estimates](/lib/api/v1/income/estimates.rb)
|
305
|
+
Siehe [Estimates](/lib/api/v1/income/estimates.rb) für mögliche Parameter.
|
275
306
|
|
276
307
|
#### alle Angebote
|
277
308
|
|
@@ -292,15 +323,16 @@ puts estimate.body
|
|
292
323
|
#### ein Angebot als PDF
|
293
324
|
|
294
325
|
```ruby
|
295
|
-
estimate = client.income.estimates.
|
296
|
-
puts Api::V1::Helpers::PdfFromResponse.new(estimate).to_pdf
|
326
|
+
estimate = client.income.estimates.by(id: 1, pdf: true)
|
327
|
+
puts Api::V1::Helpers::PdfFromResponse.new(estimate).to_pdf
|
328
|
+
# => {response: Faraday::Response, path_to_pdf_file: 'path/to/tempfile_pdf.pdf'}
|
297
329
|
```
|
298
330
|
|
299
331
|
### Income::Invoice (Rechnung)
|
300
332
|
|
301
333
|
Der Endpunkt `/api/v1/income/invoices` liefert Informationen über die Rechnungen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
302
334
|
|
303
|
-
[Invoices](/lib/api/v1/income/invoices.rb)
|
335
|
+
Siehe [Invoices](/lib/api/v1/income/invoices.rb) für mögliche Parameter.
|
304
336
|
|
305
337
|
#### alle Rechnungen
|
306
338
|
|
@@ -321,15 +353,16 @@ puts invoice.body
|
|
321
353
|
#### eine Rechnung als PDF
|
322
354
|
|
323
355
|
```ruby
|
324
|
-
invoice = client.income.invoices.
|
325
|
-
puts Api::V1::Helpers::PdfFromResponse.new(invoice).to_pdf
|
356
|
+
invoice = client.income.invoices.by(id: 1, pdf: true)
|
357
|
+
puts Api::V1::Helpers::PdfFromResponse.new(invoice).to_pdf
|
358
|
+
# => {response: Faraday::Response, path_to_pdf_file: 'path/to/tempfile_pdf.pdf'}
|
326
359
|
```
|
327
360
|
|
328
361
|
### Income::Proposition (Waren / Dienstleistungen)
|
329
362
|
|
330
363
|
Der Endpunkt `/api/v1/income/propositions` liefert Informationen über die Waren / Dienstleistungen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
331
364
|
|
332
|
-
[Propositions](/lib/api/v1/income/propositions.rb)
|
365
|
+
Siehe [Propositions](/lib/api/v1/income/propositions.rb) für mögliche Parameter.
|
333
366
|
|
334
367
|
#### alle Waren / Dienstleistungen
|
335
368
|
|
@@ -351,7 +384,7 @@ puts proposition.body
|
|
351
384
|
|
352
385
|
Der Endpunkt `/api/v1/info` liefert Informationen über die API. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
353
386
|
|
354
|
-
[Info](/lib/api/v1/info.rb)
|
387
|
+
Siehe [Info](/lib/api/v1/info.rb).
|
355
388
|
|
356
389
|
```ruby
|
357
390
|
info = client.info.details
|
@@ -363,7 +396,7 @@ puts info.body
|
|
363
396
|
|
364
397
|
Der Endpunkt `/api/v1/projects` liefert Informationen über die Projekte. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
365
398
|
|
366
|
-
[Projects](/lib/api/v1/projects.rb)
|
399
|
+
Siehe [Projects](/lib/api/v1/projects.rb) für mögliche Parameter.
|
367
400
|
|
368
401
|
#### alle Projekte
|
369
402
|
|
@@ -385,14 +418,24 @@ puts project.body
|
|
385
418
|
|
386
419
|
Der Endpunkt `/api/v1/tracker/tasks` liefert Informationen über die Aufgaben. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
387
420
|
|
421
|
+
Siehe [Tasks](/lib/api/v1/tracker/tasks.rb) für mögliche Parameter.
|
422
|
+
|
388
423
|
#### alle Aufgaben
|
389
424
|
|
390
425
|
```ruby
|
391
|
-
tasks = client.
|
426
|
+
tasks = client.tracker_tasks.all
|
392
427
|
puts tasks.headers
|
393
428
|
puts tasks.body
|
394
429
|
```
|
395
430
|
|
431
|
+
#### eine Aufgabe
|
432
|
+
|
433
|
+
```ruby
|
434
|
+
task = client.tracker_tasks.by(id: 1)
|
435
|
+
puts task.headers
|
436
|
+
puts task.body
|
437
|
+
```
|
438
|
+
|
396
439
|
### Tracker::TimeEntry (Zeiteintrag)
|
397
440
|
|
398
441
|
Der Endpunkt `/api/v1/tracker/time_entries` liefert Informationen über die Zeiteinträge. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
@@ -402,7 +445,7 @@ Der Endpunkt `/api/v1/tracker/time_entries` liefert Informationen über die Zeit
|
|
402
445
|
#### alle Zeiteinträge
|
403
446
|
|
404
447
|
```ruby
|
405
|
-
time_entries = client.
|
448
|
+
time_entries = client.tracker_time_entries.all
|
406
449
|
puts time_entries.headers
|
407
450
|
puts time_entries.body
|
408
451
|
```
|
@@ -410,7 +453,7 @@ puts time_entries.body
|
|
410
453
|
#### einen Zeiteintrag
|
411
454
|
|
412
455
|
```ruby
|
413
|
-
time_entry = client.
|
456
|
+
time_entry = client.tracker_time_entries.by(id: 1)
|
414
457
|
puts time_entry.headers
|
415
458
|
puts time_entry.body
|
416
459
|
```
|
@@ -444,7 +487,7 @@ Unterstützte Endpunkte sind beispielsweise: `Income::Estimate`, `Income::Invoic
|
|
444
487
|
[Api::V1::Helpers::PdfFromResponse](/lib/api/v1/helpers/pdf_from_response.rb)
|
445
488
|
|
446
489
|
```ruby
|
447
|
-
response = client.
|
490
|
+
response = client.income_invoices.by(id: 1, pdf: true)
|
448
491
|
pdf = Api::V1::Helpers::PdfFromResponse.new(response).to_pdf("Rechnung Nummer XXX")
|
449
492
|
puts pdf
|
450
493
|
```
|
@@ -58,7 +58,7 @@ module PapierkramApiClient
|
|
58
58
|
|
59
59
|
def banking_transactions
|
60
60
|
raise ArgumentError, 'not implemented'
|
61
|
-
@banking_transactions ||= Api::V1::Banking::Transactions.new(@client)
|
61
|
+
# @banking_transactions ||= Api::V1::Banking::Transactions.new(@client)
|
62
62
|
end
|
63
63
|
|
64
64
|
def contact_companies
|
data/pac.svg
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
1
|
+
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1798 623" width="1798" height="623"><style>.a{fill:#fff}</style><path d="m172 70.1v-55h-158.6v595.8h158.6v-247.9c19.2 36.4 57.1 60 110.7 60 92.8 0 166.4-76.4 166.4-206.4 0-130-73.6-206.5-166.4-206.5-53.6 0-91.5 23.6-110.7 60zm116.4 146.5c0 44.3-25.7 67.8-58.6 67.8-32.8 0-58.6-23.5-58.6-67.8 0-44.3 25.8-67.9 58.6-67.9 32.9 0 58.6 23.6 58.6 67.9z"/><path d="m267 276c-21.1 0-38.1-17.1-38.1-38.1 0-21.1 17-38.1 38.1-38.1 21.1 0 38.1 17 38.1 38.1 0 21-17 38.1-38.1 38.1z"/><path d="m474.9 217.6c0 130 73.6 206.4 166.5 206.4 53.5 0 92.1-23.6 111.4-60v55h157.9v-402.9h-157.9v55c-19.3-36.4-57.9-60-111.4-60-92.9 0-166.5 76.5-166.5 206.5zm277.9 0c0 44.3-25.7 67.8-58.6 67.8-32.8 0-58.6-23.5-58.6-67.8 0-44.3 25.8-67.9 58.6-67.9 32.9 0 58.6 23.6 58.6 67.9z"/><path d="m734 275.8c-21 0-38.1-17-38.1-38.1 0-21.1 17.1-38.1 38.1-38.1 21.1 0 38.1 17 38.1 38.1 0 21.1-17 38.1-38.1 38.1z"/><path d="m935.2 217.6c0 128.5 85 206.4 205.7 206.4 103.6 0 181.5-61.4 200.7-167.2h-167.8c-5.7 19.3-16.4 31.5-36.4 31.5-24.3 0-41.5-22.2-41.5-70.7 0-48.6 17.2-70.8 41.5-70.8 20 0 30.7 12.2 36.4 31.5h167.8c-19.2-105.7-97.1-167.2-200.7-167.2-120.7 0-205.7 77.9-205.7 206.5z"/><path class="a" d="m1211.4 137.8c-21.1 0-38.1-17-38.1-38.1 0-21 17-38.1 38.1-38.1 21.1 0 38.1 17.1 38.1 38.1 0 21.1-17 38.1-38.1 38.1z"/><path d="m1213.8 123.6c-11.9 0-21.4-9.6-21.4-21.5 0-11.8 9.5-21.4 21.4-21.4 11.8 0 21.4 9.6 21.4 21.4 0 11.9-9.6 21.5-21.4 21.5z"/><path d="m977.7 267.6l-3.7-14.8c0 0 527.5-84.2 682.8-74.7 87.6 5.3 84.9 42.7 26.7 36.9-124.7-12.3-705.8 52.6-705.8 52.6z"/><path d="m1747.4 90.9l-56.5 38.1q-6.1 3.9-7.9 11.3-1.7 6.9 1.6 12.8 3.2 5.8 9.5 7.3 6.8 1.7 12.8-2.5l39.9-26.8q1-0.7 1.2-1.7 0.3-1.3-1.4-4.5-1.8-3.2-3-3.5-0.9-0.2-1.9 0.4l-39.9 26.9q-2.6 1.6-5.1 1-2.2-0.6-3.3-2.5-1.1-2-0.5-4.4 0.7-2.9 3.1-4.6l56.5-38.1q6.2-4.1 12.5-2.6 4.9 1.2 7.3 5.5 2.4 4.4 1.1 9.7-1.7 6.9-7.8 11.1l-75.6 50.8q-7.4 4.9-15.5 3-8.2-2-12.5-9.5-4.3-7.5-2.1-16.5 2.1-8.5 9.6-13.7l59.1-39.7q0.9-0.7 1.2-1.8 0.3-1.3-1.4-4.4-1.7-3.2-3-3.5-0.9-0.2-1.9 0.5l-58.9 39.6q-11.1 7.5-14.3 20.8-3.2 13.4 3.1 24.7 6.3 11.3 18.6 14.3 12 2.9 23.2-4.5l75.5-50.9q9.7-6.5 12.5-17.9 2.4-9.8-2.1-17.9-4.5-8.2-13.5-10.3-10.6-2.6-20.2 4z"/></svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: papierkram_api_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Neutert
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|