Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: appengine/apigen_examples/README.md

Issue 1750143003: Remove ephelper and other endpoints code. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | appengine/apigen_examples/dumb_counter/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 luci-go: `apigen` Tool Examples
2 ==========================================
3
4 This package contains services that demonstrate the usage and output of the
5 `apigen` tool.
6
7 Code layout
8 -----------
9
10 * [/appengine/apigen_examples/dumb_counter/...](
11 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou nter)
12 contains a `dumb_counter` AppEngine v1 service, which implements a basic
13 counter REST API using Cloud Endpoints.
14 * [/appengine/apigen_examples/dumb_counter_mvm/...](
15 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou nter_mvm)
16 implements the `dumb_counter` service as an AppEngine v2 Managed VM.
OLDNEW
« no previous file with comments | « no previous file | appengine/apigen_examples/dumb_counter/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698