Closed phalgun closed 9 years ago
Hello, great library by the looks of it.
I read that formal authentication system is not yet supported. My API uses HTTP Basic Auth, which is essentially a header in the request. This is supported by Rester, right?
So sorry for such a late response. Yes, you could add a header to the rest call -
"headers":{ "content-type":"application/json;" }
Hello, great library by the looks of it.
I read that formal authentication system is not yet supported. My API uses HTTP Basic Auth, which is essentially a header in the request. This is supported by Rester, right?