| 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. | ||
|---|---|---|
| .. | ||
| endpoints | ||
| __init__.py | ||
| caching.py | ||
| common.py | ||
| decorators.py | ||
| helpers.py | ||
| jinja_filters.py | ||
| jsonify.py | ||
| sessions.py | ||