Skip to content

3.1.0

Compare
Choose a tag to compare
@ValentinaIancu-Gini ValentinaIancu-Gini released this 01 Jun 09:53
· 8 commits to main since this release
  • Allows setting a path for custom domains. For example if you need all requests to go through a proxy at https://custom.domain.com/custom/path you can pass /custom/path to the path parameter when setting a custom api domain:
      let bankAPI = GiniBankAPI.Builder(client: Client(id: "", secret: "", domain: ""),
                                        api: .custom(domain: "custom.domain.com",
                                                     path: "/custom/path",
                                                     tokenSource: CustomTokenSource()))
  • Added public initialiser for Payment