You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 200, no problem here:
wget http://localhost:3000/artist/David%20Bowie?writer=John%20Lennon
# 400, because of missing parameter:
wget http://localhost:3000/artist/David%20Bowie
Proposed solution
Keep code assigning status 400 (in handlers/request-handler.js)
Modify appropriate wrong test description (in test/test.js) 'should return status 404 when the GraphQL-LD query's required variables were not given'
Handle status code 400 in all appropriate configuration(s)
Document status 400 in README.md
The text was updated successfully, but these errors were encountered:
Detected in version
commit 5205e36 on branch development
How to trigger
Start:
Get (in new terminal window)
Proposed solution
The text was updated successfully, but these errors were encountered: