We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a20c commit 25364ffCopy full SHA for 25364ff
README.md
@@ -9,7 +9,7 @@ MyClient client = new MyClient(URI.create("http://example.com/"));
9
// GET /contacts
10
List<Contact> contactList = client.getContacts().readAll();
11
12
-// POST /contacts -> /contacts/1337
+// POST /contacts -> Location: /contacts/1337
13
ContactEndpoint smith = client.getContacts().create(new Contact("Smith"));
14
//ContactEndpoint smith = client.getContacts().get("1337");
15
0 commit comments