A function which allows you to easily download releases from GitHub repositories using the GitHub REST API v3
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Download from a GitHub repository using:
downloadGitHubRelease ( '<username>/<repo>', '<version ID or latest>');
If you wish to automatically install the MATLAB toolbox which you download, specify: 'install', true:
downloadGitHubRelease ( '<username>/<repo>', '<version ID or latest>, 'install', true )
If your respsitory is private, you must provide a personal access token (PAT) https://github.com/settings/tokens and pass it into the function using: 'token', '<PAT>':
downloadGitHubRelease ( '<username>/<repo>', '<version ID or latest>, 'token', '<your PAT is 30 random characters from GitHub>', 'install', true )
Citation pour cette source
Harley Day (2026). downloadGitHubRelease (https://github.com/harleyday/downloadGitHubRelease), GitHub. Extrait(e) le .
Informations générales
- Version 1.0.1 (10,3 ko)
-
Afficher la licence sur GitHub
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.1 | Linked to the GitHub repository where this project is stored. |
||
| 1.0 | See release notes for this release on GitHub: https://github.com/harleyday/downloadGitHubRelease/releases/tag/v1.0 |
|
