Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiremock/library.wiremock.org-sources
WireMock API Templates Library
https://github.com/wiremock/library.wiremock.org-sources
api api-template hacktoberfest hugo marketplace openapi repository wiremock
Last synced: 8 days ago
JSON representation
WireMock API Templates Library
- Host: GitHub
- URL: https://github.com/wiremock/library.wiremock.org-sources
- Owner: wiremock
- License: apache-2.0
- Created: 2023-03-28T10:42:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T07:58:19.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:10:16.105Z (7 months ago)
- Topics: api, api-template, hacktoberfest, hugo, marketplace, openapi, repository, wiremock
- Language: HTML
- Homepage: https://library.wiremock.org/
- Size: 276 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# WireMock API Templates Library
[![a](https://img.shields.io/badge/slack-Join%20us-brightgreen?style=flat&logo=slack)](http://slack.wiremock.org/)
The [library.wiremock.org](https://library.wiremock.org) site provides a catalog of API Templates
that can be used with both
[WireMock](https://wiremock.org/) or [WireMock Cloud](https://wiremock.io).
You can browse our library of mock API templates and examples,
find the API that you need,
and get a running mock in seconds - on your local machine or in the cloud.Template definitions can be found in another repository:
[wiremock/api-template-library](https://github.com/wiremock/api-template-library).## Using templates in WireMock
1. Choose a template you need by using the categorization and search capabilities of the website.
2. Click the _Download WireMock JSON_ button to download the JSON file
3. Use the JSON file to configure your WireMock instance
([documentation](https://wiremock.org/3.x/docs/standalone/java-jar/#json-file-configuration))## Using templates in WireMock Cloud
For WireMock Cloud there is also the _Run in WireMock Cloud_ button that
allows you to quickly import the Mock API definition into your project.## License
The website repository and custom code there are licensed under [Apache License Version 2.0](./LICENSE).
The artwork might be licensed differently,
see the source code.Templates are licensed separately under different open source licenses.
See the metadata in [wiremock/api-template-library](https://github.com/wiremock/api-template-library)
or on the website to learn more about template licenses.## Contributing
See the [Contributing Guide](./CONTRIBUTING.md).