### Category Other ### Scope Quality of Life ### Problem Methods construct the url and then utilize it. However, the url construction is hidden away. Instead, it should be made public. ### Solution Make a method and use the code from `await BookmarkState._encode_state()` ### Alternatives (Optional) _No response_ ### Example (Optional) ```python ``` ### Impact (Optional) _No response_ ### Contribution? (Optional) None