Fetch Jobsuche employer logo
Value
A one-row tibble with:
- hash_id
Requested logo hash id (character).
- logo
Raw logo bytes (list-column with raw vector).
Details
Returns the raw logo bytes for a given employer hash id. Use this together
with listings returned by jobsuche_search() or jobsuche_search_app().
See https://jobsuche.api.bund.dev for API documentation.
See also
jobsuche_search() for listings and bunddev_auth_set() for auth setup.
Other Jobsuche:
jobsuche_search(),
jobsuche_search_app()
Examples
if (FALSE) { # \dontrun{
Sys.setenv(JOBBOERSE_API_KEY = "jobboerse-jobsuche")
bunddev_auth_set("jobsuche", type = "api_key", env_var = "JOBBOERSE_API_KEY")
logo <- jobsuche_logo("abc123")
} # }