Macaw-Movies/Development/3rd party API: Difference between revisions

From KDE Community Wiki
(Created page with "= The Movie Database (TMDb) =")
 
Line 1: Line 1:
= The Movie Database (TMDb) =
= 3rd party API =
 
== Description ==
This part of the code is used to get the metadata of the movies over Internet. Currently we only work with the public API of The Movie Database (TMDb).
 
== Source location ==
Everything that concerns requesting the TMDb API is in the folder {{Path|1=src/FetchMetadata}}. If we begin to have more API, we should create a Namespace for this and a {{Path|1=src/Modules}} folder, but it would be currently a little overkilled.

Revision as of 12:47, 23 April 2015

3rd party API

Description

This part of the code is used to get the metadata of the movies over Internet. Currently we only work with the public API of The Movie Database (TMDb).

Source location

Everything that concerns requesting the TMDb API is in the folder src/FetchMetadata. If we begin to have more API, we should create a Namespace for this and a src/Modules folder, but it would be currently a little overkilled.