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
This won't retrieve the 'endpoints'-list from the response. The data-field is an object containing a field 'endpoints'.
The response looks like this according to the OCPI 2.2.1 docs:
Hi @arno1820 we are now getting back to ocpi library maintenance, we will soon take care of the request you created, have you successfully integrated ocpi lib with your project ?
Hi,
https://github.com/TECHS-Technological-Solutions/ocpi/blob/770fd1bb666b9d316f0b1690fc3a90dd8ba8bc67/py_ocpi/modules/credentials/v_2_2_1/api/cpo.py#L127C18-L127C18
This won't retrieve the 'endpoints'-list from the response. The data-field is an object containing a field 'endpoints'.
The response looks like this according to the OCPI 2.2.1 docs:
{
"data": {
"version": "2.2.1",
"endpoints": [
...
]
},
"status_code": 1000,
"status_message": "Generic success code",
"timestamp": "..."
}
The text was updated successfully, but these errors were encountered: