Skip to content

Commit

Permalink
feat: adicionado link do tutorial via Youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
bgastaldi committed Sep 10, 2021
1 parent 265ba7b commit f204320
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ $adapter->insert('mensagem', ['session' => 'MySessionName', 'content' => 'MyCont
#Update
$adapter->update('mensagem', ['content' => 'MyContent_Edit'], ['id' => 1]);

#Update
#Delete
$adapter->delete('mensagem', ['id' => 1]);

#Truncate Table
Expand Down Expand Up @@ -367,6 +367,10 @@ Veja [aqui](https://github.com/wppconnect-team/wppconnect-server/blob/main/src/r
- killServiceWorkier([:session,:token]);
- restartService([:session,:token]);

## Tutórial de Uso com Docker

Acesse o tutorial de como utilizar o PHP Client com Docker no nosso Canal do Youtube: https://www.youtube.com/watch?v=o_TBIyxFbNI

## Postman

Acesse o [Postman Collection do WPPConnect](https://documenter.getpostman.com/view/9139457/TzshF4jQ) com todos os endpoints.

0 comments on commit f204320

Please sign in to comment.