api-platform-samples icon indicating copy to clipboard operation
api-platform-samples copied to clipboard

Sample-proxies: api-key: Hardcoded api proxy

Open zouzias opened this issue 9 years ago • 1 comments

In file api-platform-samples/sample-proxies/apikey/invoke.sh there are some hard-coded things like

key=`curl -u $username:$password $url/v1/o/$org/developers/[email protected]/apps/thomas-app 2>/dev/null \
     | grep consumerKey | awk -F '\"' '{ print $4 }'`

zouzias avatar Dec 08 '15 17:12 zouzias

Yeah, I noticed this too. I forked the code so if I have time I'll create a pull request. Probably just a copy / paste bug... Thanks. @WWitman is your team planning to keep these examples maintained and up to date? I tried sample proxies last night and only 1 of 3 worked as expected. Thanks. Cheers.

kristianjaeger avatar Dec 05 '18 02:12 kristianjaeger