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

Extend GUI with cache entry editing #37

Open
jhkuperus opened this issue Mar 20, 2015 · 0 comments
Open

Extend GUI with cache entry editing #37

jhkuperus opened this issue Mar 20, 2015 · 0 comments
Labels

Comments

@jhkuperus
Copy link
Collaborator

Harness the new REST entries delivered by the current cache repository:

GET:/repositories/memory-caches/endpoints/
GET:/repositories/memory-caches/endpoints/:endpointKey/caches/
GET:/repositories/memory-caches/endpoints/:endpointKey/caches/:requestKeyHash
PUT:/repositories/memory-caches/endpoints/:endpointKey/caches/:requestKeyHash
POST:/repositories/memory-caches/endpoints/:endpointKey/caches/
DELETE:/repositories/memory-caches/endpoints/:endpointKey/caches/:requestKeyHash

Note that the memory-caches part of the URL is actually the identifier of the repository. Expect there to be a resource on /repositories/ which will give you some details about the available repositories.

@jhkuperus jhkuperus added the gui label Mar 20, 2015
jhkuperus added a commit that referenced this issue Mar 20, 2015
…repository information, in the same order as they are configured.

Call /repositores/ to see the list.
Allows FE to read repositorie for issue #37
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

1 participant