Skip to content

Commit

Permalink
[Auto Generated] 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Nov 1, 2022
1 parent bf9dd8c commit 69d11b2
Show file tree
Hide file tree
Showing 15 changed files with 12,579 additions and 12,720 deletions.
620 changes: 310 additions & 310 deletions documentation/application/CART.md

Large diffs are not rendered by default.

1,017 changes: 419 additions & 598 deletions documentation/application/CATALOG.md

Large diffs are not rendered by default.

511 changes: 276 additions & 235 deletions documentation/application/PAYMENT.md

Large diffs are not rendered by default.

612 changes: 306 additions & 306 deletions documentation/application/POSCART.md

Large diffs are not rendered by default.

1,006 changes: 503 additions & 503 deletions documentation/platform/CART.md

Large diffs are not rendered by default.

5,078 changes: 2,539 additions & 2,539 deletions documentation/platform/CATALOG.md

Large diffs are not rendered by default.

408 changes: 204 additions & 204 deletions documentation/platform/COMPANYPROFILE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/platform/FILESTORAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Success


### getSignUrls
Explain here
Gives signed urls to access private files



Expand Down
180 changes: 90 additions & 90 deletions documentation/platform/PAYMENT.md

Large diffs are not rendered by default.

13 changes: 4 additions & 9 deletions src/main/java/com/sdk/application/ApplicationApiList.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ interface CatalogApiList {
: Deferred<Response<ProductFrequentlyComparedSimilarResponse>>


@GET
fun getProductSimilarByIdentifier(@Url url1: String? )
: Deferred<Response<SimilarProductByTypeResponse>>


@GET
fun getProductVariantsBySlug(@Url url1: String? )
: Deferred<Response<ProductVariantsResponse>>
Expand Down Expand Up @@ -115,13 +110,13 @@ interface CatalogApiList {
: Deferred<Response<GetFollowListingResponse>>


@POST
fun followById(@Url url1: String? )
@DELETE
fun unfollowById(@Url url1: String? )
: Deferred<Response<FollowPostResponse>>


@DELETE
fun unfollowById(@Url url1: String? )
@POST
fun followById(@Url url1: String? )
: Deferred<Response<FollowPostResponse>>


Expand Down
Loading

0 comments on commit 69d11b2

Please sign in to comment.