github-0.30: Access to the GitHub API, v3.
Safe HaskellNone
LanguageHaskell2010

GitHub.Endpoints.Repos.Contents

Description

The Github Repo Contents API, as documented at https://developer.github.com/v3/repos/contents/

Synopsis

Querying contents

contentsForR Source #

Arguments

:: forall (k :: RW). Name Owner 
-> Name Repo 
-> Text

file or directory

-> Maybe Text

Git commit

-> Request k Content 

readmeForR :: forall (k :: RW). Name Owner -> Name Repo -> Request k Content Source #

archiveForR Source #

Arguments

:: forall (rw :: RW). Name Owner 
-> Name Repo 
-> ArchiveFormat

The type of archive to retrieve

-> Maybe Text

Git commit

-> GenRequest ('MtRedirect :: MediaType Type) rw URI 

Create

Update

Delete