Skip to content

Commit

Permalink
Merge pull request #314 from wiremock/grpc
Browse files Browse the repository at this point in the history
GRPC homepage callout
  • Loading branch information
leeturner authored Oct 14, 2024
2 parents 12e536c + b079350 commit 34ea85f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added images/wiremock-cloud/grpc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,17 @@ <h1>
<div class="home-header-hero-text whats-hot">
<h2>
<img src="/images/logos/doc-sections/loudspeaker.svg" alt="Image of a loud speaker" width="32px"/>&nbsp;
What's <b style="color:red;">NEW</b>? <a href="https://docs.wiremock.io/data-sources/managing-data-sources/?utm_source=oss&utm_medium=oss&utm_campaign=oss-homepage-datasources&utm_id=oss-homepage-datasources&utm_term=oss-homepage-datasources&utm_content=oss-homepage-datasources" target="_BLANK">External data sources</a></h2>
What's <b style="color:red;">NEW</b>? <a href="https://docs.wiremock.io/grpc/overview/?utm_source=oss&utm_medium=oss&utm_campaign=oss-homepage-grpc&utm_id=oss-homepage-grpc&utm_term=oss-homepage-grpc&utm_content=oss-homepage-grpc" target="_BLANK">Cloud GRPC Support</a></h2>
<p>
Easily use data from a CSV file into your mock API calls.
WireMock Cloud now natively supports GRPC.
</p>
<p>
<a href="https://docs.wiremock.io/data-sources/managing-data-sources/?utm_source=oss&utm_medium=oss&utm_campaign=oss-homepage-datasources&utm_id=oss-homepage-datasources&utm_term=oss-homepage-datasources&utm_content=oss-homepage-datasources" target="_BLANK">
<img alt="Image of WireMock Cloud data sources" src="{{ '/images/wiremock-cloud/datasources.png' | absolute_url }}">
<a href="https://docs.wiremock.io/grpc/overview/?utm_source=oss&utm_medium=oss&utm_campaign=oss-homepage-grpc&utm_id=oss-homepage-grpc&utm_term=oss-homepage-grpc&utm_content=oss-homepage-grpc" target="_BLANK">
<img alt="Image of WireMock Cloud data sources" src="{{ '/images/wiremock-cloud/grpc.png' | absolute_url }}">
</a>
</p>
<p>
Using external data with WireMock Cloud mock servers lets you quickly use updated test data without complex configuration, helping to guarantee your test sessions with our API mocks are realistic and simulate your application's production behavior. <a href="https://docs.wiremock.io/data-sources/managing-data-sources/?utm_source=oss&utm_medium=oss&utm_campaign=oss-homepage-datasources&utm_id=oss-homepage-datasources&utm_term=oss-homepage-datasources&utm_content=oss-homepage-datasources" target="_BLANK">Learn more.</a>
All the power of WireMock Cloud - from mock-first API prototyping to catching errors early - is now available for teams building GRPC servces. <a href="https://docs.wiremock.io/grpc/overview/?utm_source=oss&utm_medium=oss&utm_campaign=oss-homepage-grpc&utm_id=oss-homepage-grpc&utm_term=oss-homepage-grpc&utm_content=oss-homepage-grpc" target="_BLANK">Learn more.</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 34ea85f

Please sign in to comment.