singer-io / tap-marketo

GNU Affero General Public License v3.0
9 stars 17 forks source link

Remove possibly unused reference to "identity" in configuration from README #77

Open wizhi opened 3 years ago

wizhi commented 3 years ago

The README mentions the need for a identity field in the configuration, but this seemingly isn't used anywhere. I'd do a PR for it, but I'm uncertain whether this is intentional or not.

{"endpoint": "your-endpoint",
 "identity": "your-identity",
 "client_id": "your-client_id",
 "client_secret": "your-client-secret"}