frank icon indicating copy to clipboard operation
frank copied to clipboard

Frank is a REST API automated testing tool like Postman but in command line. Auto generate markdown API document.

Results 4 frank issues
Sort by recently updated
recently updated
newest added

#### Describe actual behavior #### What is your expected behavior #### Specifications like the version of the project, operating system, or hardware #### Steps to reproduce the problem 0. 1....

go get fails: $ go get github.com/txthinking/frank # github.com/txthinking/frank go/src/github.com/txthinking/frank/request.go:322:15: undefined: x.MultipartFormDataFromFile `MultipartFormDataFromFile` ist missing because http.go is removed in https://github.com/txthinking/x/commit/8956479d309307bcd91c2ec89370118aef61abf7

#### Describe actual behavior `json` in request score can't be set as array. #### What is your expected behavior `json` in request score can be set as array. #### Specifications...