package
1.0.0
Repository: https://github.com/suared/core.git
Documentation: pkg.go.dev

# Functions

ContainsExpectedStrings - expects the first half of the strings to contain the expected strings and the second half to be those that are being compared against.
SimpleDelete - Tests an endpoint and returns an error if unsuccessful.
SimpleGet -Returns the body of an http get request with error if appropriate.
SimplePatch - Tests an endpoint and returns an error if unsuccessful.
SimplePost - Returns the resource URI of a newly created resource per the location header.
SimplePut - Tests an endpoint and returns an error if unsuccessful.