geotribu_cli.json.json_client module¶
JSON Feed client.
- class geotribu_cli.json.json_client.JsonFeedClient(json_feed_url='https://geotribu.fr/feed_json_created.json', tags_url='https://geotribu.fr/tags.json', expiration_rotating_hours=24)¶
Bases :
object
JSON Feed client.
- __init__(json_feed_url='https://geotribu.fr/feed_json_created.json', tags_url='https://geotribu.fr/tags.json', expiration_rotating_hours=24)¶
Class initialization.
- Paramètres:
url – JSON feed URL, defaults to https://geotribu.fr/feed_json_created.json
tags_url (
str
) – JSON tags URL, defaults to https://geotribu.fr/tags.jsonexpiration_rotating_hours (
int
) – nombre d’heures à partir duquel considérer le fichier local comme périmé. Defaults to 24.
- items()¶
Fetch Geotribu JSON feed latest created items.