Require Feature

  1. Top Programing Language
    1. เลือกแนวทางการนำเสนอได้
  2. Top Repository
    1. ต้อง define เองว่า top มาจากอะไร
  3. Top Trending Repository
    1. มี filter Today, Week, Month
    2. ต้อง define ว่า
      1. อะไรกำหนดเป็น trend
      2. query github api ยังไง
      3. handle date filterling ยังไง
  4. Repo search
    1. search ชื่อ user → แสดง repo
    2. search ชื่อ organize → แสดง repo
    3. search ชื่อ repo → แสดง repo
    4. search ชื่อ full repo ( owner/reponame ) → แสดง Detail

Github API

Limit

Search

API Limit

Rate limit check

How to Check Your StatusYou can check your remaining quota by calling the Rate Limit endpoint or by inspecting the HTTP headers in any API response: [1, 2] • x-ratelimit-limit: Your total hourly limit. • x-ratelimit-remaining: Requests left in the current window. • x-ratelimit-reset: The time (in UTC Epoch seconds) when your limit resets

<aside> 💡

เราใช้ page_limit เพื่อโหลดต่อครั้ง คู่ page เพื่อ track ได้ว่ารายการไหนเราเปิดไปแล้ว

</aside>

Search

search = https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories