Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

1.1.0 Release Candidate#1

Compare
Choose a tag to compare
@bradcypert bradcypert released this 19 Sep 22:41
· 21 commits to master since this release

Added ability to specify a basepath for your API resource. For example...

Resource todos = new Resource(todos.class);
todos.setBasePath("/api/v1/");
todos.generateRoutes();

This will now give you /api/v1/todos/.