Last active
August 29, 2015 14:03
-
-
Save BatuhanK/71e048d1007d58fa7de0 to your computer and use it in GitHub Desktop.
Milliyet - Private Endpoints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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