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
GET /chordsapi/v1/themes/#{Theme.all.first.id}/characters/find_character?good_evil={Float_to_be_provided}&lawful_chaotic={Float_to_be_provided}
when I visit this endpoint with valid quiz answers,
I receive back a JSON object,
somewhere in the json is the character in the form of a string,
dnd alignment as a string
And a link to an image of the character,
and the name of the quiz the character is from,
GET /chordsapi/v1/themes/#{Theme.all.first.id}/characters/find_character?good_evil={Float_to_be_provided}&lawful_chaotic={Float_to_be_provided}
when I visit this endpoint with valid quiz answers,
I receive back a JSON object,
somewhere in the json is the character in the form of a string,
dnd alignment as a string
And a link to an image of the character,
and the name of the quiz the character is from,
RESPONSE:
The text was updated successfully, but these errors were encountered: