jidn / LDS-org

Access LDS.org unit information
Other
7 stars 3 forks source link

Auto filling of %@ won't work for all endpoints. #4

Closed jidn closed 6 years ago

jidn commented 6 years ago

Most endpoints use %@ as a marker for unit number, but not all. This really messes up the logic (see issue #3)

Go through the endpoint and turn all % markers into {}, {unit}, or {member} variables. This will allow people to better understand endpoints.

Change the display of endpoints to see the URL

chadsaun commented 6 years ago

Is the pip package updated? I can't seem to bring in these latest changes with pip install lds-org --upgrade

jidn commented 6 years ago

https://pypi.python.org/pypi/LDS-org/0.2.0a1

My older test version isn't updating either. It is marked as an alpha release, but I thought it would update.

jidn commented 6 years ago

This worked $ pip install -U LDS_org==0.2.0a1

chadsaun commented 6 years ago

That worked thanks 👍