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

## version: 1.30
## 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)

Try the stevedore package in your browser

Any scripts or data that you put into this service are public.

stevedore documentation built on July 26, 2023, 5:35 p.m.