Restful API service

前端 未结 11 1599
清歌不尽
清歌不尽 2020-11-22 14:28

I\'m looking to make a service which I can use to make calls to a web-based REST API.

Basically I want to start a service on app init then I want to be able to ask t

11条回答
  •  一生所求
    2020-11-22 15:11

    Just wanted to point you all in the direction of an standalone class I rolled that incorporates all of the functionality.

    http://github.com/StlTenny/RestService

    It executes the request as non-blocking, and returns the results in an easy to implement handler. Even comes with an example implementation.

提交回复
热议问题