File tree 1 file changed +12
-0
lines changed
lib/pact_broker/api/resources
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,12 @@ def links
50
50
title : 'Pacticipants' ,
51
51
templated : false
52
52
} ,
53
+ 'pb:pacticipant' =>
54
+ {
55
+ href : base_url + '/pacticipants/{pacticipant}' ,
56
+ title : 'Fetch pacticipant by name' ,
57
+ templated : true
58
+ } ,
53
59
'pb:latest-provider-pacts' =>
54
60
{
55
61
href : base_url + '/pacts/provider/{provider}/latest' ,
@@ -94,6 +100,12 @@ def links
94
100
title : 'Integrations' ,
95
101
templated : false
96
102
} ,
103
+ 'pb:pacticipant-version-tag' =>
104
+ {
105
+ href : base_url + '/pacticipants/{pacticipant}/versions/{version}/tags/{tag}' ,
106
+ title : "Get, create or delete a tag for a pacticipant version" ,
107
+ templated : true
108
+ } ,
97
109
'beta:pending-provider-pacts' =>
98
110
{
99
111
href : base_url + '/pacts/provider/{provider}/pending' ,
You can’t perform that action at this time.
0 commit comments