Skip to content

Commit a651cc8

Browse files
Merge pull request #118 from datalogics-tsmith/delete
Rename batch delete to just delete
2 parents c2d1340 + 43fb1a9 commit a651cc8

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed
File renamed without changes.

DotNET/Endpoint Examples/Multipart Payload/batch-delete.cs renamed to DotNET/Endpoint Examples/Multipart Payload/delete.cs

File renamed without changes.

Java/Endpoint Examples/JSON Payload/BatchDelete.java renamed to Java/Endpoint Examples/JSON Payload/Delete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import okhttp3.*;
55
import org.json.JSONObject;
66

7-
public class BatchDelete {
7+
public class Delete {
88

99
// By default, we use the US-based API service. This is the primary endpoint for global use.
1010
private static final String API_URL = "https://api.pdfrest.com";

Java/Endpoint Examples/Multipart Payload/BatchDelete.java renamed to Java/Endpoint Examples/Multipart Payload/Delete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import okhttp3.*;
55
import org.json.JSONObject;
66

7-
public class BatchDelete {
7+
public class Delete {
88

99
// By default, we use the US-based API service. This is the primary endpoint for global use.
1010
private static final String API_URL = "https://api.pdfrest.com";

JavaScript/Endpoint Examples/JSON Payload/batch-delete.js renamed to JavaScript/Endpoint Examples/JSON Payload/delete.js

File renamed without changes.

JavaScript/Endpoint Examples/Multipart Payload/batch-delete.js renamed to JavaScript/Endpoint Examples/Multipart Payload/delete.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Python/Endpoint Examples/Multipart Payload/batch-delete.py renamed to Python/Endpoint Examples/Multipart Payload/delete.py

File renamed without changes.

0 commit comments

Comments
 (0)