-
Notifications
You must be signed in to change notification settings - Fork 1
Investec Kotlin SDK #22
Copy link
Copy link
Closed
Labels
New Community Build🫶 Sharing new build submissions from Investec Developer community members.🫶 Sharing new build submissions from Investec Developer community members.Showcase Approved🎉 Going on the showcase page🎉 Going on the showcase page
Metadata
Metadata
Assignees
Labels
New Community Build🫶 Sharing new build submissions from Investec Developer community members.🫶 Sharing new build submissions from Investec Developer community members.Showcase Approved🎉 Going on the showcase page🎉 Going on the showcase page
Type
Fields
Give feedbackNo fields configured for issues without a type.
Project Name
Investec Open Banking API Kotlin Client
Your Name or Team
Nick Cadenhead
Repository/Code Link
https://github.com/nicholasc69/investec-kotlin.git
Live Demo (if any)
No response
Description
A Kotlin client and SDK for interacting with the Investec Open Banking API for Individual Private Banking.
Screenshots or GIFs
No response
How to Run/Use It
This project uses the new Kotlin Toolchain (formerly known by its codename, Amper) as its build tool, providing a simpler and more streamlined developer experience compared to traditional build systems like Gradle or Maven. The project configuration is defined in module.yaml.
To build the project using the Kotlin Toolchain wrapper:
On Linux/macOS
./kotlin build
On Windows
kotlin.bat build
To run tests, add a .env file in the root of the project with the required credentials and run the following commands:
On Linux/macOS
./kotlin test
On Windows
kotlin.bat test
Code of Conduct