papierkram_api_client 0.1.0 → 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 +22 -1
- data/Gemfile.lock +1 -1
- data/README.md +68 -23
- data/lib/papierkram_api_client/version.rb +1 -1
- data/lib/papierkram_api_client.rb +1 -1
- data/pac.svg +1 -0
- metadata +3 -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,4 +1,25 @@
|
|
1
|
-
## [
|
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
|
+
|
17
|
+
## [0.1.1] - 2023-04-12
|
18
|
+
|
19
|
+
### Changed
|
20
|
+
|
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)
|
2
23
|
|
3
24
|
## [0.1.0] - 2023-04-12
|
4
25
|
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,10 +1,14 @@
|
|
1
|
-
# Papierkram
|
1
|
+
# Papierkram API Client<!-- omit in toc -->
|
2
2
|
|
3
|
-
|
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
|
+
|
5
|
+
Der erste ~~illegale~~ inoffizielle API Client in [Ruby](https://www.ruby-lang.org/de/) für [Papierkram.de](https://www.papierkram.de)!
|
6
|
+
|
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">
|
4
8
|
|
5
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!
|
6
10
|
|
7
|
-
> 🚨 **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! 🙏
|
8
12
|
|
9
13
|
Check das [CHANGELOG.md](CHANGELOG.md), Baby!
|
10
14
|
|
@@ -45,6 +49,7 @@ Ziele:
|
|
45
49
|
---
|
46
50
|
|
47
51
|
- [Installation](#installation)
|
52
|
+
- [Schnellstart](#schnellstart)
|
48
53
|
- [API Client](#api-client)
|
49
54
|
- [Initialisierung](#initialisierung)
|
50
55
|
- [Banking::BankConnection (Bankverbindung)](#bankingbankconnection-bankverbindung)
|
@@ -78,6 +83,7 @@ Ziele:
|
|
78
83
|
- [ein Projekt](#ein-projekt)
|
79
84
|
- [Tracker::Task (Aufgabe)](#trackertask-aufgabe)
|
80
85
|
- [alle Aufgaben](#alle-aufgaben)
|
86
|
+
- [eine Aufgabe](#eine-aufgabe)
|
81
87
|
- [Tracker::TimeEntry (Zeiteintrag)](#trackertimeentry-zeiteintrag)
|
82
88
|
- [alle Zeiteinträge](#alle-zeiteinträge)
|
83
89
|
- [einen Zeiteintrag](#einen-zeiteintrag)
|
@@ -90,8 +96,6 @@ Ziele:
|
|
90
96
|
|
91
97
|
## Installation
|
92
98
|
|
93
|
-
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.
|
94
|
-
|
95
99
|
Install the gem and add to the application's Gemfile by executing:
|
96
100
|
|
97
101
|
$ bundle add papierkram_api_client
|
@@ -100,6 +104,32 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
100
104
|
|
101
105
|
$ gem install papierkram_api_client
|
102
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
|
+
|
103
133
|
## API Client
|
104
134
|
|
105
135
|
Der API Client ist die Hauptklasse für die Kommunikation mit der Papierkram API. Er wird mit den Zugangsdaten initialisiert.
|
@@ -129,7 +159,7 @@ client = PapierkramApiClient::Client.new
|
|
129
159
|
|
130
160
|
Der Endpunkt `/api/v1/banking/bank_connections` liefert Informationen über die Bankverbindungen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
131
161
|
|
132
|
-
[BankConnections](/lib/api/v1/banking/bank_connections.rb)
|
162
|
+
Siehe [BankConnections](/lib/api/v1/banking/bank_connections.rb) für mögliche Parameter.
|
133
163
|
|
134
164
|
#### alle Bankverbindungen
|
135
165
|
|
@@ -198,7 +228,7 @@ WORK IN PROGRESS
|
|
198
228
|
|
199
229
|
Der Endpunkt `/api/v1/contact/companies` liefert Informationen über die Unternehmen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
200
230
|
|
201
|
-
[Companies](/lib/api/v1/contact/companies.rb)
|
231
|
+
Siehe [Companies](/lib/api/v1/contact/companies.rb) für mögliche Parameter.
|
202
232
|
|
203
233
|
#### alle Unternehmen
|
204
234
|
|
@@ -220,6 +250,8 @@ puts company.body
|
|
220
250
|
|
221
251
|
Der Endpunkt `/api/v1/contact/companies/{company_id}` liefert Informationen über die Kontaktpersonen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
222
252
|
|
253
|
+
Siehe [CompaniesPersons](/lib/api/v1/contact/companies_persons.rb) für mögliche Parameter.
|
254
|
+
|
223
255
|
#### alle Kontaktpersonen (eines Unternehmens)
|
224
256
|
|
225
257
|
```ruby
|
@@ -240,7 +272,7 @@ puts company.body
|
|
240
272
|
|
241
273
|
Der Endpunkt `/api/v1/expense/vouchers` liefert Informationen über die Ausgabe Belege. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
242
274
|
|
243
|
-
[Vouchers](/lib/api/v1/expense/vouchers.rb)
|
275
|
+
Siehe [Vouchers](/lib/api/v1/expense/vouchers.rb) für mögliche Parameter.
|
244
276
|
|
245
277
|
#### alle Ausgabe Belege
|
246
278
|
|
@@ -261,15 +293,16 @@ puts voucher.body
|
|
261
293
|
#### einen Ausgabe Beleg als PDF
|
262
294
|
|
263
295
|
```ruby
|
264
|
-
voucher = client.expense.vouchers.
|
265
|
-
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'}
|
266
299
|
```
|
267
300
|
|
268
301
|
### Income::Estimate (Angebot)
|
269
302
|
|
270
303
|
Der Endpunkt `/api/v1/income/estimates` liefert Informationen über die Angebote. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
271
304
|
|
272
|
-
[Estimates](/lib/api/v1/income/estimates.rb)
|
305
|
+
Siehe [Estimates](/lib/api/v1/income/estimates.rb) für mögliche Parameter.
|
273
306
|
|
274
307
|
#### alle Angebote
|
275
308
|
|
@@ -290,15 +323,16 @@ puts estimate.body
|
|
290
323
|
#### ein Angebot als PDF
|
291
324
|
|
292
325
|
```ruby
|
293
|
-
estimate = client.income.estimates.
|
294
|
-
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'}
|
295
329
|
```
|
296
330
|
|
297
331
|
### Income::Invoice (Rechnung)
|
298
332
|
|
299
333
|
Der Endpunkt `/api/v1/income/invoices` liefert Informationen über die Rechnungen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
300
334
|
|
301
|
-
[Invoices](/lib/api/v1/income/invoices.rb)
|
335
|
+
Siehe [Invoices](/lib/api/v1/income/invoices.rb) für mögliche Parameter.
|
302
336
|
|
303
337
|
#### alle Rechnungen
|
304
338
|
|
@@ -319,15 +353,16 @@ puts invoice.body
|
|
319
353
|
#### eine Rechnung als PDF
|
320
354
|
|
321
355
|
```ruby
|
322
|
-
invoice = client.income.invoices.
|
323
|
-
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'}
|
324
359
|
```
|
325
360
|
|
326
361
|
### Income::Proposition (Waren / Dienstleistungen)
|
327
362
|
|
328
363
|
Der Endpunkt `/api/v1/income/propositions` liefert Informationen über die Waren / Dienstleistungen. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
329
364
|
|
330
|
-
[Propositions](/lib/api/v1/income/propositions.rb)
|
365
|
+
Siehe [Propositions](/lib/api/v1/income/propositions.rb) für mögliche Parameter.
|
331
366
|
|
332
367
|
#### alle Waren / Dienstleistungen
|
333
368
|
|
@@ -349,7 +384,7 @@ puts proposition.body
|
|
349
384
|
|
350
385
|
Der Endpunkt `/api/v1/info` liefert Informationen über die API. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
351
386
|
|
352
|
-
[Info](/lib/api/v1/info.rb)
|
387
|
+
Siehe [Info](/lib/api/v1/info.rb).
|
353
388
|
|
354
389
|
```ruby
|
355
390
|
info = client.info.details
|
@@ -361,7 +396,7 @@ puts info.body
|
|
361
396
|
|
362
397
|
Der Endpunkt `/api/v1/projects` liefert Informationen über die Projekte. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
363
398
|
|
364
|
-
[Projects](/lib/api/v1/projects.rb)
|
399
|
+
Siehe [Projects](/lib/api/v1/projects.rb) für mögliche Parameter.
|
365
400
|
|
366
401
|
#### alle Projekte
|
367
402
|
|
@@ -383,14 +418,24 @@ puts project.body
|
|
383
418
|
|
384
419
|
Der Endpunkt `/api/v1/tracker/tasks` liefert Informationen über die Aufgaben. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
385
420
|
|
421
|
+
Siehe [Tasks](/lib/api/v1/tracker/tasks.rb) für mögliche Parameter.
|
422
|
+
|
386
423
|
#### alle Aufgaben
|
387
424
|
|
388
425
|
```ruby
|
389
|
-
tasks = client.
|
426
|
+
tasks = client.tracker_tasks.all
|
390
427
|
puts tasks.headers
|
391
428
|
puts tasks.body
|
392
429
|
```
|
393
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
|
+
|
394
439
|
### Tracker::TimeEntry (Zeiteintrag)
|
395
440
|
|
396
441
|
Der Endpunkt `/api/v1/tracker/time_entries` liefert Informationen über die Zeiteinträge. Die Informationen werden als `Faraday::Response` zurückgegeben.
|
@@ -400,7 +445,7 @@ Der Endpunkt `/api/v1/tracker/time_entries` liefert Informationen über die Zeit
|
|
400
445
|
#### alle Zeiteinträge
|
401
446
|
|
402
447
|
```ruby
|
403
|
-
time_entries = client.
|
448
|
+
time_entries = client.tracker_time_entries.all
|
404
449
|
puts time_entries.headers
|
405
450
|
puts time_entries.body
|
406
451
|
```
|
@@ -408,7 +453,7 @@ puts time_entries.body
|
|
408
453
|
#### einen Zeiteintrag
|
409
454
|
|
410
455
|
```ruby
|
411
|
-
time_entry = client.
|
456
|
+
time_entry = client.tracker_time_entries.by(id: 1)
|
412
457
|
puts time_entry.headers
|
413
458
|
puts time_entry.body
|
414
459
|
```
|
@@ -442,7 +487,7 @@ Unterstützte Endpunkte sind beispielsweise: `Income::Estimate`, `Income::Invoic
|
|
442
487
|
[Api::V1::Helpers::PdfFromResponse](/lib/api/v1/helpers/pdf_from_response.rb)
|
443
488
|
|
444
489
|
```ruby
|
445
|
-
response = client.
|
490
|
+
response = client.income_invoices.by(id: 1, pdf: true)
|
446
491
|
pdf = Api::V1::Helpers::PdfFromResponse.new(response).to_pdf("Rechnung Nummer XXX")
|
447
492
|
puts pdf
|
448
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
ADDED
@@ -0,0 +1 @@
|
|
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
|
@@ -72,6 +72,7 @@ files:
|
|
72
72
|
- lib/api/v1/tracker/time_entries.rb
|
73
73
|
- lib/papierkram_api_client.rb
|
74
74
|
- lib/papierkram_api_client/version.rb
|
75
|
+
- pac.svg
|
75
76
|
- sig/papierkram_api_client.rbs
|
76
77
|
homepage: https://github.com/simonneutert/papierkram_api_client
|
77
78
|
licenses:
|