class FleetApp::ClientWrapper
- FleetApp::ClientWrapper
- Reference
- Object
Overview
Wraps over the client's response bodies and returns result objects.
Defined in:
fleet_app/client_wrapper.crConstructors
Instance Method Summary
- #client : FleetApp::Client
-
#get(game_name : String, path : String)
Executes a GET request to Fleet App.
-
#post(game_name : String, path : String, body : String)
Executes a POST request to Fleet App.
-
#post_with_auth(game_name : String, path : String, body : String, basic_auth : String)
Executes a POST request with basic auth to Fleet App.
Constructor Detail
Instance Method Detail
def post_with_auth(game_name : String, path : String, body : String, basic_auth : String)
#
Executes a POST request with basic auth to Fleet App.