Implement a function that authorizes a transaction for a specific account, following some predefined rules.
You'll receive as input:
- The account data
This is a babashka script created to help hiring managers to reach out to OpenSource contributors. It fetches contributors from a given Github repo, fetches their user profile plus most recent git commit of each user.
To make use of this script you're expected to have installed the following softwares:
mvn archetype:generate \ | |
-DarchetypeGroupId=org.apache.flink \ | |
-DarchetypeArtifactId=flink-quickstart-scala \ | |
-DarchetypeVersion=1.13.2 \ | |
-DgroupId=io.dev.flink \ | |
-DartifactId=flink-scala-project \ | |
-Dversion=0.1 \ | |
-DinteractiveMode=false |
mvn archetype:generate \ | |
-DarchetypeGroupId=uk.co.markg.archetypes \ | |
-DarchetypeArtifactId=java11-junit5 \ | |
-DarchetypeVersion=1.0 \ | |
-DgroupId=io.dev \ | |
-DartifactId=java-project \ | |
-DinteractiveMode=false |