ukrsib_api 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.devcontainer/Dockerfile +17 -0
- data/.devcontainer/devcontainer.json +33 -0
- data/.devcontainer/post-create.sh +8 -0
- data/.rspec +3 -0
- data/.rubocop.yml +9 -0
- data/.vscode/settings.json +7 -0
- data/CHANGELOG.md +8 -0
- data/CODE_OF_CONDUCT.md +132 -0
- data/LICENSE.txt +21 -0
- data/README.md +143 -0
- data/Rakefile +12 -0
- data/USB_API_insrt_v_1.0.22.pdf +0 -0
- data/lib/ukrsib_api/authentication.rb +178 -0
- data/lib/ukrsib_api/base_transformer.rb +19 -0
- data/lib/ukrsib_api/client.rb +46 -0
- data/lib/ukrsib_api/models/balance.rb +79 -0
- data/lib/ukrsib_api/models/base_struct.rb +30 -0
- data/lib/ukrsib_api/models/statement_party_details.rb +34 -0
- data/lib/ukrsib_api/models/statement_v3.rb +69 -0
- data/lib/ukrsib_api/models/types.rb +25 -0
- data/lib/ukrsib_api/pagination_helper.rb +72 -0
- data/lib/ukrsib_api/request_id_middleware.rb +8 -0
- data/lib/ukrsib_api/resource.rb +86 -0
- data/lib/ukrsib_api/resources/balance_resource.rb +40 -0
- data/lib/ukrsib_api/resources/statements_v3_resource.rb +35 -0
- data/lib/ukrsib_api/transformers/balance_transformer.rb +35 -0
- data/lib/ukrsib_api/transformers/statement_party_details_transformer.rb +23 -0
- data/lib/ukrsib_api/transformers/statement_v3_transformer.rb +36 -0
- data/lib/ukrsib_api/version.rb +5 -0
- data/lib/ukrsib_api.rb +39 -0
- data/sig/ukrsib_api.rbs +4 -0
- data/sorbet/config +4 -0
- data/sorbet/rbi/annotations/.gitattributes +1 -0
- data/sorbet/rbi/annotations/faraday.rbi +17 -0
- data/sorbet/rbi/annotations/rainbow.rbi +269 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
- data/sorbet/rbi/gems/benchmark@0.4.0.rbi +618 -0
- data/sorbet/rbi/gems/bigdecimal@3.1.9.rbi +9 -0
- data/sorbet/rbi/gems/concurrent-ruby@1.3.5.rbi +9 -0
- data/sorbet/rbi/gems/date@3.4.1.rbi +75 -0
- data/sorbet/rbi/gems/diff-lcs@1.6.0.rbi +1134 -0
- data/sorbet/rbi/gems/dry-core@1.1.0.rbi +9 -0
- data/sorbet/rbi/gems/dry-inflector@1.2.0.rbi +9 -0
- data/sorbet/rbi/gems/dry-logic@1.6.0.rbi +9 -0
- data/sorbet/rbi/gems/dry-struct@1.7.1.rbi +925 -0
- data/sorbet/rbi/gems/dry-transformer@1.0.1.rbi +1512 -0
- data/sorbet/rbi/gems/dry-types@1.8.2.rbi +9 -0
- data/sorbet/rbi/gems/erubi@1.13.1.rbi +155 -0
- data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +9 -0
- data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +9 -0
- data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +9 -0
- data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +9 -0
- data/sorbet/rbi/gems/faraday-multipart@1.1.0.rbi +9 -0
- data/sorbet/rbi/gems/faraday-net_http@1.0.2.rbi +9 -0
- data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +9 -0
- data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +9 -0
- data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +9 -0
- data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +9 -0
- data/sorbet/rbi/gems/faraday@1.10.4.rbi +9 -0
- data/sorbet/rbi/gems/faraday_middleware@1.2.1.rbi +9 -0
- data/sorbet/rbi/gems/i18n@1.14.7.rbi +2208 -0
- data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +9 -0
- data/sorbet/rbi/gems/io-console@0.8.0.rbi +9 -0
- data/sorbet/rbi/gems/json@2.10.1.rbi +2120 -0
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.4.rbi +9 -0
- data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +86 -0
- data/sorbet/rbi/gems/logger@1.6.6.rbi +940 -0
- data/sorbet/rbi/gems/money@6.19.0.rbi +2260 -0
- data/sorbet/rbi/gems/multipart-post@2.4.1.rbi +9 -0
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
- data/sorbet/rbi/gems/parallel@1.26.3.rbi +291 -0
- data/sorbet/rbi/gems/parser@3.3.7.1.rbi +5525 -0
- data/sorbet/rbi/gems/pp@0.6.2.rbi +368 -0
- data/sorbet/rbi/gems/prettyprint@0.2.0.rbi +477 -0
- data/sorbet/rbi/gems/prism@1.3.0.rbi +41403 -0
- data/sorbet/rbi/gems/psych@5.2.3.rbi +2435 -0
- data/sorbet/rbi/gems/racc@1.8.1.rbi +164 -0
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
- data/sorbet/rbi/gems/rake@13.2.1.rbi +3028 -0
- data/sorbet/rbi/gems/rbi@0.2.4.rbi +4542 -0
- data/sorbet/rbi/gems/rdoc@6.12.0.rbi +12758 -0
- data/sorbet/rbi/gems/regexp_parser@2.10.0.rbi +3795 -0
- data/sorbet/rbi/gems/reline@0.6.0.rbi +2451 -0
- data/sorbet/rbi/gems/rspec-core@3.13.3.rbi +10986 -0
- data/sorbet/rbi/gems/rspec-expectations@3.13.3.rbi +8183 -0
- data/sorbet/rbi/gems/rspec-mocks@3.13.2.rbi +5341 -0
- data/sorbet/rbi/gems/rspec-support@3.13.2.rbi +1630 -0
- data/sorbet/rbi/gems/rspec@3.13.0.rbi +83 -0
- data/sorbet/rbi/gems/rubocop-ast@1.38.0.rbi +7654 -0
- data/sorbet/rbi/gems/rubocop@1.72.2.rbi +61026 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
- data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
- data/sorbet/rbi/gems/spoom@1.5.4.rbi +5026 -0
- data/sorbet/rbi/gems/stringio@3.1.5.rbi +9 -0
- data/sorbet/rbi/gems/tapioca@0.16.11.rbi +3656 -0
- data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
- data/sorbet/rbi/gems/unicode-display_width@3.1.4.rbi +132 -0
- data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +251 -0
- data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
- data/sorbet/rbi/gems/yard@0.9.37.rbi +18379 -0
- data/sorbet/rbi/gems/zeitwerk@2.7.2.rbi +9 -0
- data/sorbet/rbi/todo.rbi +15 -0
- data/sorbet/tapioca/config.yml +13 -0
- data/sorbet/tapioca/require.rb +8 -0
- metadata +236 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 196c56c7c25333964e67affce921dec15f8927e3eaa1c45aacd2d5d93e41daef
|
4
|
+
data.tar.gz: cb6db6d911d09b424e5e1dd1f6b1b380b6c408b4cf884205d935bc9011fa1803
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: d5fc93e4431a5f382b563bd2067bdaaa2dd264eb09544134ba3036ed6048b3774b061b198ff1b31546cdd9fceedb33a6a61c4befb70b3d503689ec40f84507ad
|
7
|
+
data.tar.gz: ad888940994f62359763454a95348b0bdccc2b2efc5cac28871ff8002b64ca7b7453ef1dd3d2fddfb3adf026a6aac3bc1411d73b4e28183171b219c852aa3f23
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# Use the base image from the devcontainer.json file
|
2
|
+
FROM mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye
|
3
|
+
|
4
|
+
# watchman latest release version. Could be done auto, but that needs a script. See https://github.com/facebook/watchman/issues/982
|
5
|
+
ARG WM_VERSION=v2024.04.15.00
|
6
|
+
|
7
|
+
# install watchman
|
8
|
+
RUN wget https://github.com/facebook/watchman/releases/download/$WM_VERSION/watchman-$WM_VERSION-linux.zip && \
|
9
|
+
unzip watchman-$WM_VERSION-linux.zip && \
|
10
|
+
cd watchman-$WM_VERSION-linux && \
|
11
|
+
mkdir -p /usr/local/{bin,lib} /usr/local/var/run/watchman && \
|
12
|
+
cp bin/* /usr/local/bin && \
|
13
|
+
cp lib/* /usr/local/lib && \
|
14
|
+
chmod 755 /usr/local/bin/watchman && \
|
15
|
+
chmod 2777 /usr/local/var/run/watchman && \
|
16
|
+
cd .. && \
|
17
|
+
rm -fr watchman-$WM_VERSION-linux.zip watchman-$WM_VERSION-linux
|
@@ -0,0 +1,33 @@
|
|
1
|
+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
2
|
+
// README at: https://github.com/devcontainers/templates/tree/main/src/ruby
|
3
|
+
{
|
4
|
+
"name": "Ruby",
|
5
|
+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
6
|
+
"build": {
|
7
|
+
"dockerfile": "Dockerfile"
|
8
|
+
},
|
9
|
+
// Features to add to the dev container. More info: https://containers.dev/features.
|
10
|
+
// "features": {},
|
11
|
+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
12
|
+
// "forwardPorts": [],
|
13
|
+
// Use 'postCreateCommand' to run commands after the container is created.
|
14
|
+
"postCreateCommand": "sh .devcontainer/post-create.sh",
|
15
|
+
// Configure tool-specific properties.
|
16
|
+
"customizations": {
|
17
|
+
// Configure properties specific to VS Code.
|
18
|
+
"vscode": {
|
19
|
+
// Add the IDs of extensions you want installed when the container is created.
|
20
|
+
"extensions": [
|
21
|
+
"streetsidesoftware.code-spell-checker",
|
22
|
+
"Shopify.ruby-extensions-pack",
|
23
|
+
"connorshea.vscode-ruby-test-adapter",
|
24
|
+
"eamodio.gitlens",
|
25
|
+
"Gruntfuggly.todo-tree",
|
26
|
+
"ninoseki.vscode-mogami",
|
27
|
+
"bierner.markdown-mermaid"
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
31
|
+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
32
|
+
// "remoteUser": "root"
|
33
|
+
}
|
data/.rspec
ADDED
data/.rubocop.yml
ADDED
data/CHANGELOG.md
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,132 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
We as members, contributors, and leaders pledge to make participation in our
|
6
|
+
community a harassment-free experience for everyone, regardless of age, body
|
7
|
+
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
8
|
+
identity and expression, level of experience, education, socio-economic status,
|
9
|
+
nationality, personal appearance, race, caste, color, religion, or sexual
|
10
|
+
identity and orientation.
|
11
|
+
|
12
|
+
We pledge to act and interact in ways that contribute to an open, welcoming,
|
13
|
+
diverse, inclusive, and healthy community.
|
14
|
+
|
15
|
+
## Our Standards
|
16
|
+
|
17
|
+
Examples of behavior that contributes to a positive environment for our
|
18
|
+
community include:
|
19
|
+
|
20
|
+
* Demonstrating empathy and kindness toward other people
|
21
|
+
* Being respectful of differing opinions, viewpoints, and experiences
|
22
|
+
* Giving and gracefully accepting constructive feedback
|
23
|
+
* Accepting responsibility and apologizing to those affected by our mistakes,
|
24
|
+
and learning from the experience
|
25
|
+
* Focusing on what is best not just for us as individuals, but for the overall
|
26
|
+
community
|
27
|
+
|
28
|
+
Examples of unacceptable behavior include:
|
29
|
+
|
30
|
+
* The use of sexualized language or imagery, and sexual attention or advances of
|
31
|
+
any kind
|
32
|
+
* Trolling, insulting or derogatory comments, and personal or political attacks
|
33
|
+
* Public or private harassment
|
34
|
+
* Publishing others' private information, such as a physical or email address,
|
35
|
+
without their explicit permission
|
36
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
37
|
+
professional setting
|
38
|
+
|
39
|
+
## Enforcement Responsibilities
|
40
|
+
|
41
|
+
Community leaders are responsible for clarifying and enforcing our standards of
|
42
|
+
acceptable behavior and will take appropriate and fair corrective action in
|
43
|
+
response to any behavior that they deem inappropriate, threatening, offensive,
|
44
|
+
or harmful.
|
45
|
+
|
46
|
+
Community leaders have the right and responsibility to remove, edit, or reject
|
47
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
48
|
+
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
49
|
+
decisions when appropriate.
|
50
|
+
|
51
|
+
## Scope
|
52
|
+
|
53
|
+
This Code of Conduct applies within all community spaces, and also applies when
|
54
|
+
an individual is officially representing the community in public spaces.
|
55
|
+
Examples of representing our community include using an official email address,
|
56
|
+
posting via an official social media account, or acting as an appointed
|
57
|
+
representative at an online or offline event.
|
58
|
+
|
59
|
+
## Enforcement
|
60
|
+
|
61
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
62
|
+
reported to the community leaders responsible for enforcement at
|
63
|
+
[INSERT CONTACT METHOD].
|
64
|
+
All complaints will be reviewed and investigated promptly and fairly.
|
65
|
+
|
66
|
+
All community leaders are obligated to respect the privacy and security of the
|
67
|
+
reporter of any incident.
|
68
|
+
|
69
|
+
## Enforcement Guidelines
|
70
|
+
|
71
|
+
Community leaders will follow these Community Impact Guidelines in determining
|
72
|
+
the consequences for any action they deem in violation of this Code of Conduct:
|
73
|
+
|
74
|
+
### 1. Correction
|
75
|
+
|
76
|
+
**Community Impact**: Use of inappropriate language or other behavior deemed
|
77
|
+
unprofessional or unwelcome in the community.
|
78
|
+
|
79
|
+
**Consequence**: A private, written warning from community leaders, providing
|
80
|
+
clarity around the nature of the violation and an explanation of why the
|
81
|
+
behavior was inappropriate. A public apology may be requested.
|
82
|
+
|
83
|
+
### 2. Warning
|
84
|
+
|
85
|
+
**Community Impact**: A violation through a single incident or series of
|
86
|
+
actions.
|
87
|
+
|
88
|
+
**Consequence**: A warning with consequences for continued behavior. No
|
89
|
+
interaction with the people involved, including unsolicited interaction with
|
90
|
+
those enforcing the Code of Conduct, for a specified period of time. This
|
91
|
+
includes avoiding interactions in community spaces as well as external channels
|
92
|
+
like social media. Violating these terms may lead to a temporary or permanent
|
93
|
+
ban.
|
94
|
+
|
95
|
+
### 3. Temporary Ban
|
96
|
+
|
97
|
+
**Community Impact**: A serious violation of community standards, including
|
98
|
+
sustained inappropriate behavior.
|
99
|
+
|
100
|
+
**Consequence**: A temporary ban from any sort of interaction or public
|
101
|
+
communication with the community for a specified period of time. No public or
|
102
|
+
private interaction with the people involved, including unsolicited interaction
|
103
|
+
with those enforcing the Code of Conduct, is allowed during this period.
|
104
|
+
Violating these terms may lead to a permanent ban.
|
105
|
+
|
106
|
+
### 4. Permanent Ban
|
107
|
+
|
108
|
+
**Community Impact**: Demonstrating a pattern of violation of community
|
109
|
+
standards, including sustained inappropriate behavior, harassment of an
|
110
|
+
individual, or aggression toward or disparagement of classes of individuals.
|
111
|
+
|
112
|
+
**Consequence**: A permanent ban from any sort of public interaction within the
|
113
|
+
community.
|
114
|
+
|
115
|
+
## Attribution
|
116
|
+
|
117
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
118
|
+
version 2.1, available at
|
119
|
+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
120
|
+
|
121
|
+
Community Impact Guidelines were inspired by
|
122
|
+
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
|
123
|
+
|
124
|
+
For answers to common questions about this code of conduct, see the FAQ at
|
125
|
+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
126
|
+
[https://www.contributor-covenant.org/translations][translations].
|
127
|
+
|
128
|
+
[homepage]: https://www.contributor-covenant.org
|
129
|
+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
130
|
+
[Mozilla CoC]: https://github.com/mozilla/diversity
|
131
|
+
[FAQ]: https://www.contributor-covenant.org/faq
|
132
|
+
[translations]: https://www.contributor-covenant.org/translations
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2025 merof
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,143 @@
|
|
1
|
+
# UkrsibApi
|
2
|
+
|
3
|
+
This gem is an API wrapper for the Ukrsib bank Business API. It is currently a work in progress. For more details, see the [changelog](CHANGELOG.md).
|
4
|
+
|
5
|
+
API documentation can be found [here](USB_API_insrt_v_1.0.22.pdf).
|
6
|
+
|
7
|
+
This project uses `dry-transformers` and `dry-schema` to provide proper names for API fields. See the model files in the `/models` directory and the mapping from the original fields in the `/transformers` directory. For example, see the [v3/statements transformer](lib/ukrsib_api/transformers/statement_v3_transformer.rb) and [v3/statements model](lib/ukrsib_api/models/statement_v3.rb).
|
8
|
+
|
9
|
+
|
10
|
+
<!-- ## Money Field Mappings
|
11
|
+
|
12
|
+
Certain fields in the API responses can be handled as Money using the Money gem. These fields are available in various formats depending on the context. Below are some examples: -->
|
13
|
+
|
14
|
+
<!-- ### Balances
|
15
|
+
|
16
|
+
- **Standard Fields:**
|
17
|
+
- `balance_in` and `balance_in_uah`
|
18
|
+
- `balance_out` and `balance_out_uah`
|
19
|
+
- `turnover_debt` and `turnover_debt_uah`
|
20
|
+
- `turnover_cred` and `turnover_cred_uah`
|
21
|
+
- **Money Gem Fields:**
|
22
|
+
The same fields may also appear with an additional `_money` suffix (e.g., `balance_in_money`), providing a Money-formatted version. -->
|
23
|
+
|
24
|
+
<!-- ### Satements v3
|
25
|
+
|
26
|
+
- **Standard Amount Fields:**
|
27
|
+
- `money_amount_uah`
|
28
|
+
- `money_amount`
|
29
|
+
- **Money Gem Fields:**
|
30
|
+
- `amount_uah_money`
|
31
|
+
- `amount_money` -->
|
32
|
+
|
33
|
+
## Installation
|
34
|
+
|
35
|
+
Follow the installation instructions provided in the main guide to add and use the gem in your application.
|
36
|
+
|
37
|
+
Install the gem and add to the application's Gemfile by executing:
|
38
|
+
|
39
|
+
```bash
|
40
|
+
bundle add ukrsib_api
|
41
|
+
```
|
42
|
+
|
43
|
+
If bundler is not being used to manage dependencies, install the gem by executing:
|
44
|
+
|
45
|
+
```bash
|
46
|
+
gem install ukrsib_api
|
47
|
+
```
|
48
|
+
|
49
|
+
## Usage
|
50
|
+
|
51
|
+
To use the API, you need to initialize the authentication with your api credentials, then get the tokens via browser login.
|
52
|
+
Here is a basic example of how to list balances:
|
53
|
+
|
54
|
+
## Setup: Initiating Connection
|
55
|
+
|
56
|
+
To initiate the connection with the API:
|
57
|
+
1. Instantiate the authentication object with your private key and client parameters.
|
58
|
+
2. Call `@auth.authorize` to initiate OAuth2 authorization. [See the docs](lib/ukrsib_api/authentication.rb#) This returns a hash with a `:client_code` and a redirection `:location`.
|
59
|
+
3. Open the provided URL in an external browser and log in.
|
60
|
+
4. Retrieve the client code from the returned hash.
|
61
|
+
5. Call `@auth.fetch_token(client_code: your_client_code)` to complete the initial login and obtain the access token.
|
62
|
+
6. save your tokens! Save the results of the `auth.fetch_token` and use it later to refresh without browser login.
|
63
|
+
|
64
|
+
```ruby
|
65
|
+
client_params = { client_id:, client_secret:}
|
66
|
+
private_key = File.read("ukrsibbankRsaPrivateKey.pem")
|
67
|
+
@auth = UkrsibAPI::Authentication.new(private_key:, client_params:)
|
68
|
+
@client = UkrsibAPI::Client.new(authentication: @auth)
|
69
|
+
r = @auth.authorize
|
70
|
+
#=> {:client_code=>"8adb342b-d107-4bbc-a2ef-aa3ce1b75898",
|
71
|
+
# :location=>"https://business.ukrsibbank.com/login?client_id=D1...6B&response_type=code&state=null&client_code=8adb342b-d107-4bbc-a2ef-aa3ce1b75898"}
|
72
|
+
@auth.fetch_token(client_code: r[:client_code])
|
73
|
+
# I, [2025-03-17T17:50:23.772351 #16957] INFO -- UkrsibAPI: New access token retrieved. Expires at: 2025-03-18 17:50:23 +0000
|
74
|
+
#=> {:access_token=> :refresh_token=> :expires_at=>2025-03-18 17:50:23.77188235 +0000}
|
75
|
+
r = @client.statements_v3.list(accounts: ["UA..._UAH"], date_from: last_month, date_to: today)
|
76
|
+
```
|
77
|
+
|
78
|
+
To restart later
|
79
|
+
```ruby
|
80
|
+
tokens = @auth.fetch_token(client_code: r[:client_code])
|
81
|
+
# save the tokens!
|
82
|
+
....
|
83
|
+
@auth = UkrsibAPI::Authentication.new(private_key:, client_params:, tokens:) # use tokens here
|
84
|
+
@client = UkrsibAPI::Client.new(authentication: @auth)
|
85
|
+
```
|
86
|
+
|
87
|
+
## Getting statements
|
88
|
+
```ruby
|
89
|
+
client.statements_v3.list(accounts: ["UA..._UAH"], date_from: last_month, date_to: today)
|
90
|
+
```
|
91
|
+
add currency to your ibans after an underscore. `_UAH`, `_USD`
|
92
|
+
|
93
|
+
|
94
|
+
## Feature: Lazy Loading Pagination
|
95
|
+
|
96
|
+
All API methods internally use lazy loading to handle paginated results. By leveraging Ruby's Enumerator, the gem fetches data on-demand
|
97
|
+
|
98
|
+
## Logging
|
99
|
+
|
100
|
+
UkrsibAPI's has configurable logging logging is configured in [ukrsib_api.rb](./lib/ukrsib_api.rb). The logger uses Rails.logger if available, otherwise defaults to a standard Ruby Logger writing to STDOUT with a custom formatter that includes abbreviated severity, a timestamp with microseconds, and process details.
|
101
|
+
|
102
|
+
## Development
|
103
|
+
|
104
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
105
|
+
|
106
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
107
|
+
|
108
|
+
### Development Environment
|
109
|
+
|
110
|
+
This project includes a development container configuration. To use it, you need to have Visual Studio Code and the Remote - Containers extension installed. You can open the project in a dev container by clicking the badge below:
|
111
|
+
|
112
|
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/merof-code/ukrsib_api)
|
113
|
+
|
114
|
+
### Using bin/console
|
115
|
+
|
116
|
+
To use the API from the interactive console (`bin/console`), you need to add your own API key. Create a file named `environment.rb` in the root directory and add your API key there. You can use the provided `environment.sample.rb` as a template by renaming it to `environment.rb` and replacing the placeholder with your actual API key.
|
117
|
+
|
118
|
+
```ruby
|
119
|
+
# environment.rb
|
120
|
+
ENV['API_TOKEN'] = 'your_api_key_here'
|
121
|
+
```
|
122
|
+
|
123
|
+
Once inside the console, you can use the `@client` object to interact with the API. For example, to list balances:
|
124
|
+
|
125
|
+
```ruby
|
126
|
+
balances = @client.balance.list(@today)
|
127
|
+
balances.each do |balance|
|
128
|
+
puts balance.account
|
129
|
+
puts balance.balance_in_money.format
|
130
|
+
end
|
131
|
+
```
|
132
|
+
|
133
|
+
## Contributing
|
134
|
+
|
135
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/merof-code/ukrsib_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/merof-code/ukrsib_api/blob/master/CODE_OF_CONDUCT.md).
|
136
|
+
|
137
|
+
## License
|
138
|
+
|
139
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
140
|
+
|
141
|
+
## Code of Conduct
|
142
|
+
|
143
|
+
Everyone interacting in the UkrsibApi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/merof-code/ukrsib_api/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
ADDED
Binary file
|
@@ -0,0 +1,178 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
# typed: true
|
3
|
+
|
4
|
+
require "faraday"
|
5
|
+
require "json"
|
6
|
+
require "time"
|
7
|
+
require "base64"
|
8
|
+
|
9
|
+
module UkrsibAPI
|
10
|
+
class Authentication
|
11
|
+
BASE_URL = "https://business.ukrsibbank.com/morpheus"
|
12
|
+
TOKEN_URL = "#{BASE_URL}/token"
|
13
|
+
|
14
|
+
attr_reader :client_params, :private_key, :tokens
|
15
|
+
|
16
|
+
# This method sets up authentication using either `client_params` (for new authentication) or existing `tokens`
|
17
|
+
#
|
18
|
+
# @param private_key [String] The RSA private key in PEM format.
|
19
|
+
# @param client_params [Hash, nil] OAuth2 client parameters for authentication.
|
20
|
+
# This includes `client_id`, `client_secret`.
|
21
|
+
# @param tokens [Hash, nil] Optional. A hash containing previously acquired authentication tokens.
|
22
|
+
# Typically includes:
|
23
|
+
# - `:access_token` [String] The access token for API requests.
|
24
|
+
# - `:refresh_token` [String] The refresh token for obtaining a new access token.
|
25
|
+
# - `:expires_at` [Time] The refresh token for obtaining a new access token.
|
26
|
+
#
|
27
|
+
# @raise [OpenSSL::PKey::RSAError] If the private key is invalid.
|
28
|
+
#
|
29
|
+
# @example Initialize with client_params (fresh authentication)
|
30
|
+
# auth = Authenticator.new(private_key:, client_params: { client_id: "abc", client_secret: "xyz" })
|
31
|
+
#
|
32
|
+
# @example Initialize with tokens (existing authentication)
|
33
|
+
# auth = Authenticator.new(private_key:, client_params:, tokens: { access_token: "token123", refresh_token: "token456" }, expires_at: Time.now + 3600)
|
34
|
+
def initialize(private_key:, client_params:, tokens: nil)
|
35
|
+
@private_key = OpenSSL::PKey::RSA.new(private_key) # Load RSA private key
|
36
|
+
@client_params = client_params&.slice(:client_id, :client_secret) if client_params
|
37
|
+
@tokens = tokens&.slice(:access_token, :refresh_token, :expires_at) if tokens
|
38
|
+
return unless @tokens && !@tokens[:expires_at]
|
39
|
+
|
40
|
+
raise ArgumentError, "Missing :expires_at in tokens, it should be a Time object, e.g. Time.now + expires_in"
|
41
|
+
end
|
42
|
+
|
43
|
+
def access_token
|
44
|
+
unless valid_token?
|
45
|
+
UkrsibAPI.logger.warn "Access token is invalid or expired. Refreshing..."
|
46
|
+
refresh_access_token
|
47
|
+
end
|
48
|
+
@tokens[:access_token]
|
49
|
+
end
|
50
|
+
|
51
|
+
# Initiates the OAuth2 authorization process. This method should be called first
|
52
|
+
# to obtain an authorization URL to which the client should be redirected.
|
53
|
+
#
|
54
|
+
# @param redirect_url [String, nil] Optional URL to redirect after authorization.
|
55
|
+
# If provided, the authorization request includes `redirect_uri`. Otherwise,
|
56
|
+
# a unique `client_code` is generated.
|
57
|
+
#
|
58
|
+
# @return [Hash] A hash containing:
|
59
|
+
# - `:client_code` [String, nil] The generated client code (if no redirect URL is used).
|
60
|
+
# - `:location` [String] The authorization URL to which the client should be redirected.
|
61
|
+
# after the user has authorized the client, only then must the #fetch_token method be called.
|
62
|
+
#
|
63
|
+
# @example Authorization with redirect URI
|
64
|
+
# authorize("https://example.com/callback")
|
65
|
+
#
|
66
|
+
# @example Authorization without redirect URI (using client_code)
|
67
|
+
# authorize
|
68
|
+
def authorize(redirect_url: nil)
|
69
|
+
UkrsibAPI.logger.warn "Already authorized, redundant call to authorize" if tokens
|
70
|
+
|
71
|
+
params = @client_params.clone
|
72
|
+
params[:response_type] = "code"
|
73
|
+
|
74
|
+
if redirect_url
|
75
|
+
params[:redirect_uri] = redirect_url
|
76
|
+
else
|
77
|
+
params[:client_code] = SecureRandom.uuid
|
78
|
+
end
|
79
|
+
|
80
|
+
url_params = URI.encode_www_form(params)
|
81
|
+
response = Faraday.get("#{BASE_URL}/authorize?#{url_params}")
|
82
|
+
raise Error, "Authorization request failed with #{response.status}, #{response.body}" if response.status == 400
|
83
|
+
|
84
|
+
{ client_code: params[:client_code], location: response.headers["location"] }
|
85
|
+
end
|
86
|
+
|
87
|
+
# Exchanges an authorization code or client code for an access token.
|
88
|
+
#
|
89
|
+
# It requires either a `client_code` (if no redirect URI was used) or an authorization `code`
|
90
|
+
# if the user was redirected back after authorization.
|
91
|
+
#
|
92
|
+
# @param client_code [String, nil] The client code returned by the `authorize` method
|
93
|
+
# if no redirect URI is used.
|
94
|
+
# @param code [String, nil] The authorization code obtained from the redirect URI after user authorization.
|
95
|
+
#
|
96
|
+
# @raise [ArgumentError] If neither `client_code` nor `code` is provided.
|
97
|
+
#
|
98
|
+
# @return [Hash] A hash containing the OAuth2 token response.
|
99
|
+
# The response typically includes:
|
100
|
+
# - `:access_token` [String] The access token to be used for API requests.
|
101
|
+
# - `:expires_in` [Integer] The token's expiration time in seconds.
|
102
|
+
# - `:refresh_token` [String] The refresh token for obtaining a new access token.
|
103
|
+
#
|
104
|
+
# @example Fetch token using client_code
|
105
|
+
# fetch_token(client_code: "123e4567-e89b-12d3-a456-426614174000")
|
106
|
+
#
|
107
|
+
# @example Fetch token using authorization code
|
108
|
+
# fetch_token(code: "AQABAAIAAAAGV_b3")
|
109
|
+
#
|
110
|
+
# This method is called _after_ the user has authorized the client via #authorize method with the browser.
|
111
|
+
# `code` is used when #authorize method was called with redirect_uri. It is found in the redirect to your server.
|
112
|
+
# `client_code` is used when no redirect_uri is provided for #authorize method. It is returned by #authorize method.
|
113
|
+
def fetch_token(client_code: nil, code: nil)
|
114
|
+
raise ArgumentError, "Either client_code or code must be provided" if client_code.nil? && code.nil?
|
115
|
+
|
116
|
+
params = @client_params.clone
|
117
|
+
if client_code
|
118
|
+
params[:client_code] = client_code
|
119
|
+
params[:grant_type] = "client_code"
|
120
|
+
else
|
121
|
+
params[:grant_type] = "authorization_code"
|
122
|
+
params[:code] = code
|
123
|
+
end
|
124
|
+
|
125
|
+
response = Faraday.post(TOKEN_URL) do |req|
|
126
|
+
req.headers["Content-Type"] = "application/x-www-form-urlencoded"
|
127
|
+
req.body = URI.encode_www_form(params)
|
128
|
+
end
|
129
|
+
|
130
|
+
store_token(response)
|
131
|
+
end
|
132
|
+
|
133
|
+
def refresh_access_token
|
134
|
+
return NotAuthorizedError unless @tokens && @tokens[:refresh_token]
|
135
|
+
|
136
|
+
params = client_params.clone.merge({ grant_type: "refresh_token", refresh_token: @tokens[:refresh_token] })
|
137
|
+
response = Faraday.post(TOKEN_URL) do |req|
|
138
|
+
req.headers["Content-Type"] = "application/x-www-form-urlencoded"
|
139
|
+
req.body = URI.encode_www_form(params)
|
140
|
+
end
|
141
|
+
|
142
|
+
store_token(response)
|
143
|
+
end
|
144
|
+
|
145
|
+
def valid_token?
|
146
|
+
@tokens && @tokens[:access_token] && @tokens[:expires_at] && Time.now - 3600 < @tokens[:expires_at]
|
147
|
+
end
|
148
|
+
|
149
|
+
def refresh_token_if_needed
|
150
|
+
return if valid_token?
|
151
|
+
|
152
|
+
UkrsibAPI.logger.info "Refreshing expired token..."
|
153
|
+
refresh_access_token
|
154
|
+
end
|
155
|
+
|
156
|
+
def generate_signature(data_string)
|
157
|
+
signature = @private_key.sign(OpenSSL::Digest.new("SHA512"), data_string)
|
158
|
+
Base64.strict_encode64(signature)
|
159
|
+
end
|
160
|
+
|
161
|
+
private
|
162
|
+
|
163
|
+
def store_token(response)
|
164
|
+
raise Error, "Authentication failed: #{response.status} - #{response.body}" unless response.status == 200
|
165
|
+
|
166
|
+
body = JSON.parse(response.body)
|
167
|
+
new_tokens = {
|
168
|
+
access_token: body["access_token"],
|
169
|
+
refresh_token: body["refresh_token"],
|
170
|
+
expires_at: Time.now + body["expires_in"].to_i
|
171
|
+
}
|
172
|
+
@tokens = new_tokens
|
173
|
+
|
174
|
+
UkrsibAPI.logger.info "New access token retrieved. Expires at: #{@tokens[:expires_at]}"
|
175
|
+
new_tokens
|
176
|
+
end
|
177
|
+
end
|
178
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module UkrsibAPI
|
4
|
+
# transformer methods here
|
5
|
+
class BaseTransformer < Dry::Transformer::Pipe
|
6
|
+
import Dry::Transformer::HashTransformations
|
7
|
+
import Dry::Transformer::ArrayTransformations
|
8
|
+
|
9
|
+
# Build a transformation pipeline given a mapping
|
10
|
+
def self.build_pipeline(mapping)
|
11
|
+
define! do
|
12
|
+
map_array do
|
13
|
+
rename_keys(mapping)
|
14
|
+
symbolize_keys
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module UkrsibAPI
|
4
|
+
# main entry point for the gem
|
5
|
+
# see #balances, #transactions
|
6
|
+
class Client
|
7
|
+
BASE_URL = "https://business.ukrsibbank.com/morpheus/"
|
8
|
+
attr_reader :access_token, :adapter, :stubs, :auth
|
9
|
+
|
10
|
+
|
11
|
+
# Expects UkrsibAPI::Authentication tp be already authorized
|
12
|
+
# see documentation for UkrsibAPI::Authentication
|
13
|
+
# @param authentication [UkrsibAPI::Authentication] authentication object
|
14
|
+
def initialize(authentication:, adapter: Faraday.default_adapter, stubs: nil)
|
15
|
+
@auth = authentication
|
16
|
+
@adapter = adapter
|
17
|
+
@stubs = stubs
|
18
|
+
end
|
19
|
+
|
20
|
+
def connection
|
21
|
+
@auth.refresh_token_if_needed
|
22
|
+
|
23
|
+
@connection ||= Faraday.new(BASE_URL) do |b|
|
24
|
+
b.headers["Authorization"] = "Bearer #{@auth.access_token}"
|
25
|
+
b.headers["Content-Type"] = "application/json;charset=utf8"
|
26
|
+
b.ssl.verify = true
|
27
|
+
b.request :json
|
28
|
+
b.response :json
|
29
|
+
b.response :logger, UkrsibAPI.logger, { headers: true, bodies: true }
|
30
|
+
b.adapter @adapter, @stubs
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
# Returns a new instance of UkrsibAPI::Resources::BalanceResource for handling balance-related API operations.
|
35
|
+
# @return [UkrsibAPI::Resources::BalanceResource] The balance resource client.
|
36
|
+
def balances
|
37
|
+
UkrsibAPI::Resources::BalanceResource.new(self)
|
38
|
+
end
|
39
|
+
|
40
|
+
# Returns a new instance of UkrsibAPI::Resources::TransactionResource for handling transaction-related API operations.
|
41
|
+
# @return [UkrsibAPI::Resources::TransactionResource] The transaction resource client.
|
42
|
+
def statements_v3
|
43
|
+
UkrsibAPI::Resources::StatementsV3Resource.new(self)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|