Skip to content

Commit

Permalink
[Auto Generated] 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Jun 13, 2022
1 parent 8eb8592 commit 06bc71a
Show file tree
Hide file tree
Showing 11 changed files with 6,912 additions and 6,904 deletions.
778 changes: 389 additions & 389 deletions documentation/application/CATALOG.md

Large diffs are not rendered by default.

3,904 changes: 1,952 additions & 1,952 deletions documentation/platform/CATALOG.md

Large diffs are not rendered by default.

388 changes: 194 additions & 194 deletions documentation/platform/COMPANYPROFILE.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/main/java/com/sdk/application/ApplicationApiList.kt
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,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 06bc71a

Please sign in to comment.