package remote_api

import "k8s.io/kubernetes/Godeps/_workspace/src/google.golang.org/appengine/remote_api"

Package remote_api implements the /_ah/remote_api endpoint. This endpoint is used by offline tools such as the bulk loader.

Index

Functions

func NewRemoteContext

func NewRemoteContext(host string, client *http.Client) (appengine.Context, error)

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.

Source Files

client.go remote_api.go

Version
v0.13.0
Published
Mar 16, 2015
Platform
js/wasm
Imports
17 packages
Last checked
22 seconds ago

Tools for package owners.