Skip to content

Commit

Permalink
added config instructions to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jong authored and Jong committed Nov 15, 2023
1 parent 0b55d63 commit 5fc17c3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,24 @@ Developer TODO: If your tap requires special access on the source system, or any

### Executing the Tap Directly

Create your config file and input your credentials.
Example below

```
{
"username": "USERNAME", your store username
"password": "PASSWORD", your store password
"store_name": "YOUR SUBDOMAIN", https://THISVALUEHERE.restaurant365.com,
"start_date": "2021-10-01T00:00:00Z" DATE TO START SYNC
}
```


```bash
tap-restaurant365 --version
tap-restaurant365 --help
tap-restaurant365 --config CONFIG --discover > ./catalog.json

singer-discover --input CATALOG --output OUTPUT-CATALOG
tap-restaurant365 --config CONFIG --catalog CATALOG > data.txt
```

Expand Down

0 comments on commit 5fc17c3

Please sign in to comment.