Skip to content

Commit

Permalink
add info about inventory app
Browse files Browse the repository at this point in the history
  • Loading branch information
echenran committed Aug 23, 2021
1 parent b55dea6 commit fc8564d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions InventoryAppExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ the estimated delivery date to their customer right away—the integration acts
so quickly that the salesperson can see the estimated delivery date almost
instantaneously after they close the opportunity.

A video demonstrating this app in action can be found on the
[TrailheaDX](https://www.salesforce.com/trailheadx) website. After
registering/logging in, go to [Product & Partner
Demos](https://www.salesforce.com/trailheadx) and click `Integrations &
Analytics` > `Platform APIs` to watch it.

The proto file for the API can be found [here](https://github.com/developerforce/pub-sub-api-pilot/blob/main/pubsub_api.proto).
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Welcome to the Pub/Sub API Pilot! This repo contains the critical [proto
file](https://github.com/developerforce/pub-sub-api-pilot/blob/main/pubsub_api.proto)
that you will need to use the API. Refer to the pilot guide on how to use it.
There is also a Python example app in this repo (`InventoryAppExample`
directory); please read the README carefully.

gRPC [officially supports 11 languages](https://grpc.io/docs/languages/), but
there is unofficial community support in more. To encode and decode events, an
Expand Down

0 comments on commit fc8564d

Please sign in to comment.