Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The repository contains a basic Github client for its REST API.

Requirements

  • Ruby 3.1
  • Access to at least one Github repository
  • Please create a personal access token for your personal account so that the Github API requests work. The repository is public, so any token will work.

Instructions

It needs to be run at the command line like this

TOKEN=github_pat_xxx ruby process.rb <repository URL, like https://api.github.com/repos/user_or_organization/repo>

The code implements only one method in the API - issues. It outputs up to 50 issues in the provided repository. It lets you set whether the issues returned are open or closed, and then displays them in decreasing order of date as follows:

  1. If you selected open issues, the date used is the issue's created date.
  2. Else, it's the issues' closed date.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages