brianquimio / cs373-idb

Project for CS 373 Software Engineering taught by Glenn Downing
0 stars 0 forks source link

Resolve any issues with Trulia API wrapper files. #22

Open shperl opened 8 years ago

shperl commented 8 years ago

Files to include:

The files should be able to create classes with methods for pulling data down from Trulia via their rest API.

There are two class files that access two different API libraries (locations, stats).

shperl commented 8 years ago

Fixed all issues for the classes and methods contained in the file. Primary fix was adding _args, *_kwargs parameters to the function decorator. This gives us the ability to access the "self" of the calling class instance when we are making calls to the trulia api.

shperl commented 8 years ago

@stevenzhu94 -- this is ready to be QAed. Tests that need to be conducted include verifying that all methods are making calls to the trulia API and returning data. Additionally, there should be no case in which a gateway timeout occurs.

shperl commented 8 years ago

@stevenzhu94 -- can this issue be closed out?