0
Dear, I need to create a Pyramid application for use of API.
1 - "/Quotes/< quote_number>" - Present page containing the quote returned by the API corresponding to < quote_number >.
I already know how to create a static page in Pyramid, but I don’t know how to create a page that receives the parameter in the url.