Refit is a Restful Api library similar to Retrofit. With it, you can define your Restful Api in the interface. E.g: public interface IGitHubApi { [Get("/users/{ ...
確定! 回上一頁