| 56 | resp := heyJSON(t, "box", "imbox") |
| 57 | |
| 58 | type Posting struct { |
| 59 | ID int `json:"id"` |
| 60 | AppURL string `json:"app_url"` |
| 61 | Summary string `json:"summary"` |
| 62 | } |
| 63 | type BoxResponse struct { |
| 64 | Name string `json:"name"` |
| 65 | Kind string `json:"kind"` |
nothing calls this directly
no outgoing calls
no test coverage detected