You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Core lib's Maven group ID is `io.apimatic`, and its artifact ID is `core`.
54
54
|[`CoreApiException`](./src/main/java/io/apimatic/core/types/CoreApiException.java)| This is the base class for all exceptions that represent an error response from the server |
55
55
|[`MultipartFileWrapper`](./src/main/java/io/apimatic/core/types/http/request/MultipartFileWrapper.java)| To wrap file and headers to be sent as part of a multipart request |
56
56
|[`MultipartWrapper`](./src/main/java/io/apimatic/core/types/http/request/MultipartWrapper.java)| To wrap byteArray and headers to be sent as part of a multipart request |
57
-
|[`PaginatedData`](./src/main/java/io/apimatic/core/types/pagination/PaginatedData.java)| To provide pagination functionality for both syncrounous and asyncrounous pagination types |
57
+
|[`PaginatedData`](./src/main/java/io/apimatic/core/types/pagination/PaginatedData.java)| To provide pagination functionality for both synchronous and asynchronous pagination types |
58
58
|[`PageWrapper`](./src/main/java/io/apimatic/core/types/pagination/PageWrapper.java)| To wrap a single page along with its items and meta-data in the paginated data |
59
59
|[`CursorPagination`](./src/main/java/io/apimatic/core/types/pagination/CursorPagination.java)| Provides cursor based pagination strategy |
60
60
|[`LinkPagination`](./src/main/java/io/apimatic/core/types/pagination/LinkPagination.java)| Provides link based pagination strategy |
0 commit comments