We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected Behavior When fetching data from the the API the shelter objects should supply consistent formats for it's property values.
eg
[ { "address": "123 example way", "city": "Exampleton" }, { "address": "456 foo st.", "city": "Barberg" }, ... ]
Current Behavior
I am receiving different formats for the address values, some contain just the street address and some contain the street, city, state and zip.
Note: I am setting conditionals for the different formats and for just types it's not too bad.
The text was updated successfully, but these errors were encountered:
Duplicate of 27
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
When fetching data from the the API the shelter objects should supply consistent formats for it's property values.
eg
Current Behavior
I am receiving different formats for the address values, some contain just the street address and some contain the street, city, state and zip.
Note:
I am setting conditionals for the different formats and for just types it's not too bad.
The text was updated successfully, but these errors were encountered: