Description
It seems to me that the code generated from our OpenAPI Swagger metadata mixes up Long and Integer for IDs somewhere.
For example, if in org.apache.fineract.client.services.DocumentsApi.getDocument(String, Long, Long) the entity ID is Long, why does GetClientsResponse have an Integer getId()...
We IMHO should just use Long everywhere for everything, in the API (even if in the implementation it's still Integer).
Attachments
Attachments
Issue Links
- blocks
-
FINERACT-1209 Integration Tests using new Swagger Client API ("Fineract SDK")
- Resolved
-
FINERACT-1590 Release Apache Fineract 1.7.0
- Resolved