Skip to content

Instantly share code, notes, and snippets.

@BatuhanK
Last active August 29, 2015 14:03
Show Gist options
  • Save BatuhanK/71e048d1007d58fa7de0 to your computer and use it in GitHub Desktop.
Save BatuhanK/71e048d1007d58fa7de0 to your computer and use it in GitHub Desktop.
Milliyet - Private Endpoints
Son haberler ( Anasayfa listemelesi şeklinde )
=======================================
GET http://mw.milliyet.com.tr/ashx/Milliyet.ashx?aType=MobileAPI_HomePageV2
Kategoriye göre haberler
=======================================
GET http://mw.milliyet.com.tr/ashx/Milliyet.ashx?aType=MobileAPI_NewsByCategoryV2&CategoryID=11&PageIndex=0
Url parametleri
--------------
CategoryID = Haber kategorisinin id'si ( deneyerek bulabilirsin, listelendiği başka bir yer var fakat çok karışık )
PageIndex = Sayfalama ( 0 başlangıç, mimari olarak en fazla sayfa 2-3'e gidecek şekilde tasarlanmış )
Tekil sayfa
=======================================
http://mw.milliyet.com.tr/ashx/Milliyet.ashx?aType=MobileAPI_NewsArticle&ArticleID=1909569
Url parametleri
--------------
ArticleID = Haber id'si ( yukarıdaki endpointlerden alınabilir )
Batuhan KATIRCI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment