Full explanatory article on my site.
A Pen by Dudley Storey on CodePen.
| tibble::tibble() | |
| tribunais <- forosCNJ::da_tribunal |> | |
| dplyr::filter(id_justica == 8) |> | |
| dplyr::pull(sigla) |> | |
| tolower() | |
| endpoints <- glue::glue( | |
| "https://api-publica.datajud.cnj.jus.br/api_publica_{tribunais}/_search" | |
| ) |