Rev 37388 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 37661 2026-09-16 18:10:20
- Author: amit
- Log message:
- Fix trunk: RestClient was left behind by r37655
r37655 deleted MandiiResponse but omitted RestClient from the commit, so
trunk did not compile - RestClient still imported the deleted class.
RestClient now uses RawHttpResponse: executeMandii is renamed executeRaw and
postWithResponse returns the new type. The dead getMandii helper is removed;
its only caller was MandiiService.