Skip to content

Standardise API calls #44

Closed
Closed
@jpomfret

Description

@jpomfret

We should standardise how the APIs are called from each function.

Some use a wrapper function

        $Datamarts = Invoke-FabricAPIRequest `
            -BaseURI $apiEndpointURI `
            -Headers $FabricConfig.FabricHeaders `
            -Method Get

Some just call Invoke-RestMethod directly

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions