Retrofit

yeonju·2020년 3월 25일
0
  • retrofit GET method parameter annotation
    • REST
      parameter : @Path("seq") int seq
      path = "../product/{seq}"
      ex) product/1234
    • NON REST : @Query("seq") int seq
      path = "../product.do"
      ex) product.do?seq=1234
profile
안녕하세요.

0개의 댓글