Cmdlets for GitHub

Build 25.0.9434

MaxPointsPerCall Parameter (Connect-GitHub Cmdlet)

Specifies a target limit on the complexity cost of API calls made by the driver.

Syntax

Connect-GitHub -MaxPointsPerCall string

Data Type

cstr

Default Value

"50"

Remarks

The cmdlet translates your SQL queries to GitHub API calls. The GitHub API assigns a certain number of complexity points to all API calls. It limits the number of complex points worth of calls you can request under various circumstances. The cmdlet ensures that all API calls executed consume at or below the number of complexity points set in this connection property, where possible.

The total points used per hour determine your rate limit. Generally, users have a limit of 5,000 points per hour on the GitHub platform.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434