Open spawn08 opened 6 years ago
def getQueryString(request):
url_params = request.query_string
@ATLUSio There is currently no stack overflow question and answers about this library. There doesn't seem to be a critical mass of users there.
See search link here: https://stackoverflow.com/search?q=japronto
That's true, but this is still GitHub issues and should be treated seriously for triaging issues. Even if there doesn't seem to be a critical mass of users with Japronto questions, there's still very many people very willing to answer Python-related questions.
Furthermore, the how-to request of this GitHub is covered in this example (which is why I suggested looking through the examples): https://github.com/squeaky-pl/japronto/blob/master/examples/4_request/request.py
GitHub issues generally aren't for general "how to" questions, but rather for actual "issues" causing problems with the product.
With that being said, taking a look at the examples and doing some research on your own can yield great results. I'll help you get started. Take a look at this line in particular. The top of this example states how to handle the query params, so you should be able to work from there.
If you have any further questions, you should consider posting the question in a more suitable place like Stack Overflow.