Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Nov 28, 2024
1 parent 8f6c3af commit 079f4d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,17 @@ curl https://nomedocliente.getname.noharm.ai/patient-name/12345

Com auth:

Gerar o token:

```
cd app
python test_token.py
```

Acionar o endpoint usando o token gerado:

```
curl -H "Authorization: Bearer token" https://nomedocliente.getname.noharm.ai/patient-name/12345
curl -H "Authorization: Bearer [token]" https://nomedocliente.getname.noharm.ai/patient-name/12345
```

### 1.2. Test Multiple
Expand Down
File renamed without changes.

0 comments on commit 079f4d7

Please sign in to comment.