You've already forked go-firefly3
							
							Bump version
This commit is contained in:
		| @@ -390,7 +390,7 @@ func (c *APIClient) decode(v interface{}, b []byte, contentType string) (err err | ||||
| 			return err | ||||
| 		} | ||||
| 		return nil | ||||
| 	} else if strings.Contains(contentType, "application/json") { | ||||
| 	} else if strings.Contains(contentType, "application/json") || strings.Contains(contentType, "application/vnd.api+json") { | ||||
| 		if err = json.Unmarshal(b, v); err != nil { | ||||
| 			return err | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user