-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add branch-pact-versions & latest-branch-pact-version
# 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.
- Loading branch information
Showing
6 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
lib/pact_broker/doc/views/index/branch-pact-versions.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 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. |
7 changes: 7 additions & 0 deletions
7
lib/pact_broker/doc/views/index/latest-branch-pact-version.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters