From 44f18b3b382395a6ca69a6ca85a84cbfbc6e8391 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 2 Oct 2021 02:16:16 +0530 Subject: [PATCH] misc update --- apis/asana.yaml | 1 + apis/bingmaps.yaml | 1 + apis/bitly.yaml | 1 + apis/buildkite.yaml | 1 + apis/buttercms.yaml | 1 + apis/calendly.yaml | 1 + apis/circleci.yaml | 1 + apis/deviantart.yaml | 1 + apis/dropbox.yaml | 1 + apis/github.yaml | 1 + apis/{googleautocomplete.yaml => google-autocomplete.yaml} | 1 + apis/{googlecustomsearch.yaml => google-customsearch.yaml} | 1 + apis/{googledirections.yaml => google-directions.yaml} | 1 + apis/{googleelevation.yaml => google-elevation.yaml} | 1 + apis/{googlefcm.yaml => google-fcm.yaml} | 1 + ...ooglefindplacefromtext.yaml => google-findplacefromtext.yaml} | 1 + ...{googlegedistancematrix.yaml => google-gedistancematrix.yaml} | 1 + apis/{googlegeocode.yaml => google-geocode.yaml} | 1 + apis/{googlegeolocation.yaml => google-geolocation.yaml} | 1 + apis/{googlemapsembed.yaml => google-mapsembed.yaml} | 1 + ...ooglemapsembedadvanced.yaml => google-mapsembedadvanced.yaml} | 1 + apis/{googlenearbysearch.yaml => google-nearbysearch.yaml} | 1 + apis/{googlenearestroads.yaml => google-nearestroads.yaml} | 1 + apis/{googleplacedetails.yaml => google-placedetails.yaml} | 1 + apis/{googleplacesphoto.yaml => google-placesphoto.yaml} | 1 + ...oogleplayablelocations.yaml => google-playablelocations.yaml} | 1 + apis/{googleroutetotraveled.yaml => google-routetotraveled.yaml} | 1 + apis/{googlespeedlimit.yaml => google-speedlimit.yaml} | 1 + apis/{googlestaticmaps.yaml => google-staticmaps.yaml} | 1 + apis/{googlestreetview.yaml => google-streetview.yaml} | 1 + apis/{googletimezone.yaml => google-timezone.yaml} | 1 + ...{googletextsearchplaces.yaml => googlet-extsearchplaces.yaml} | 1 + apis/heroku.yaml | 1 + apis/hubspot.yaml | 1 + apis/instagram.yaml | 1 + apis/ipstack.yaml | 1 + apis/iterable.yaml | 1 + apis/jumpcloud.yaml | 1 + apis/lokalise.yaml | 1 + apis/loqate.yaml | 1 + apis/mailchimp.yaml | 1 + apis/mailgun.yaml | 1 + apis/mapbox.yaml | 1 + apis/nerdgraph.yaml | 1 + apis/npm.yaml | 1 + apis/openweather.yaml | 1 + apis/pagerduty.yaml | 1 + apis/pendo.yaml | 1 + apis/pivotaltracker.yaml | 1 + apis/postmark.yaml | 1 + apis/sendgrid.yaml | 1 + apis/slack.yaml | 1 + apis/sonarcloud.yaml | 1 + apis/spotify.yaml | 1 + apis/square.yaml | 1 + apis/stripe.yaml | 1 + apis/tinypng.yaml | 1 + apis/travisci.yaml | 1 + apis/twitter.yaml | 1 + apis/visualstudio.yaml | 1 + apis/wakatime.yaml | 1 + apis/weglot.yaml | 1 + apis/youtube.yaml | 1 + 63 files changed, 63 insertions(+) rename apis/{googleautocomplete.yaml => google-autocomplete.yaml} (99%) rename apis/{googlecustomsearch.yaml => google-customsearch.yaml} (99%) rename apis/{googledirections.yaml => google-directions.yaml} (99%) rename apis/{googleelevation.yaml => google-elevation.yaml} (99%) rename apis/{googlefcm.yaml => google-fcm.yaml} (99%) rename apis/{googlefindplacefromtext.yaml => google-findplacefromtext.yaml} (99%) rename apis/{googlegedistancematrix.yaml => google-gedistancematrix.yaml} (99%) rename apis/{googlegeocode.yaml => google-geocode.yaml} (99%) rename apis/{googlegeolocation.yaml => google-geolocation.yaml} (99%) rename apis/{googlemapsembed.yaml => google-mapsembed.yaml} (99%) rename apis/{googlemapsembedadvanced.yaml => google-mapsembedadvanced.yaml} (99%) rename apis/{googlenearbysearch.yaml => google-nearbysearch.yaml} (99%) rename apis/{googlenearestroads.yaml => google-nearestroads.yaml} (99%) rename apis/{googleplacedetails.yaml => google-placedetails.yaml} (99%) rename apis/{googleplacesphoto.yaml => google-placesphoto.yaml} (99%) rename apis/{googleplayablelocations.yaml => google-playablelocations.yaml} (99%) rename apis/{googleroutetotraveled.yaml => google-routetotraveled.yaml} (99%) rename apis/{googlespeedlimit.yaml => google-speedlimit.yaml} (99%) rename apis/{googlestaticmaps.yaml => google-staticmaps.yaml} (99%) rename apis/{googlestreetview.yaml => google-streetview.yaml} (99%) rename apis/{googletimezone.yaml => google-timezone.yaml} (99%) rename apis/{googletextsearchplaces.yaml => googlet-extsearchplaces.yaml} (99%) diff --git a/apis/asana.yaml b/apis/asana.yaml index 50b6ca587f..2fe0f49393 100644 --- a/apis/asana.yaml +++ b/apis/asana.yaml @@ -13,6 +13,7 @@ requests: - "https://app.asana.com/api/1.0/users/me" headers: Authorization: Bearer {{token}} + matchers: - type: status status: diff --git a/apis/bingmaps.yaml b/apis/bingmaps.yaml index 2045fd7554..c67715bde2 100644 --- a/apis/bingmaps.yaml +++ b/apis/bingmaps.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://dev.virtualearth.net/REST/v1/Locations?CountryRegion=US&adminDistrict=WA&locality=Somewhere&postalCode=98001&addressLine=100%20Main%20St.&key={{token}}" + matchers: - type: word part: body diff --git a/apis/bitly.yaml b/apis/bitly.yaml index 56edf06e97..09f5ff0e7c 100644 --- a/apis/bitly.yaml +++ b/apis/bitly.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://api-ssl.bitly.com/v3/shorten?access_token={{token}}&longUrl=https://www.google.com" + matchers: - type: word part: body diff --git a/apis/buildkite.yaml b/apis/buildkite.yaml index b482af9a04..b2b80424b9 100644 --- a/apis/buildkite.yaml +++ b/apis/buildkite.yaml @@ -13,6 +13,7 @@ requests: - "https://api.buildkite.com/v2/user" headers: Authorization: Bearer {{token}} + matchers: - type: status status: diff --git a/apis/buttercms.yaml b/apis/buttercms.yaml index 1b3c0a47e8..180c40b0d8 100644 --- a/apis/buttercms.yaml +++ b/apis/buttercms.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://api.buttercms.com/v2/posts/?auth_token={{token}}" + matchers: - type: status status: diff --git a/apis/calendly.yaml b/apis/calendly.yaml index f2725c0456..a1d104c013 100644 --- a/apis/calendly.yaml +++ b/apis/calendly.yaml @@ -13,6 +13,7 @@ requests: - "https://calendly.com/api/v1/users/me" headers: X-Token: "{{token}}" + matchers: - type: status status: diff --git a/apis/circleci.yaml b/apis/circleci.yaml index 0a77779137..ed9810615a 100644 --- a/apis/circleci.yaml +++ b/apis/circleci.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://circleci.com/api/v1.1/me?circle-token={{token}}" + matchers: - type: status status: diff --git a/apis/deviantart.yaml b/apis/deviantart.yaml index 94b32417ab..3b0459d16c 100644 --- a/apis/deviantart.yaml +++ b/apis/deviantart.yaml @@ -12,6 +12,7 @@ requests: path: - "https://www.deviantart.com/api/v1/oauth2/placebo" body: "access_token={{token}}" + matchers: - type: word part: body diff --git a/apis/dropbox.yaml b/apis/dropbox.yaml index 0d0e862dce..4af40f9088 100644 --- a/apis/dropbox.yaml +++ b/apis/dropbox.yaml @@ -13,6 +13,7 @@ requests: - "https://api.dropboxapi.com/2/users/get_current_account" headers: Authorization: Bearer {{token}} + matchers: - type: status status: diff --git a/apis/github.yaml b/apis/github.yaml index a08cc0832b..3e2b534c3b 100644 --- a/apis/github.yaml +++ b/apis/github.yaml @@ -13,6 +13,7 @@ requests: - "https://api.github.com/user" headers: Authorization: Basic {{base64('user:' + token)}} + matchers: - type: word part: body diff --git a/apis/googleautocomplete.yaml b/apis/google-autocomplete.yaml similarity index 99% rename from apis/googleautocomplete.yaml rename to apis/google-autocomplete.yaml index abcfedc639..1752f7cb58 100644 --- a/apis/googleautocomplete.yaml +++ b/apis/google-autocomplete.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Bingh&types=%28cities%29&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlecustomsearch.yaml b/apis/google-customsearch.yaml similarity index 99% rename from apis/googlecustomsearch.yaml rename to apis/google-customsearch.yaml index e59e03edb3..480967da60 100644 --- a/apis/googlecustomsearch.yaml +++ b/apis/google-customsearch.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://www.googleapis.com/customsearch/v1?cx=017576662512468239146:omuauf_lfve&q=lectures&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googledirections.yaml b/apis/google-directions.yaml similarity index 99% rename from apis/googledirections.yaml rename to apis/google-directions.yaml index 65236a5630..471b96270c 100644 --- a/apis/googledirections.yaml +++ b/apis/google-directions.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/directions/json?origin=Disneyland&destination=Universal+Studios+Hollywood4&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googleelevation.yaml b/apis/google-elevation.yaml similarity index 99% rename from apis/googleelevation.yaml rename to apis/google-elevation.yaml index bd7ef895c5..1617b15298 100644 --- a/apis/googleelevation.yaml +++ b/apis/google-elevation.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/elevation/json?locations=39.7391536,-104.9847034&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlefcm.yaml b/apis/google-fcm.yaml similarity index 99% rename from apis/googlefcm.yaml rename to apis/google-fcm.yaml index d5c62731fc..6add1c6af0 100644 --- a/apis/googlefcm.yaml +++ b/apis/google-fcm.yaml @@ -14,6 +14,7 @@ requests: headers: Authorization: key={{token}} Content-Type: application/json + matchers: - type: status status: diff --git a/apis/googlefindplacefromtext.yaml b/apis/google-findplacefromtext.yaml similarity index 99% rename from apis/googlefindplacefromtext.yaml rename to apis/google-findplacefromtext.yaml index 0976a79a37..b856715d5b 100644 --- a/apis/googlefindplacefromtext.yaml +++ b/apis/google-findplacefromtext.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=Museum%20of%20Contemporary%20Art%20Australia&inputtype=textquery&fields=photos,formatted_address,name,rating,opening_hours,geometry&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlegedistancematrix.yaml b/apis/google-gedistancematrix.yaml similarity index 99% rename from apis/googlegedistancematrix.yaml rename to apis/google-gedistancematrix.yaml index ceab537ca0..df37bed58a 100644 --- a/apis/googlegedistancematrix.yaml +++ b/apis/google-gedistancematrix.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=40.6655101,-73.89188969999998&destinations=40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.659569%2C-73.933783%7C40.729029%2C-73.851524%7C40.6860072%2C-73.6334271%7C40.598566%2C-73.7527626%7C40.659569%2C-73.933783%7C40.729029%2C-73.851524%7C40.6860072%2C-73.6334271%7C40.598566%2C-73.7527626&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlegeocode.yaml b/apis/google-geocode.yaml similarity index 99% rename from apis/googlegeocode.yaml rename to apis/google-geocode.yaml index 204031fd34..75b5069d7c 100644 --- a/apis/googlegeocode.yaml +++ b/apis/google-geocode.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/geocode/json?latlng=40,30&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlegeolocation.yaml b/apis/google-geolocation.yaml similarity index 99% rename from apis/googlegeolocation.yaml rename to apis/google-geolocation.yaml index 3dd6766951..d20eb129e0 100644 --- a/apis/googlegeolocation.yaml +++ b/apis/google-geolocation.yaml @@ -11,6 +11,7 @@ requests: path: - "https://www.googleapis.com/geolocation/v1/geolocate?key={{token}}" matchers-condition: and + matchers: - type: word part: body diff --git a/apis/googlemapsembed.yaml b/apis/google-mapsembed.yaml similarity index 99% rename from apis/googlemapsembed.yaml rename to apis/google-mapsembed.yaml index 35c549d87f..6d94d1f8c6 100644 --- a/apis/googlemapsembed.yaml +++ b/apis/google-mapsembed.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://www.google.com/maps/embed/v1/place?q=Seattle&key={{token}}" + matchers: - type: status status: diff --git a/apis/googlemapsembedadvanced.yaml b/apis/google-mapsembedadvanced.yaml similarity index 99% rename from apis/googlemapsembedadvanced.yaml rename to apis/google-mapsembedadvanced.yaml index 6815b9aaf2..54897376d7 100644 --- a/apis/googlemapsembedadvanced.yaml +++ b/apis/google-mapsembedadvanced.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://www.google.com/maps/embed/v1/search?q=record+stores+in+Seattle&key={{token}}" + matchers: - type: status status: diff --git a/apis/googlenearbysearch.yaml b/apis/google-nearbysearch.yaml similarity index 99% rename from apis/googlenearbysearch.yaml rename to apis/google-nearbysearch.yaml index 78db51e9c8..95fecf43c2 100644 --- a/apis/googlenearbysearch.yaml +++ b/apis/google-nearbysearch.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=100&types=food&name=harbour&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlenearestroads.yaml b/apis/google-nearestroads.yaml similarity index 99% rename from apis/googlenearestroads.yaml rename to apis/google-nearestroads.yaml index 1dd7f6e8be..1e24f7e04d 100644 --- a/apis/googlenearestroads.yaml +++ b/apis/google-nearestroads.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://roads.googleapis.com/v1/nearestRoads?points=60.170880,24.942795|60.170879,24.942796|60.170877,24.942796&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googleplacedetails.yaml b/apis/google-placedetails.yaml similarity index 99% rename from apis/googleplacedetails.yaml rename to apis/google-placedetails.yaml index 23b2d293da..cd40c956a2 100644 --- a/apis/googleplacedetails.yaml +++ b/apis/google-placedetails.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/place/details/json?place_id=ChIJN1t_tDeuEmsRUsoyG83frY4&fields=name,rating,formatted_phone_number&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googleplacesphoto.yaml b/apis/google-placesphoto.yaml similarity index 99% rename from apis/googleplacesphoto.yaml rename to apis/google-placesphoto.yaml index b2ecc55be0..1df3d91138 100644 --- a/apis/googleplacesphoto.yaml +++ b/apis/google-placesphoto.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=CnRtAAAATLZNl354RwP_9UKbQ_5Psy40texXePv4oAlgP4qNEkdIrkyse7rPXYGd9D_Uj1rVsQdWT4oRz4QrYAJNpFX7rzqqMlZw2h2E2y5IKMUZ7ouD_SlcHxYq1yL4KbKUv3qtWgTK0A6QbGh87GB3sscrHRIQiG2RrmU_jF4tENr9wGS_YxoUSSDrYjWmrNfeEHSGSc3FyhNLlBU&key={{token}}" + matchers: - type: status status: diff --git a/apis/googleplayablelocations.yaml b/apis/google-playablelocations.yaml similarity index 99% rename from apis/googleplayablelocations.yaml rename to apis/google-playablelocations.yaml index 1f192e65a5..370811d7c4 100644 --- a/apis/googleplayablelocations.yaml +++ b/apis/google-playablelocations.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://playablelocations.googleapis.com/v3:samplePlayableLocations?key={{token}}" + matchers: - type: word part: body diff --git a/apis/googleroutetotraveled.yaml b/apis/google-routetotraveled.yaml similarity index 99% rename from apis/googleroutetotraveled.yaml rename to apis/google-routetotraveled.yaml index c3f197ec99..c943449c3e 100644 --- a/apis/googleroutetotraveled.yaml +++ b/apis/google-routetotraveled.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://roads.googleapis.com/v1/snapToRoads?path=-35.27801,149.12958|-35.28032,149.12907&interpolate=true&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlespeedlimit.yaml b/apis/google-speedlimit.yaml similarity index 99% rename from apis/googlespeedlimit.yaml rename to apis/google-speedlimit.yaml index cc52b5167f..240c951616 100644 --- a/apis/googlespeedlimit.yaml +++ b/apis/google-speedlimit.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://roads.googleapis.com/v1/speedLimits?path=38.75807927603043,-9.03741754643809&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googlestaticmaps.yaml b/apis/google-staticmaps.yaml similarity index 99% rename from apis/googlestaticmaps.yaml rename to apis/google-staticmaps.yaml index 0036fb01b7..0656e26f34 100644 --- a/apis/googlestaticmaps.yaml +++ b/apis/google-staticmaps.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/staticmap?center=45%2C10&zoom=7&size=400x400&key={{token}}" + matchers: - type: status status: diff --git a/apis/googlestreetview.yaml b/apis/google-streetview.yaml similarity index 99% rename from apis/googlestreetview.yaml rename to apis/google-streetview.yaml index 449bee3291..11037b39d6 100644 --- a/apis/googlestreetview.yaml +++ b/apis/google-streetview.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/streetview?size=400x400&location=40.720032,-73.988354&fov=90&heading=235&pitch=10&key={{token}}" + matchers: - type: status status: diff --git a/apis/googletimezone.yaml b/apis/google-timezone.yaml similarity index 99% rename from apis/googletimezone.yaml rename to apis/google-timezone.yaml index ef16bc6f14..45227bc761 100644 --- a/apis/googletimezone.yaml +++ b/apis/google-timezone.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/timezone/json?location=39.6034810,-119.6822510×tamp=1331161200&key={{token}}" + matchers: - type: word part: body diff --git a/apis/googletextsearchplaces.yaml b/apis/googlet-extsearchplaces.yaml similarity index 99% rename from apis/googletextsearchplaces.yaml rename to apis/googlet-extsearchplaces.yaml index 0331c9c039..e5e6d49a7a 100644 --- a/apis/googletextsearchplaces.yaml +++ b/apis/googlet-extsearchplaces.yaml @@ -10,6 +10,7 @@ requests: - method: GET path: - "https://maps.googleapis.com/maps/api/place/textsearch/json?query=restaurants+in+Sydney&key={{token}}" + matchers: - type: word part: body diff --git a/apis/heroku.yaml b/apis/heroku.yaml index e56f5d0b84..c90ca9e09f 100644 --- a/apis/heroku.yaml +++ b/apis/heroku.yaml @@ -14,6 +14,7 @@ requests: headers: Accept: application/vnd.heroku+json; version=3 Authorization: Bearer {{token}} + matchers: - type: status status: diff --git a/apis/hubspot.yaml b/apis/hubspot.yaml index cdd9d3fdbb..7212dc3fa0 100644 --- a/apis/hubspot.yaml +++ b/apis/hubspot.yaml @@ -12,6 +12,7 @@ requests: path: - "https://api.hubapi.com/owners/v2/owners?hapikey={{token}}" - "https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey={{token}}" + matchers: - type: word part: body diff --git a/apis/instagram.yaml b/apis/instagram.yaml index 261a5f1e71..6022203c41 100644 --- a/apis/instagram.yaml +++ b/apis/instagram.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://graph.facebook.com/v8.0/me/accounts?access_token={{token}}" + matchers: - type: status status: diff --git a/apis/ipstack.yaml b/apis/ipstack.yaml index 6051b48d6e..d3ef60d523 100644 --- a/apis/ipstack.yaml +++ b/apis/ipstack.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://api.ipstack.com/8.8.8.8?access_key={{token}}" + matchers: - type: word part: body diff --git a/apis/iterable.yaml b/apis/iterable.yaml index a3ed3acc45..9b4df40127 100644 --- a/apis/iterable.yaml +++ b/apis/iterable.yaml @@ -13,6 +13,7 @@ requests: - "https://api.iterable.com/api/export/data.json?dataTypeName=emailSend&range=Today&onlyFields=List.empty" headers: Api_Key: "{{token}}" + matchers: - type: word part: body diff --git a/apis/jumpcloud.yaml b/apis/jumpcloud.yaml index 2fcb42f44b..2f061c8e5a 100644 --- a/apis/jumpcloud.yaml +++ b/apis/jumpcloud.yaml @@ -13,6 +13,7 @@ requests: - "https://console.jumpcloud.com/api/systems" headers: X-Api-Key: "{{token}}" + matchers: - type: word part: body diff --git a/apis/lokalise.yaml b/apis/lokalise.yaml index c99f3e53d4..e13f8ac382 100644 --- a/apis/lokalise.yaml +++ b/apis/lokalise.yaml @@ -13,6 +13,7 @@ requests: - "https://api.lokalise.com/api2/projects/" headers: X-Api-Token: "{{token}}" + matchers: - type: status status: diff --git a/apis/loqate.yaml b/apis/loqate.yaml index a2497f8487..3ce25928dd 100644 --- a/apis/loqate.yaml +++ b/apis/loqate.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "api.addressy.com/Capture/Interactive/Find/v1.00/json3.ws?Key={{token}}&Countries=US,CA&Language=en&Limit=5&Text=BHAR" + matchers: - type: word part: body diff --git a/apis/mailchimp.yaml b/apis/mailchimp.yaml index e308a4ee35..64443cccdb 100644 --- a/apis/mailchimp.yaml +++ b/apis/mailchimp.yaml @@ -13,6 +13,7 @@ network: read: 1024 host: - "tls://smtp.mandrillapp.com:465" + matchers: - type: word words: diff --git a/apis/mailgun.yaml b/apis/mailgun.yaml index 6e01dfc5b4..4a14c40124 100644 --- a/apis/mailgun.yaml +++ b/apis/mailgun.yaml @@ -13,6 +13,7 @@ requests: - "https://api.mailgun.net/v3/domains" headers: Authorization: Basic {{base64('api:' + token)}} + matchers: - type: status status: diff --git a/apis/mapbox.yaml b/apis/mapbox.yaml index 0d5536d218..13ba4c7ff2 100644 --- a/apis/mapbox.yaml +++ b/apis/mapbox.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://api.mapbox.com/geocoding/v5/mapbox.places/Los%20Angeles.json?access_token={{token}}" + matchers: - type: status status: diff --git a/apis/nerdgraph.yaml b/apis/nerdgraph.yaml index b9b5faa71b..04d4d1b4a3 100644 --- a/apis/nerdgraph.yaml +++ b/apis/nerdgraph.yaml @@ -15,6 +15,7 @@ requests: Content-Type: application/json API-Key: "{{token}}" body: "{ \"query\": \"{ requestContext { userId apiKey }}\" }" + matchers: - type: word part: body diff --git a/apis/npm.yaml b/apis/npm.yaml index ac572f64cd..b7ca0cb98f 100644 --- a/apis/npm.yaml +++ b/apis/npm.yaml @@ -13,6 +13,7 @@ requests: - "https://registry.npmjs.org/-/whoami" headers: Authorization: Bearer {{token}} + matchers: - type: status status: diff --git a/apis/openweather.yaml b/apis/openweather.yaml index b016c21ba4..5ace495d7e 100644 --- a/apis/openweather.yaml +++ b/apis/openweather.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://api.openweathermap.org/data/2.5/weather?q=Chicago&appid={{token}}" + matchers: - type: status status: diff --git a/apis/pagerduty.yaml b/apis/pagerduty.yaml index 7e52dae038..b572ed19bc 100644 --- a/apis/pagerduty.yaml +++ b/apis/pagerduty.yaml @@ -14,6 +14,7 @@ requests: headers: Accept: application/vnd.pagerduty+json;version=2 Authorization: Token token={{token}} + matchers: - type: status status: diff --git a/apis/pendo.yaml b/apis/pendo.yaml index b83bb829a7..696696b01d 100644 --- a/apis/pendo.yaml +++ b/apis/pendo.yaml @@ -15,6 +15,7 @@ requests: headers: Content-Type: application/json X-Pendo-Integration-Key: "{{token}}" + matchers: - type: status status: diff --git a/apis/pivotaltracker.yaml b/apis/pivotaltracker.yaml index 8b2a5d1248..5f8ce314f1 100644 --- a/apis/pivotaltracker.yaml +++ b/apis/pivotaltracker.yaml @@ -13,6 +13,7 @@ requests: - "https://www.pivotaltracker.com/services/v5/me" headers: X-TrackerToken: "{{token}}" + matchers: - type: word part: body diff --git a/apis/postmark.yaml b/apis/postmark.yaml index 83ec2ba01c..a061bf63ae 100644 --- a/apis/postmark.yaml +++ b/apis/postmark.yaml @@ -14,6 +14,7 @@ requests: headers: Accept: application/json X-Postmark-Server-Token: "{{token}}" + matchers: - type: status status: diff --git a/apis/sendgrid.yaml b/apis/sendgrid.yaml index 7cc882a115..fa881c48f0 100644 --- a/apis/sendgrid.yaml +++ b/apis/sendgrid.yaml @@ -15,6 +15,7 @@ network: read: 1024 host: - "tls://smtp.sendgrid.net:465" + matchers: - type: word words: diff --git a/apis/slack.yaml b/apis/slack.yaml index cbca7469e2..01b6937ce4 100644 --- a/apis/slack.yaml +++ b/apis/slack.yaml @@ -13,6 +13,7 @@ requests: - "https://slack.com/api/auth.test" headers: Authorization: Bearer {{token}} + matchers: - type: word part: body diff --git a/apis/sonarcloud.yaml b/apis/sonarcloud.yaml index dd7f5ba4f5..61a68b1850 100644 --- a/apis/sonarcloud.yaml +++ b/apis/sonarcloud.yaml @@ -13,6 +13,7 @@ requests: - "https://sonarcloud.io/api/authentication/validate" headers: Authorization: Basic {{base64(token + ':')}} + matchers: - type: word part: body diff --git a/apis/spotify.yaml b/apis/spotify.yaml index 59cdc47c24..3f6cb05a27 100644 --- a/apis/spotify.yaml +++ b/apis/spotify.yaml @@ -13,6 +13,7 @@ requests: - "https://api.spotify.com/v1/me" headers: Authorization: Bearer {{token}} + matchers: - type: status status: diff --git a/apis/square.yaml b/apis/square.yaml index 1c60bf47ec..93fe826fad 100644 --- a/apis/square.yaml +++ b/apis/square.yaml @@ -15,6 +15,7 @@ requests: headers: Content-Type: application/json Authorization: Bearer {{token}} + matchers: - type: word part: body diff --git a/apis/stripe.yaml b/apis/stripe.yaml index c9a3d40ecc..f33b6d1a0b 100644 --- a/apis/stripe.yaml +++ b/apis/stripe.yaml @@ -13,6 +13,7 @@ requests: - "https://api.stripe.com/v1/charges" headers: Authorization: Basic {{base64(token + ':')}} + matchers: - type: status status: diff --git a/apis/tinypng.yaml b/apis/tinypng.yaml index c06163e7f6..9755bbe6b1 100644 --- a/apis/tinypng.yaml +++ b/apis/tinypng.yaml @@ -13,6 +13,7 @@ requests: - "https://api.tinify.com/shrink" headers: Authorization: Basic {{base64('api:' + token)}} + matchers: - type: word part: header diff --git a/apis/travisci.yaml b/apis/travisci.yaml index 7b7390b58d..c41d77e4a1 100644 --- a/apis/travisci.yaml +++ b/apis/travisci.yaml @@ -14,6 +14,7 @@ requests: headers: Travis-API-Version: 3 Authorization: token {{token}} + matchers: - type: status status: diff --git a/apis/twitter.yaml b/apis/twitter.yaml index 238ce5cced..01bc85009f 100644 --- a/apis/twitter.yaml +++ b/apis/twitter.yaml @@ -13,6 +13,7 @@ requests: - "https://api.twitter.com/1.1/account_activity/all/subscriptions/count.json" headers: Authorization: Bearer {{token}} + matchers: - type: word part: body diff --git a/apis/visualstudio.yaml b/apis/visualstudio.yaml index b53d16d475..93df5620a3 100644 --- a/apis/visualstudio.yaml +++ b/apis/visualstudio.yaml @@ -14,6 +14,7 @@ requests: headers: Content-Type: application/json X-Api-Token: "{{token}}" + matchers: - type: word part: body diff --git a/apis/wakatime.yaml b/apis/wakatime.yaml index d3682c3708..8dee8ffbe4 100644 --- a/apis/wakatime.yaml +++ b/apis/wakatime.yaml @@ -11,6 +11,7 @@ requests: - method: GET path: - "https://wakatime.com/api/v1/users/current/projects/?api_key={{token}}" + matchers: - type: status status: diff --git a/apis/weglot.yaml b/apis/weglot.yaml index 14d5926d4c..e42fd12eb0 100644 --- a/apis/weglot.yaml +++ b/apis/weglot.yaml @@ -14,6 +14,7 @@ requests: headers: Content-Type: application/json body: "{\"l_from\":\"en\",\"l_to\":\"fr\",\"request_url\":\"https://www.website.com/\",\"words\":[{\"w\":\"This is a blue car\",\"t\":1},{\"w\":\"This is a black car\",\"t\":1}]}" + matchers: - type: word part: body diff --git a/apis/youtube.yaml b/apis/youtube.yaml index e348402b76..1f7ed899ff 100644 --- a/apis/youtube.yaml +++ b/apis/youtube.yaml @@ -12,6 +12,7 @@ requests: path: - "https://www.googleapis.com/youtube/v3/activities?part=contentDetails&maxResults=25&channelId=UC-lHJZR3Gqxm24_Vd_AJ5Yw&key={{token}}" matchers-condition: or + matchers: - type: word part: body