Skip to content

Commit

Permalink
GitBook: [master] 3 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Dec 9, 2019
1 parent 5e27281 commit 5898669
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ description: "\U0001F30E Yunus Emre AK ~ YEmreAk'ın (@yedhrab) bilgi dünyasın
* [💖 Katkıda Bulunma Rehberi](contributing.md) alanından projeye katkıda bulunabilirsin
* Tüm emojiler [🚀 YEmoji](https://emoji.yemreak.com/) sözlüğüne uygun olarak seçilmektedir
* Konuları öğrenmek için ideal yolları araştırdığımız [👨‍🏫 YLearn](https://learn.yemreak.com/) projesine bakmanda fayda var.
* [‍🔍 **Arama butonunu**](https://wiki.yemreak.com/?q=) ****kullanmayı ihmal etmemen gerektiğini tekrardan hatırlatayım 🤭
* [‍🔍 **Arama butonunu**](https://wiki.yemreak.com/?q=) _\*\*_kullanmayı ihmal etmemen gerektiğini tekrardan hatırlatayım 🤭

{% hint style="success" %}
Her sayfanın en altında bulunan memnuniyet anketi ile ✨ gelişime ortak olabilirsin.
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Expand Up @@ -93,6 +93,7 @@
* [🔰 GitHub Giriş](proje-yonetimi/github/giris.md)
* [👨‍💼 GitHub ile Proje Yönetimi](proje-yonetimi/github/proje-yonetimi.md)
* [🌍 GitHub Web](proje-yonetimi/github/web.md)
* [💫 GitHub API](proje-yonetimi/github/github-api.md)
* [🎲 Diğer GitHub Notları](proje-yonetimi/github/diger.md)
* [📖 GitBook](proje-yonetimi/gitbook/README.md)
* [🌟 GitBook Farklılıkları](proje-yonetimi/gitbook/farkliliklar.md)
Expand Down
22 changes: 22 additions & 0 deletions proje-yonetimi/github/github-api.md
@@ -0,0 +1,22 @@
---
description: GitHub API ile repoların bilgilerine erişme
---

# 💫 GitHub API

## 🔰 GitHub API Hakkında

* 💰 Ücretsizdir ve API key gerektirmez
* 👮‍♂️ Aynı IP üzerindeki isteklerin belirli limitleri vardır

## ⭐ Release Bilgilerine Erişme

* 🏗️ `https://api.github.com/repos/username/projectName/releases/latest` URL yapısı ile erişilir
* 🔗 [`https://api.github.com/repos/yedhrab/YHotkeys/releases/latest`](https://api.github.com/repos/yedhrab/YHotkeys/releases/latest)
* 📜 JSON içerisindeki `assets_url` release dosyalarının URL'lerinin bilgisini verir
* 📂 Proje **assets** dosyalarına direkt erişmek için `/owner/name/releases/latest/download/asset-name.zip` yapısı kullanılır
* 👀 Detaylar için [Linking to Releases](https://help.github.com/en/github/administering-a-repository/linking-to-releases) alanına bakabilirsin
* 👁️ [Is there a link to GitHub for downloading a file in the latest release of a repository?](https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downloading-a-file-in-the-latest-release-of-a-repo)



0 comments on commit 5898669

Please sign in to comment.