Skip to main content

Repository ranking by prs

Rank the GitHub repositories in the specified collection according to the number of pull requests.

Path Parameters
    collection_id number required

    The ID of collection

Query Parameters
    period string

    Possible values: [past_28_days, past_month]

    Default value: past_28_days

    The period of the range.

Responses

Default Response


Schema
    type string required

    Possible values: [sql_endpoint]

    The type of the endpoint.

    data object required
    columns object[] required
  • Array [
  • col string required

    The name of the column in the query result.

    data_type string required

    Possible values: [CHAR, BIGINT, DECIMAL, INT, UNSIGNED BIGINT, TINYINT, TIMESTAMP, TEXT, VARCHAR, DATETIME, DOUBLE, FLOAT, DATE, TIME, YEAR, MEDIUMINT, SMALLINT, BIT, BINARY, VARBINARY, JSON, ENUM, SET, TINYTEXT, MEDIUMTEXT, LONGTEXT, TINYBLOB, MEDIUMBLOB, BLOB, LONGBLOB]

    The data type of the column.

    nullable boolean required

    Whether the column is nullable.

  • ]
  • rows object[] required
  • Array [
  • repo_id string

    The repository ID

    repo_name string

    The repository name

    current_period_growth string

    prs growth in the current period (past 28 days / current month)

    past_period_growth string

    prs growth in the past period (The 28 days before the past 28 days / past month)

    growth_pop string

    The period-over-period growth of prs

    rank_pop string

    The period-over-period rank changes of prs

    total string

    The current total prs of repository

  • ]
  • result object required
    code number

    The code of the response.

    message string

    The message of the response.

    start_ms number

    The start time of the query in milliseconds.

    end_ms number

    The end time of the query in milliseconds.

    latency string

    The latency of the query.

    row_count number

    The number of rows in the query result.

    row_affect number

    The number of rows affected by the query.

    limit number

    The maximum number of rows in the query result.

    databases string[]

    The databases used in the query.

    property name* any
Loading...