Skip to content

stevefrost/gitsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#A simple, easy to use GitHub V3 API package built for Laravel

Method List Legend

  1. Implemented API method
  2. To be implemented

Users

  • Get a single user
  • Get the authenticated user
  • Update the authenticated user

Emails

  • List email addresses for a user
  • Add email address(es)
  • Delete email address(es)

Followers

  • List followers of a user
  • List users the authenticated user is following
  • Check if you are following a user
  • Follow a user
  • Unfollow a user

Keys

  • List public keys for a user
  • Get a single public key
  • Create a public key
  • Update a public key
  • Delete a public key

Repos

  • List the authenticated user's repositories
  • List a user's repositories
  • List organization repositories
  • Create user repository
  • Create organization repository
  • Get a user's repository
  • Update repository
  • List contributors
  • List languages
  • List teams
  • List tags
  • List branches

Git Data

Blobs

  • Get a blob
  • Create a blob

Trees

  • Get a tree
  • Get a tree recursively
  • Create a tree

About

A github api package for Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages