NewRemoteContext returns a context that gives access to the production
APIs for the application at the given host. All communication will be
performed over SSL unless the host is localhost.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `remote_api` package implements the `/_ah/remote_api` endpoint, which is used by offline tools like the bulk loader."],["`NewRemoteContext` function provides a context for accessing production APIs of an application at a specified host, using SSL for communication unless it's localhost."],["`Client` type represents a connection to the production APIs for an application."],["`NewClient` function establishes a client connection to a specified host, and like `NewRemoteContext`, uses SSL unless it's localhost."],["The `NewContext` method, when called on a `Client` instance, creates a new context that directs App Engine API calls to the client's remote host."]]],[]]