Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz authored Feb 29, 2024
1 parent 2935ee8 commit 6b2b614
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ var_dump($dados);
die;
```


## DDDBrasil
API para obter dados de todos os DDD's do Brasil, autorizados pela Anatel

Expand Down Expand Up @@ -278,7 +277,7 @@ API para obter dados de todos os Feriados nacionais, estadual, municipal e facul
require_once('vendor/autoload.php');
use ApiBrasil\Service;

$fipe = Service::HoliDays("feriados", [
$feriados = Service::HoliDays("feriados", [
"Bearer" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.....",
"DeviceToken" => "d019580b-3c8c-40e3-b9a0....",
"body" => [
Expand All @@ -288,11 +287,9 @@ $fipe = Service::HoliDays("feriados", [
]
]);

var_dump($fipe);
var_dump($feriados);
die;
```


## VehiclesService
API para obter dados da Tabela Fipe através da placa

Expand Down

0 comments on commit 6b2b614

Please sign in to comment.