Basic HTTP User Auth with pgsql-http?
Does anyone know if it is possible to send the username through pgsql-http for authenticating with basic auth? I am trying to translate this curl statement to work with pgsql-http.
curl -u API_KEY: -X GET https://api.close.com/api/v1/lead/ -H 'Accept: application/json'