isogeo_pysdk.api.routes_thesaurus module

Isogeo API v1 - API Routes for Thesaurus entities

See: http://help.isogeo.com/api/complete/index.html

class isogeo_pysdk.api.routes_thesaurus.ApiThesaurus(api_client=None)

Bases: object

Routes as methods of Isogeo API used to manipulate thesaurus.

thesauri(caching=1)

Get all thesauri.

Return type

list

thesaurus(thesaurus_id='1616597fbc4348c8b11ef9d59cf594c8', include=('_abilities',))

Get a thesaurus.

Parameters
  • thesaurus_id (str) – thesaurus UUID

  • include (list) –

    subresources that should be returned. Available values:

    • ’_abilities’

    • ’count’

Return type

Thesaurus