-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove weather lookup example (#4772)
Ref #4769
- Loading branch information
Showing
26 changed files
with
24 additions
and
1,366 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
java/src/main/java/com/google/oak/client/oak_functions_client/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Java Oak Functions Client | ||
|
||
This in the Java version of the Oak Functions Client. | ||
|
||
Build and run the client with the following command: | ||
|
||
```bash | ||
bazel run //java/src/main/java/com/google/oak/client/oak_functions_client -- http://localhost:8080 | ||
``` |
9 changes: 0 additions & 9 deletions
9
java/src/main/java/com/google/oak/client/weather_lookup_client/README.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.