Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Support Spring Data Rest 2.0 #44

Open
rwinch opened this issue Apr 3, 2014 · 4 comments
Open

Support Spring Data Rest 2.0 #44

rwinch opened this issue Apr 3, 2014 · 4 comments

Comments

@rwinch
Copy link

rwinch commented Apr 3, 2014

It seems rest-shell does not support follow for spring-data-rest-2.0.1

http://localhost:8080:> discover
rel         href                                           
===========================================================
messages    http://localhost:8080/messages{?page,size,sort}

http://localhost:8080:> follow messages
Command failed java.lang.IllegalArgumentException: Illegal character in path at index 30: http://localhost:8080/messages{?page,size,sort}
http://localhost:8080:>
@jbrisbin
Copy link
Contributor

jbrisbin commented Apr 3, 2014

Actually the rest-shell doesn't handle SD REST 2.0. I haven't had time to update it.

@rwinch rwinch changed the title Support follow {?page,size,sort} for spring-data-rest-2.0.1 Support Spring Data Rest 2.0 Apr 3, 2014
@rwinch
Copy link
Author

rwinch commented Apr 3, 2014

I updated the title to be more generic

@ccit-spence
Copy link

Is it safe to say the rest shell will not work for following until this is done?

@gfinger
Copy link

gfinger commented Jan 2, 2016

It's a pity that PagingAndSorting repositories are not supported. Paging is such an important feature that I cannot imagine why would one not use that feature. Would be great if the rest-shell could get an update.

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

No branches or pull requests

4 participants