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

Show %-escaped parameters in Action URI template #350

Open
d4be4st opened this issue Jan 19, 2018 · 3 comments
Open

Show %-escaped parameters in Action URI template #350

d4be4st opened this issue Jan 19, 2018 · 3 comments
Assignees
Labels

Comments

@d4be4st
Copy link

d4be4st commented Jan 19, 2018

In apiary version 2.3.0 #73 does not work anymore

# Group Users
Group description

### User List [GET /users{?name%5b%5d,joinedBefore,joinedAfter,sort,limit}]
A list of users

+ Parameters
    + name%5b%5d (optional, string, `alice`) ... Search for a user by name
    + joinedBefore (optional, string, `2011-01-01`) ... Search by join date
    + joinedAfter (optional, string, `2011-01-01`) ... Search by join date
    + sort = `name` (optional, string, `joined`) ... Which field to sort by

Gives:

Aglio version

$ aglio -v
aglio 2.3.0
olio 1.6.3
@jfesler
Copy link

jfesler commented Feb 26, 2018

+1.

I'm resorting to just using comments instead of using parameters, because most of the parameters have %5b / %d in their names.

@brianpunzalan
Copy link

+1

Same issue im having.

@Gasol Gasol added the bug label Jun 5, 2019
@Gasol Gasol self-assigned this Jun 5, 2019
@PeterCat12
Copy link

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants