dobesv / freshbooks-api-java-client

Automatically exported from code.google.com/p/freshbooks-api-java-client
0 stars 0 forks source link

ApiConnection Needs updateClient method. #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following should be added to ApiConnection:

public void updateClient(Client client) throws ApiException, IOException {
    performRequest(new Request(RequestMethod.CLIENT_UPDATE, client));
}

Original issue reported on code.google.com by macl...@gmail.com on 15 Mar 2010 at 8:25

GoogleCodeExporter commented 9 years ago
fixed @ Rev 92

Original comment by macl...@gmail.com on 19 Mar 2010 at 10:05