์๋ ํ์ธ์ ๐ ์ค๋์ ์๋๋ก์ด๋์์ Rest ํต์ ์ ํ๋ ๋ฒ๊ณผ Retrofit2์ ์ฌ์ฉ๋ฐฉ๋ฒ์ ๋ํด ๊ณต๋ถํ ๋ด์ฉ์ ํฌ์คํ ํ๋ ค ํฉ๋๋ค. REST(’RE’presentational ‘S’tate ‘T’ransfer)๋? HTTP URI(Uniform Resource Identifier)๋ฅผ ํตํด ์์(Resource)์ ๋ช ์ํ๊ณ , HTTP Method(POST, GET, PUT, DELETE)๋ฅผ ํตํด ํด๋น ์์์ ๋ํ CRUD Operation์ ์ ์ฉํ๋ ๊ฒ์ ์๋ฏธํฉ๋๋ค. ๊ทธ๋ ๋ค๋ฉด Retrofit2์ด๋ ๋ฌด์์ผ๊น์? Retrofit2 ๋? OkHttp๋ฅผ ๋ง๋ Square์ฌ์์ ๋ง๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ก Annotation์ ์ด์ฉํ์ฌ REST๋ฅผ ๋ค๋ฃฐ ์ ์์ต๋๋ค. (OkHttp๋ฅผ ๊ธฐ๋ฐ์ผ๋ก reflect๋ฅผ ์ ์ฉํ์ฌ ๊ฐ๋ฐ) ๊ทธ..