Skip to content

docs: Fix README config section key mismatch and add full configuration example #17

Description

@teesofttech

Problem

The README shows "Tableau" as the configuration section key:

{
  "Tableau": {
    "ServerUrl": "https://your-tableau-server",
    ...
  }
}

But the code in IServiceCollectionExtensions.AddTableauSharp() binds to "TableauOptions" and "TableauAuthOptions" — two separate sections.

The README also omits the TableauOptions section entirely and uses a non-existent field name (ServerUrl instead of Server).

Fix

Update README to show the correct two-section appsettings.json structure matching what the code actually reads, including all fields with descriptions.

Affected File

README.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions