Housni Yakoob
Results
2
issues of
Housni Yakoob
I was creating a plugin so that I can communicate with a legacy API so I was reading up on [Creating Data Sources](http://lithify.me/docs/manual/working-with-data/creating-data-sources.wiki). It talks about using `item()` but it...
changed behavior
I can either: 1. Create an API Gateway with integration type `mock` 2. Create a shell script with a curl command like `curl -s -w "%{http_code}\n%{url_effective}\n%{redirect_url}\n" "API_GATEWAY_URL"` and perhaps parse...
enhancement