module GitHub

Overview

GitHub is an easy-to-use module to fetch repositories.

Defined in:

github-repos.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.fetch_repos(username : String, titles : Array(String)) : Array(Repo) #

Returns the repositories with the given titles from the user with the given username.


[View source]