Open dahlia opened 7 years ago
As Nirum have annotations, we configure url routes to service methods using the syntax. Some sci-fi is following:
service customer ( @http-get("/tokens/<token>/key/") key get-key-by-token (token token), @http-get("/tokens/groups/") {{token}} group-tokens ({token} tokens), );
See also URI template proposed by RFC 6570.
See also https://github.com/sigmavirus24/uritemplate.
As Nirum have annotations, we configure url routes to service methods using the syntax. Some sci-fi is following:
See also URI template proposed by RFC 6570.