func()

in vidispine/VSRequestor.go [126:128]


func (r *VSRequestor) Get(subpath string, contentType string) (io.ReadCloser, error) {
	return r.Do("GET", subpath, contentType, "", nil)
}