Skip to content

apiservice function #3

Description

@rezafaraji93

How should we act if our api call needs queries other than page index?
In my case my api call func is like this:

@GET("api/GetSimilarProducts/{category_id}/{product_id}/{page}")
    fun getSimilarProducts(@Path("category_id") category_id: String, @Path("product_id") product_id: String, @Path("page") page: Int): Single<SimilarProducts>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions