Skip to content

Commit

Permalink
Feat: inclui stf no mni
Browse files Browse the repository at this point in the history
  • Loading branch information
jjesusfilho authored Oct 10, 2024
1 parent 13de085 commit 06a1b25
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions R/mni_consultar_processo.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@ mni_consultar_processo <- function(tribunal = "tjsp",

processo <- stringr::str_remove_all(processo,"\\D")

url <-"http://esaj.tjsp.jus.br/mniws/servico-intercomunicacao-2.2.2/intercomunicacao?wsdl"
if (toupper(tribunal) = "STF"){
url <-"https://wst.stf.jus.br/servico-intercomunicacao-2.2.2/intercomunicacao?wsdl"
} else if (toupper(tribunal) == "TJSP"){

url <- "http://esaj.tjsp.jus.br/mniws/servico-intercomunicacao-2.2.2/intercomunicacao?wsdl"

}


purrr::walk(processo, purrr::possibly(~{


## A op\u00E7\u00E3o por documentos n\u00E3o convive com cabe\u00E7alho e movimentos.

corpo <- criar_corpo(
Expand Down

0 comments on commit 06a1b25

Please sign in to comment.