nitrado/nitrado.go
Method Client.NewRequest
has 5 return statements (exceeds 4 allowed). Wontfix
Wontfix
func (c *Client) NewRequest(method, urlStr string, body interface{}) (*http.Request, error) {
if !strings.HasSuffix(c.BaseURI.Path, "/") {
return nil, fmt.Errorf("BaseURI must have a trailing slash, but %q does not", c.BaseURI)
}
u, err := c.BaseURI.Parse(urlStr)
- Create a ticketCreate a ticket