Description
Get information about a particular repositoryGET /repos/:owner/:repository/releases
Usage
GitHub::get_download_info( $repository );Parameters
- $repository
- ( mixed ) optional default: oik –
Returns
voidSource
File name: oik-batch/includes/class-github.phpLines:
1 to 8 of 8
function get_download_info( $repository="oik" ) { $this->repository( $repository ); $request_url = $this->api( "tags" ); $response = bw_remote_get( $request_url ); //, null ); bw_trace2( $response ); $this->response( $response ); }View on GitHub
Called by
Invoked by
Calls
1 to 4 of 4
