Versions in this module Expand all Collapse all v1 v1.0.0 Sep 19, 2021 Changes in this version + func ContainsExpectedStrings(testStrings ...string) bool + func SimpleDelete(uri string) error + func SimpleGet(uri string) (string, error) + func SimplePatch(uri string, jsonBytes []byte) error + func SimplePost(uri string, jsonBytes []byte) (string, error) + func SimplePut(uri string, jsonBytes []byte) error