All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stubs.wiremocks.sample.json Maven / Gradle / Ivy

{
  "request": {
    "method": "GET",
    "url": "/some"
  },
  "response": {
    "status": 200,
    "body": "{\"loanApplicationStatus\":\"LOAN_APPLIED\",\"loanApplicationId\":123123123}",
    "headers": {
      "Content-Type": "text/plain"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy