Job description
I am interested in an allegro integration service written in Java Spring. Code acceptance by accepting on demo and submitting the project on github or gitlab/bitbucket. The condition is running on sandbox allegro integration tests in the application. I need to be able to see on sandbox the product mock listing and listing errors and listing status changes throughout the product lifecycle on allegro in the service logs - this is enough to demonstrate manually in a meeting - I don't need testing with the buyer account.
1. redirect the request with the user to your Service with a list of bid IDs that you remember GET.
2. your Service forces the user to log in to allegro and remembers ALLEGRO tokens in the hashmap - the next time they come in, it checks if they have in the hashmap and if there are valid refresh tokens.
3. your Service will run on my domain so it can retrieve freely from the cookie the customer credentials from my domain [code+SEPARATOR+session] (this will be the key in the hashmap, but also a condition for communication with my backend service)
4. your service sends me these credentials to my endpoint and attaches a list of products in a pack of 10 and a pageable - request to my service on the internal network
... and more