Skip to content

Get parameters #3

@egandro

Description

@egandro

Hello,

is it possible to have a get parameter?

@RestController("/foo")
public class FooController{
    @GET
    public String get(String id) {
       /* i want to use the route /foo/bar and get "bar" here in id */
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions