davist1025 / Portfolio

A collection of projects with the goal of learning something new.
0 stars 0 forks source link

[GithubAPI] Requirements + the future of the project #2

Open davist1025 opened 7 months ago

davist1025 commented 7 months ago

For my purpose, GithubAPI will fulfill the need to quickly lookup information on any user or repository w/o the need for a GUI.

Requirements

davist1025 commented 7 months ago

The bare basics for searching for an array of Users has been implemented; searchuser [part] queries GIthub's /search/users?q=[part] and returns an array of users.

As of 2/24, no other implementation for these returned users exists.