Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surpher/pactswiftmockserver
A Swift wrapper around `libpact_ffi` and exposed as XCFramework
https://github.com/surpher/pactswiftmockserver
contract-testing mock-server pact-consumer pact-contract swift
Last synced: 12 days ago
JSON representation
A Swift wrapper around `libpact_ffi` and exposed as XCFramework
- Host: GitHub
- URL: https://github.com/surpher/pactswiftmockserver
- Owner: surpher
- License: mit
- Created: 2021-04-29T02:40:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T21:13:46.000Z (3 months ago)
- Last Synced: 2024-10-03T05:06:47.478Z (about 2 months ago)
- Topics: contract-testing, mock-server, pact-consumer, pact-contract, swift
- Language: C
- Homepage: https://github.com/surpher/PactSwift
- Size: 789 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Support: Support/build_file_list_and_swiftlint
Awesome Lists containing this project
README
# PactSwiftMockServer
[![Build and Test](https://github.com/surpher/PactSwiftMockServer/actions/workflows/branch_pr.yml/badge.svg)](https://github.com/surpher/PactSwiftMockServer/actions/workflows/branch_pr.yml)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE.md)
[![codecov](https://codecov.io/gh/surpher/PactSwiftMockServer/branch/main/graph/badge.svg?token=0LYZVF36I9)](https://codecov.io/gh/surpher/PactSwiftMockServer)A wrapper around [`libpact_ffi.a`](https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_ffi) binary and exposed as XCFramework to be primarily used by [`PactSwift`](https://github.com/surpher/PactSwift).
But nothing is stopping you from creating your own interface using this package.