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
from textteaser import TextTeaser
title = "Limitations of the GET method in HTTP"
text = "We spend a lot of time thinking about web API design, and we learn a lot from other APIs and discussion with their authors. In the hopes that it helps others, we want to share some thoughts of our own. In this post, we’ll discuss the limitations of the HTTP GET method and what we decided to do about it in our own API. As a rule, HTTP GET requests should not modify server state. "
tt = TextTeaser()
TypeError: init() takes exactly 2 arguments (1 given)
TypeError Traceback (most recent call last)
in ()
----> 1 tt = TextTeaser()
TypeError: init() takes exactly 2 arguments (1 given)
The text was updated successfully, but these errors were encountered: