Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Action names automatically (from anonymous Schemas) #12

Open
ikitommi opened this issue Nov 10, 2015 · 0 comments
Open

Generate Action names automatically (from anonymous Schemas) #12

ikitommi opened this issue Nov 10, 2015 · 0 comments
Milestone

Comments

@ikitommi
Copy link
Member

code like this:

(defnk ^:handler add-numbers [[:data x :- s/Int, y :- s/Int]]
  (success (+ x y)))

should produce a named schema AddNumbers or AddNumbersRequest.

@ikitommi ikitommi added this to the 0.2.0 milestone Feb 23, 2016
@ikitommi ikitommi modified the milestones: 0.3.0, 0.2.0 Mar 31, 2016
@ikitommi ikitommi modified the milestones: 0.4, 0.3.0 Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant