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 primarily used by offline tools like the bulk loader."],["`NewRemoteContext` function creates a context for accessing production APIs of an application at a specified host, ensuring SSL communication unless the host is localhost."],["`Client` type represents a connection to an application's production APIs, facilitating interaction with the remote host."],["`NewClient` function establishes a connection to a specified host, using SSL for communication except when the host is localhost."],["The `NewContext` function will provide a copy of the provided parent context which will allow App Engine API calls to be directed to the remote host of the client."]]],[]]