From bb56cc45b718e8a36ded2b280b6b200398a509b2 Mon Sep 17 00:00:00 2001 From: Ryan Wilcox Date: Tue, 9 Jun 2020 21:21:34 -0400 Subject: [PATCH] add build badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c64f70a..ae8bf73 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,9 @@ The main functions of the `postal_clirk` library are as follows: * `findRequest(parseCollectionResult, requestPath)` <-- find the requested request object in the collection * `callRequest(theFoundRequest, objectWhereTheKeysAreThePostmanVariablesAndValuesAreWhatToSetItTo)` <-- executes the Postman request * `postmanRequestToAxiosRequest`<-- returns you an object you can give to axios. For example, if you want to add something to the axios config, like proxy configuration, get the request via this method and call `axios(theResult)` yourself. + +Badges +================================ + +![build status]( +https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiM2hYSE1RZ3BWMVpiUC80aXR1V0lGUUpvYmhtc3ZUY2tjS3VTY2JCV3NDRzRNL09iMzZlaEwvVm14Q2dLSGlJNDR4MHMxL2s4MmoxMSswWjY0R3dPMmU0PSIsIml2UGFyYW1ldGVyU3BlYyI6IllkZ1ltajJIWTQwWk9BRW8iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) \ No newline at end of file