bytecode.news API
Content hub and knowledge management for the JVM ecosystem
About
This is the REST API for bytecode.news, a community-driven news and knowledge site focused on the JVM ecosystem. Built on Enterprise Application Integration principles using Spring Boot and Spring Integration.
The API is designed to be consumed by any frontend. Multiple reference implementations demonstrate different approaches to the same backend.
API Documentation
Source
The project is open source on GitHub at jottinger/bytecode.news.
Contributions are welcome. All user-submitted content is licensed under Creative Commons CC BY-SA 4.0.
Authentication
The API uses stateless JWT authentication.
Obtain a token via email OTP or OIDC (Google, GitHub), then include it as a
Bearer token in the Authorization header.
See the API Explorer for endpoint details.