
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
com.github.arucard21.simplyrestful:springdata-paging-offset
Advanced tools
An implementation of the Spring Data Pageable interface that provides offset-based pagination.
A framework for easily creating RESTful APIs.
The main library in the framework is SimplyRESTful
. It contains a default web resource implementation (also called an endpoint) that maps the more complicated HTTP-compliant access to simpler CRUD functions. This SimplyRESTful framework only requires JAX-RS and can be used with any JAX-RS framework.
There are 2 client libraries available, one for Java and the other for TypeScript. Both of these can be used to access any API created with SimplyRESTful. They only need to know the API resource specific to that API. For Java, that could be as simple as providing the same POJO as used in the API. For TypeScript, you would need to provide a type that corresponds to the API resource.
Other than this, the other libraries are mostly for convenience (e.g. auto-configuration with the deploy-*
libraries ) or to provide additional features (e.g. JSON field filtering with fields-filter-json-servlet
).
There are examples for the different deploy libraries available for more detailed information about how to implement this.
You can find more information about the idea behind this framework on the wiki.
FAQs
Unknown package
We found that com.github.arucard21.simplyrestful:springdata-paging-offset demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.