π New Bug: Null pointer Exception is thrown when path() method is not given in the APIRequest #110
Labels
π goal: fix
Bug fix
π· status: label work required
Needs proper labelling before it can be worked on
π status: ready for dev
Ready for work
Milestone
β What is the bug?
NPE is thrown when path() method is not given in APIRequest
Version
0.1.0 (Default)
π₯οΈ What framework domain type is this bug for?
API
π Steps to reproduce the bug
While creating an API request, do not provide the
path()
method.Currently Base URI from my API is
https://restful-booker.herokuapp.com
and path isbooking
which is already updated in theboyka-config.json
file. Hence path() method is not required to be given while creatingAPIRequest
.β Expected Behavior
While creating APIRequest
path()
method should be optional.β Actual Behavior
Following error is thrown when
path()
method is not givenThe text was updated successfully, but these errors were encountered: