restatedev / examples

Restate examples
https://restate.dev
MIT License
37 stars 8 forks source link

Rename arguments of keyed handlers to key and request in handler API #104

Closed gvdongen closed 5 months ago

gvdongen commented 7 months ago

Right now, we use different names for the key (e.g. name). This is confusing. Let's use key and request everywhere in the handler API so that it's clear how the request body links to the arguments.

slinkydeveloper commented 5 months ago

This doesn't apply anymore