batch process for http request
Hello, I trying to write a script that sends an http request by putting together an endpoint. Putting together the request itself is not an issue but in some cases, I need to request some info on more than a 1000 items (test_article) at once. I'm limited by the maximum length of the http request to requesting about a 1000 at a time. Unfortunately, I have not been able to figure out how to put toge...