-
Notifications
You must be signed in to change notification settings - Fork 0
v0.1.x
Bryce Meyer edited this page Mar 10, 2016
·
2 revisions
This is the first development release, and it will have the first working set of code for this plugin
- Create a base HttpCall, which will handle the sending and receiving of data.
- Allow a developer to run POST, GET, PUT HTTP methods.
- Create Request format abstract class, which will allow developers to specify how data is sent to the server.
- Create HTMLFormEncoded request format, which will be the format of a standard HTML Post Form.
- Create Get request format, which will be the format for a standard get
- Create ResponseHandler Interface, which will allow a developer to handle responses from the server anyway they see fit.
- Create JSONResponseHandler, which will parse the response body from the server, and send result data to the developer.