{"id":31779573,"url":"https://github.com/bbortt/devoxx-2025-citrus-openapi","last_synced_at":"2025-10-10T07:52:02.130Z","repository":{"id":317507401,"uuid":"1041383884","full_name":"bbortt/devoxx-2025-citrus-openapi","owner":"bbortt","description":"Practical API Testing with OpenAPI and Citrus Framework","archived":false,"fork":false,"pushed_at":"2025-10-01T09:25:30.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T11:28:36.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbortt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-20T12:07:41.000Z","updated_at":"2025-09-29T16:52:53.000Z","dependencies_parsed_at":"2025-10-01T11:28:38.374Z","dependency_job_id":"7114cbd2-b03e-4602-91e2-175ad3ed3572","html_url":"https://github.com/bbortt/devoxx-2025-citrus-openapi","commit_stats":null,"previous_names":["bbortt/devoxx-2025-citrus-openapi"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bbortt/devoxx-2025-citrus-openapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbortt%2Fdevoxx-2025-citrus-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbortt%2Fdevoxx-2025-citrus-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbortt%2Fdevoxx-2025-citrus-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbortt%2Fdevoxx-2025-citrus-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbortt","download_url":"https://codeload.github.com/bbortt/devoxx-2025-citrus-openapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbortt%2Fdevoxx-2025-citrus-openapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003173,"owners_count":26083533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T07:51:57.222Z","updated_at":"2025-10-10T07:52:02.106Z","avatar_url":"https://github.com/bbortt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Practical API Testing with OpenAPI and Citrus Framework\n\n\u003e Devoxx 2025: Belgium \u0026 Marocco\n\n## Structure\n\nThis repository contains the following Maven projects:\n\n```shell\n/banking-application           : Production-like implementation of the Banking API\n/banking-application-simulator : Citrus Simulator implementation of the Banking API\n/banking-client                : CLI client to query the Banking API\n```\n\nThe [`specs` folder](./specs) contains the OpenAPI specification of the Banking API.\n\nThe [`banking-application`](./banking-application) module also includes Citrus tests with actions based on the Banking API.\n\n## Banking Application\n\nTo start the **Banking Application**, run:\n\n```shell\n./mvnw -f banking-application/pom.xml spring-boot:run\n```\n\n## CLI Client\n\nOnce tge [Banking Application](#banking-application) is running, you can use the CLI client to query it.\n\nFirst, build the client JAR:\n\n```shell\n# First, build the jar\n./mvnw -f banking-client/pom.xml package\n```\n\n### Examples\n#### Fetch account information\n\n```shell\njava -jar banking-client/target/banking-client-1.0.0-SNAPSHOT.jar fetch-account CH685984389182Q70Y469\n```\n\n#### Create a new transaction\n\n```shell\njava -jar banking-client/target/banking-client-1.0.0-SNAPSHOT.jar create-transaction CH685984389182Q70Y469 CH077012473296D5049K3 100\n```\n\n## Simulated Banking Application\n\nThe [CLI client](#cli-client) requires a running [Banking Application](#banking-application).\nDuring development, you can instead use the **Banking Application Simulator**, powered by Citrus.\n\nTo start the simulator, run:\n\n```shell\n./mvnw -f banking-application-simulator/pom.xml spring-boot:run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbortt%2Fdevoxx-2025-citrus-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbortt%2Fdevoxx-2025-citrus-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbortt%2Fdevoxx-2025-citrus-openapi/lists"}