Skip to content

Not able to create TextTeaser() object. Does it require an API key? #7

@selva86

Description

@selva86

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions