Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.37 KB

Source.md

File metadata and controls

21 lines (16 loc) · 1.37 KB

# Source

Properties

Name Type Description Notes
description string A general explanation about the source [optional]
domain string The domain name of the source which is extracted from the source URL [optional]
home_page_url string The home page URL of the source [optional]
id int The source id which is a unique value [optional]
links_in_count int The number of websites that link to the source [optional]
locations \Aylien\NewsApi\Models\Location[] The source locations which are tend to be the physical locations of the source, e.g. BBC headquarter is located in London. [optional]
logo_url string A URL which points to the source logo [optional]
name string The source name [optional]
rankings \Aylien\NewsApi\Models\Rankings [optional]
scopes \Aylien\NewsApi\Models\Scope[] The source scopes which is tend to be scope locations of the source, e.g. BBC scopes is international. [optional]
title string The title of the home page URL [optional]

[Back to Model list] [Back to API list] [Back to README]