sameerkumar18 / aztro

The Astrology API 💫 Get daily horoscope!

Home Page:https://aztro.sameerkumar.website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post response does not match expected compatibility

Idan503 opened this issue · comments

The API looks great, but there is an issue that makes the usage harder to implement.

the response value of the POST request doesn't match the same compatibility of the sign name given in the parameters.

For example when using POST like this (Aries sign): https://aztro.sameerkumar.website?sign=aries&day=today
The response looks like {date_range:..... "compatibility": "Capricorn" .....}
Which is not aries as expected.

Hi @Idan503 The "compatibility" here is in relation to the input sign. So when you pass "Aries" and the compatibility is "Capricon" - It means that Aries would be best compatible today to engage with Capricon.
Hope that helps :)

Oh, I see...
Thank you so much.