GithubHelp home page GithubHelp logo

hurriyetnet's Introduction

Hürriyet gazetesinin geliştiricilere açmış olduğu developer platformu için .NET Wrapper'ı

Not:

Kullanmadan önce Hurriyet Developer API Dokümanını Okumanızı Tavsiye Ederim:

Hurriyet API Doc

Sonuçlar Json.NET kütüphanesinde yer alan JArray ve JObject türünden değer döndürmektedir.

Bağımlılıklar:

HurriyetNet kütüphanesi Json.NET kütüphanesini kullanmaktadır. NuGet kullanarak kurulum için:

Install-Package Newtonsoft.Json

NuGet

https://www.nuget.org/packages/HurriyetNet/

NuGet Version

Install-Package HurriyetNet

Kullanım

Kütüphane projeye dahil edildikten sonra

using HurriyetNet;

ile referans projeye dahil edilir.

API Key alındıktan sonra KEY ayarı yapılır

HurriyetConf.ApiKey = "API_KEY_BURADA";

Ardından Hurriyet class'ı çağırılarak statik array ve methodlar için çağrı yapılır.

Makaleler

Tüm Makaleler

Hurriyet.AllArticles

Tek Makale ID'ye Göre

Hurriyet.SingleArticle("HABER IDSI");

Köşe Yazıları

Tüm Köşe Yazıları

Hurriyet.AllColumns

Tek Köşe Yazısı ID'ye Göre

Hurriyet.SingleColumn("KÖŞE YAZISI IDSI");

Yazarlar

Tüm Yazarlar

Hurriyet.AllWriters

Tek Yazar ID'ye Göre

Hurriyet.SingleWriter("YAZAR IDSI");

Fotoğraf Galerileri

Tüm Fotoğraf Galerileri

Hurriyet.AllPhotoGalleries

Tek Fotoğraf Galerisi ID'ye Göre

Hurriyet.SinglePhotoGallery("FOTOGRAF GALERI IDSI");

Sayfalar

Tüm Sayfalar

Hurriyet.AllPages

Tek Sayfa ID'ye Göre

Hurriyet.SinglePage("SAYFA IDSI");

Klasörler

Tüm Klasörler

Hurriyet.AllPaths

Tekil Klasör ID'ye Göre

Hurriyet.SinglePath("YOL IDSI");

Tarih

RFC 1123 tipinde tarih dizisi döndürür. RFC 1123 için "ols.ietf.org/html/rfc1123" adresine bakınız.

Hurriyet.GetDate

hurriyetnet's People

Contributors

aligoren avatar

Watchers

 avatar

Forkers

fefkia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.