Skip to content

harveytoro/githubAPI--deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

GITHUB API

I use the Github API quite a lot so am going to start posting some of my code in this repository.

Files

  • GithubMiniClass: is the class I use to on my blog.

Example Usage Usage:

require 'githubminiclass.php';



$obj = new github();
$username = 'harveytoro';
$path = '1WelcomePost.html';
$repo_name = 'myblog';

$content = $obj->get\_file\_content($username, $repo_name, $path);
echo $content;

$content = $obj->get_file_content($username, $repo_name, $path);

echo $content;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages