Skip to content

define UX for return values - should we return the raw response or a parsed/human readable response? For now, I am simply printing to stdout #275

@github-actions

Description

@github-actions

// DISCUSS(#310): define UX for return values - should we return the raw response or a parsed/human readable response? For now, I am simply printing to stdout
fmt.Printf("HTTP status code: %d\n", resp.StatusCode())
fmt.Println(string(resp.Body))
return nil
},


This issue was generated by todo-issue based on a DISCUSS comment in d552ec6.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions