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.19.3
Published
Jun 22, 2015
Platform
windows/amd64
Imports
17 packages
Last checked
5 minutes ago

Tools for package owners.