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
According to JSON schema at https://randomuser.me/ field "street" looks like this:
but in fact, according to last API, field "street" must be looks like this:
"street": {
"number": "some number " ,
"name": "some name"
}
It is may produce some confuses for using API with a strong typed languages
The text was updated successfully, but these errors were encountered:
According to JSON schema at https://randomuser.me/ field "street" looks like this:
but in fact, according to last API, field "street" must be looks like this:
"street": {
"number": "some number " ,
"name": "some name"
}
It is may produce some confuses for using API with a strong typed languages
The text was updated successfully, but these errors were encountered: