Closed yanyongyu closed 1 week ago
some optional query params may come before required params. this will cause syntax error.
such as:
def get_time_stats( self, org: str, min_timestamp: str, max_timestamp: Missing[str] = UNSET, timestamp_increment: str, *, headers: Optional[dict[str, str]] = None, ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]: """See also: https://docs.github.com/rest/orgs/api-insights#get-time-stats"""
some optional query params may come before required params. this will cause syntax error.
such as: