Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Readme misleading for App Engine requests #2

@michaelckelly

Description

@michaelckelly

From @onejgordon in plaid/plaid-python#76:

On GAE plaid-python uses urlfetch, which returns a _URLFetchResult object. This object has no json() method.

Readme should read (for the GAE case):

client = Client(client_id='***', secret='***', access_token='usertoken')
response = client.connect_get()
if response.status_code == 200:
    transactions = json.loads(response.content)

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