isogeo / isogeo-api-py-minsdk

Python minimalist SDK to use Isogeo REST API
https://pypi.org/project/isogeo-pysdk/
GNU Lesser General Public License v3.0
1 stars 0 forks source link

add a method to get APP URL of a metadata #23

Closed Guts closed 6 years ago

Guts commented 6 years ago

To use:

from isogeo_pysdk import IsogeoUtils
utils = IsogeoUtils()
url = utils.get_edit_url(md_id="0269803d50c446b09f5060ef7fe3e22b",
                                  md_type="vector-dataset",
                                  owner_id="32f7e95ec4e94ca3bc1afda960003882",
                                  tab="attributes")

Parameters are fully tested.