mjhea0 / flaskr-tdd

Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

Home Page:http://flaskr-tdd.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where are the objects?

Nerldy opened this issue · comments

Hi. I'm really new to TDD and Flask and I was wondering how do you know what objects the response has, for example, response.status_code and the likes. Where can I get more info on this? Is there a document explaining this?