From 3035d4cced3f76fde5dda3d97023fdd7f0baf432 Mon Sep 17 00:00:00 2001 From: Mark Gerrard Date: Fri, 12 Jan 2024 21:23:35 +0000 Subject: [PATCH] * Remove redundant css * Add more content from original homepage --- _site/index.md | 271 ++++++++++++++++++++++++++++++++++++++++ extra_sass/_static.scss | 4 - 2 files changed, 271 insertions(+), 4 deletions(-) diff --git a/_site/index.md b/_site/index.md index 47774764..2b3cdc93 100644 --- a/_site/index.md +++ b/_site/index.md @@ -53,4 +53,275 @@ template: static.html + + +
+
+
+
+

+ Flexible API Mocking for Testing and + Development +

+ + + +

+ WireMock is a tool for building mock APIs. Create stable development + environments, isolate yourself from flakey 3rd parties and simulate + APIs that don't exist yet. +

+ + +
+
+

+   + What's NEW? WireMock API Template Library

+

+ Test against popular 3rd-party services in a few clicks! +

+

+ + + +

+

+ Browse our library of mock API templates and examples, find the API that you need, + and mock it in seconds - on your local machine or in the cloud. + Learn More... +

+
+
+
+
+
+
+ z +
+
+ wiremock cloud screenshot +
+
+ +
+ +

Hosted API mocking for everyone

+ +
    +
  • SaaS, nothing to install
  • +
  • For individuals, teams and enterprises
  • +
  • Intuitive web UI for developers
  • +
  • OpenAPI, Swagger and Postman import
  • +
  • NEW: Chaos Engineering
  • +
  • Generous free plan
  • +
+ + +
+
+
+ +
+
+

Key Features

+

+ WireMock frees you from dependency on unstable APIs and allows you to + develop with confidence. It's easy to launch a mock API server and + simulate a host of real-world scenarios and APIs - including REST, SOAP, + OAuth2 and more. +

+
+
+
+ Wiremock Features +
+

Advanced request matching

+
+
+
+ wiremock dynamic response +
+

Dynamic response templating

+
+
+
+ wiremock unit tests +
+

+ Run in your unit tests, on your laptop or in your test environment. +

+
+
+
+ wiremock fault and latency +
+

Fault and latency injection

+
+
+
+ wiremock record playback +
+

Record / Playback

+
+
+
+ wiremock java, python, http +
+

Java, Python, HTTP and

+

JSON file APIs

+
+
+ Full Documentation +
+
+
+

Downloads

+

+ WireMock is available as a standalone service, Java library and + integrations for modern languages and technology stacks. +

+
+ +
+
+

Frequently Asked Questions

+ +
+
What is WireMock?
+
+ WireMock is a free API mocking tool that can be run as a standalone + server, or in a hosted version via the + WireMock Cloud managed service. +
+ +
What is API mocking?
+
+ API mocking involves creating a simple simulation of an API, accepting + the same types of request and returning identically structured + responses as the real thing, enabling fast and reliable development + and testing. +
+ +
When do you need to mock APIs?
+
+ API mocking is typically used during development and testing as it + allows you to build your app without worrying about 3rd party APIs or + sandboxes breaking. It can also be used to rapidly prototype APIs that + don’t exist yet. +
+ +
How do you create an API mock?
+
+ WireMock supports several approaches for creating mock APIs - in code, + via its REST API, as JSON files and by recording HTTP traffic proxied + to another destination. +
+ +
What makes WireMock unique?
+
+ WireMock has a rich + matching system, allowing any + part of an incoming request to be matched against complex and precise + criteria. Responses of any complexity can be dynamically generated via + the Handlebars based templating system. Finally, WireMock is easy to + integrate into any workflow due to its numerous + extension points and + comprehensive APIs. +
+ +
Is WireMock open source?
+
+ Yes, WireMock is a completely open source API mocking tool (GitHub repo). If you’re looking for a hosted version of WireMock, check out + WireMock Cloud. +
+ +
Is WireMock a free service?
+
WireMock is completely free under the Apache 2.0 license.
+
+
+
\ No newline at end of file diff --git a/extra_sass/_static.scss b/extra_sass/_static.scss index e7387ac3..bed197e3 100644 --- a/extra_sass/_static.scss +++ b/extra_sass/_static.scss @@ -10,9 +10,5 @@ a { text-decoration: none; } - - .md-nav__button { - display: none; - } }