- Jun 6, 2020
- 11,559
- 4,422
Forgive me if I missed this but I did try to find it in the forums. I would like to develop an application using jElasticSearch (
[H4][/H4]
[H4]
Performs a raw request.
Method - Request method (GET, POST, ...)
EndPoint - Request end point.
QueryParameters - Map of query parameters. Pass Null if not required.
Payload - Body payload. Pass an empty string if not required.
Or, I...
برای دیدن لینک ها باید ثبت نام کنید
) but I cannot figure out how to provide login credentials to the server. For now I would like to start with basic auth. Looking at the documentation (
برای دیدن لینک ها باید ثبت نام کنید
), I find the following which seems to imply that I need to add my credentials to the QueryParameters but I do not know how to do that.[H4][/H4]
[H4]
برای دیدن تصاویر باید ثبت نام کنید
PerformRawRequest (Method As String, Endpoint As String, QueryParameters As Map, Payload As String) As ESResponse[/H4]Performs a raw request.
Method - Request method (GET, POST, ...)
EndPoint - Request end point.
QueryParameters - Map of query parameters. Pass Null if not required.
Payload - Body payload. Pass an empty string if not required.
Or, I...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید