Skip to content

ghclass 0.3.0

Latest
Compare
Choose a tag to compare
@rundel rundel released this 28 Mar 19:01
· 7 commits to main since this release
  • Added support for basig GitHub Pages API endpoints - see pages_enabled(), pages_status(), pages_create(), and pages_delete().

  • Added support for retrieving details for GitHub Action artifacts via action_artifacts()

  • Added support for downloading GitHub Action artifacts via action_artifact_download()

  • Added support for deleting GitHub Action artifacts via action_artifact_delete()

  • Added additional parameters to org_repos() to control which repos are returns and in what order, see function docs.

  • Reworked action_runs() to work with multiple repositories and included new filtering options. This makes action_status() redundant and as such it has been deprecated.

  • Added action_runtime() which supplements the results of action_runs() with the duration for each action run.

  • Added github_token_scopes() which returns a vector of granted scopes for the given PAT.

  • Added github_rate_limit() & github_graphql_rate_limit() for checking current rate limit status.

  • Added add_badges argument to org_create_assignment()

  • Added support for GitHub's versioned REST API

  • Increased the default value of github_set_api_limit() to 10,000.

  • Any rest API request will now report if the request limit is reached via a warning.