You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to use other instances of the mystbin application. (#22)
* add the ability to provide a custom url for pastes
* removed ANN101 and ANN102 from ruff ignore.
they have been removed from ruff checks, and as such are no longer needed
* updated my code to directly patch Route objects, rather than adding that as another parameter
* Improved how api_base is implemented.
Made it more natural - it can end in a / or not.
Also fixed some bugs as a result of not adding api_base to __slots__ of HTTPClient.
0 commit comments