David Arena
David Arena
Having the same problem as @Nittarab
@nrvnrvn Can you resolve conflicts please :)
epel offers python-gunicorn.. ? why compile it? i think there should be an option to use a local package - i try to avoid compiling on production machines where i...
bastelfreak - i just actually just realised my error there. yep.. Sorry bout that.. Is it possible to have the option of using a package instead though? ill often build...
bastelfreak, exactly :+1: in my situation id simply like to offer a rpm package name, which would avoid installing and building using gcc - etc. Soo setting the package_name it...
@xmatthias ive now updated the api_server endpoint to `/trades//custom_data` i also removed the key part as i just dont see why you would require that
Regarding the format of the response. I thought a list regardless of it being a single trade or many is a common format that makes sense for an API. my...
@xmatthias ok so now it returns an object like this [{"trade_id": 2, "custom_data": [{"id": 3, "ft_trade_id": 2, "cd_key": "test1", "cd_type": "str", "cd_value": "1", "created_at": "2024-12-16T01:27:45.143719", "updated_at": "2024-12-16T10:12:30.125379"}, {"id": 4, "ft_trade_id":...
> @arenstar any plans on finishing this? Yes i do.
So ive made some updates now :)