Skip to content
#

net-languages

Here are 9 public repositories matching this topic...

Language: All
Filter by language
tjaskula
tjaskula commented Apr 15, 2020

Today in order to define ressource templates matching methods, URI and action we use strings everywhere like that

Action(6, "PUT", "/users/{userId}", "changeUser(string userId, body:Vlingo.Http.Tests.Sample.User.UserData userData)", "Vlingo.Http.Tests.Sample.User.UserDataMapper");

It would be much nicer instead of using magic string `"changeUser(string userId, body:Vlingo.Http.Test

enhancement good first issue

Improve this page

Add a description, image, and links to the net-languages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the net-languages topic, visit your repo's landing page and select "manage topics."

Learn more