{"id":25720473,"url":"https://github.com/skrapeit/wiremock-kotlin","last_synced_at":"2026-06-07T21:31:34.249Z","repository":{"id":54493953,"uuid":"236751808","full_name":"skrapeit/wiremock-kotlin","owner":"skrapeit","description":"Kotlin DSL support for WireMock","archived":false,"fork":false,"pushed_at":"2021-02-15T19:09:03.000Z","size":58,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T17:51:24.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"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/skrapeit.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}},"created_at":"2020-01-28T14:17:53.000Z","updated_at":"2022-04-21T18:12:32.000Z","dependencies_parsed_at":"2022-08-13T17:40:46.007Z","dependency_job_id":null,"html_url":"https://github.com/skrapeit/wiremock-kotlin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skrapeit/wiremock-kotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrapeit%2Fwiremock-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrapeit%2Fwiremock-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrapeit%2Fwiremock-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrapeit%2Fwiremock-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skrapeit","download_url":"https://codeload.github.com/skrapeit/wiremock-kotlin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrapeit%2Fwiremock-kotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285138471,"owners_count":27121052,"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-11-18T02:00:05.759Z","response_time":61,"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-02-25T17:50:42.176Z","updated_at":"2025-11-18T21:02:25.680Z","avatar_url":"https://github.com/skrapeit.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"wiremock-kotlin [![CI build status](https://github.com/skrapeit/wiremock-kotlin/workflows/CI/badge.svg)](https://github.com/skrapeit/wiremock-kotlin/actions?query=workflow%3ACI)\n===============\n\nCreate WireMock stubs via Kotlin DSL \n\n## Example\n\n```kotlin\ndata class Song(val title: String)\n\nstubFor {\n    get {\n        url equalTo \"/my-api\"\n        willReturn {\n\n            headers = mapOf(\"Content-Type\" to \"application/json\")\n\n            body jsonFromObject Song(\"The revenge of Vera Gemini\")\n        }\n    }\n\n    post {\n        url matching \"/your/([a-z]*)\\\\?and=query\"\n        \n        willReturn { \n            status = 201\n            body.file(\"my/path/example.json\")\n            fixedDelay { \n                milliseconds = 3000\n            }\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskrapeit%2Fwiremock-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskrapeit%2Fwiremock-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskrapeit%2Fwiremock-kotlin/lists"}