Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add branch-pact-versions & latest-branch-pact-version #727

Closed
wants to merge 1 commit into from

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Oct 4, 2024

fixes #619

Branch pact versions

Allowed methods: GET

Path: /pacts/provider/{provider}/consumer/{consumer}/branch/{branch}

Lists all the pact versions with the specified consumer, provider and consumer version branch.

Latest Branch pact versions

Allowed methods: GET

Path: /pacts/provider/{provider}/consumer/{consumer}/branch/{branch}/latest

Returns the latest pact version with the specified consumer, provider and consumer version branch.

# Branch pact versions

Allowed methods: `GET`

Path: `/pacts/provider/{provider}/consumer/{consumer}/branch/{branch}`

Lists all the pact versions with the specified consumer, provider and consumer version branch.

# Latest Branch pact versions

Allowed methods: `GET`

Path: `/pacts/provider/{provider}/consumer/{consumer}/branch/{branch}/latest`

Returns the latest pact version with the specified consumer, provider and consumer version branch.
@YOU54F
Copy link
Member Author

YOU54F commented Nov 15, 2024

Closing in favour of #728

@YOU54F YOU54F closed this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add route to get pacts by branch
1 participant