| Previous version had a bug when the URL contained percent-encoded spaces because url.replace() was looking for spaces and not replacing the %20. Constructing the url from parts is more reliable. | ||
|---|---|---|
| .. | ||
| __init__.py | ||
| album_endpoints.py | ||
| basic_endpoints.py | ||
| bookmark_endpoints.py | ||
| photo_endpoints.py | ||
| tag_endpoints.py | ||
| user_endpoints.py | ||