tests/testthat/sample_responses/v1.37/image_search.R

## version: 1.37
## method: get
## path: /images/search
## code: 200
## response: [{"description":"","is_official":false,"is_automated":false,"name":"wma55/u1210sshd","star_count":0},{"description":"","is_official":false,"is_automated":false,"name":"jdswinbank/sshd","star_count":0},{"description":"","is_official":false,"is_automated":false,"name":"vgauthier/sshd","star_count":0}]
data.frame(
  description = "",
  is_official = FALSE,
  is_automated = FALSE,
  name = c("wma55/u1210sshd", "jdswinbank/sshd", "vgauthier/sshd"),
  star_count = 0,
  stringsAsFactors = FALSE)
richfitz/stevedore documentation built on July 22, 2023, 1:13 p.m.