Skip to content

Commit 585c2d3

Browse files
author
BitBucketCI
committed
latest version
1 parent b8e6d02 commit 585c2d3

File tree

552 files changed

+56648
-2553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

552 files changed

+56648
-2553
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Yapily Java SDK
2-
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=1.408.0&x2=0)](http://badge.fury.io/gh/boennemann%2Fbadges)
2+
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=1.410.0&x2=0)](http://badge.fury.io/gh/boennemann%2Fbadges)
33

44
This SDK library was generated using [OpenApi Generator](https://github.com/OpenAPITools/openapi-generator). The SDK can be used as a module in your code and the examples demonstrate how to connect to financial institutions integrated with Yapily.
55

@@ -40,7 +40,7 @@ Dependency:
4040
<dependency>
4141
<groupId>yapily</groupId>
4242
<artifactId>yapily-sdk</artifactId>
43-
<version>1.408.0</version>
43+
<version>1.410.0</version>
4444
</dependency>
4545
</dependencies>
4646
```
@@ -61,7 +61,7 @@ repositories {
6161
Dependency:
6262

6363
```groovy
64-
compile group: 'yapily', name: 'yapily-sdk', version: '1.408.0'
64+
compile group: 'yapily', name: 'yapily-sdk', version: '1.410.0'
6565
```
6666

6767
#### Download JAR

sdk/.openapi-generator-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

0 commit comments

Comments
 (0)