yangtaeyoung/API Check during CI/CD

Check the API during CI/CD to ensure it is working as expected

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
max_retriesThe maximum number of retriesyes100
retry_delayThe delay between retries (milliseconds)no1000
urlThe URL of the APIyeshttps://www.google.com
methodThe HTTP method to useyesGET
request_headersThe headers to include in the request (format: "key1=value1,key2=value")no""
request_bodyThe body to include in the request (example: {"key1":"value1","key2":"value"})no""
expected_pass_countThe number of times the API should passno1
expected_statusThe expected HTTP status codeyes200
expected_headersThe expected headers in the response (format: "key1=value1,key2=value")no""
expected_bodyThe expected body in the response (format: JSON)no""
timeoutThe maximum time to wait for the request to complete (milliseconds)no3000

no outputs