junip / pet

A react-app to search pet using Petfinder Api
https://pet-five.now.sh
MIT License
1 stars 0 forks source link

Petfinder Api Doesn't Fetch Data #3

Closed curavcy closed 4 years ago

curavcy commented 4 years ago

I created .env file on root. I added REACT_APP_API_KEY: = REACT_APP_API_SECRET =

requested from Petfinder Developer account.

I got this issue `<?xml version="1.0" encoding="iso-8859-1"?>

0.1 2020-03-28T07:21:21Z 300 unauthorized key

`

junip commented 4 years ago

@curavcy Currently, the package Petfinder-client only supports the V1 APIs. So it's not working as expected.For now I have added the fem-package & removed the petfinder-client package. APP secret is no longer needed. it will work automatically. For now, you can view the changes.

There are lots of modification need to be done like the API V2 changes & UI changes also.

junip commented 4 years ago

@curavcy Closing this issue, I have redesigned the UI and changed/moved a few packages.Try again with the new changes, API should work.