This is a space to share and discuss with your fellow challengers. Feel free to post comments below and start the conversation. Good luck challengers!
Mark helpful posts with Accept as Solution to help other users locate important info. Don't forget to give Kudos for great content!
requests.post(url="https://api.noopschallenge.com/sortbot/exam/start", params={'login': 'BryceWayne'})
Is not working to login. What am I missing? Using Python 3
What does the API respond with?
Try this:
requests.post(url="https://api.noopschallenge.com/sortbot/exam/start", json={'login': 'BryceWayne'}).json()
Sorry i'm late to the challenge! This is a work in progress, but I really like how it integrates with React Sortable HOC for drag and drop functionality (works on mobile where HTML5 Drag and Drop can't).
(Codesandbox)
(Repo)