spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
455 stars 100 forks source link

Support Spring Data Rest 2.0 #44

Open rwinch opened 10 years ago

rwinch commented 10 years ago

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 commented 10 years ago

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

rwinch commented 10 years ago

I updated the title to be more generic

ccit-spence commented 10 years ago

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

gfinger commented 8 years ago

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.