in phid.go [51:61]
func (c *Conn) PHIDQuerySingle(phid string) (*entities.PHIDResult, error) { resp, err := c.PHIDQuery(requests.PHIDQueryRequest{ PHIDs: []string{phid}, }) if err != nil { return nil, err } return resp[phid], nil }