Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.89 KB

File metadata and controls

52 lines (40 loc) · 2.89 KB

Build Status codecov

Endpoints Java Framework

The Endpoints Java Framework aims to be a simple solution to assist in creation of RESTful web APIs in Java. This repository provides several artifacts, all in the com.aodocs.endpoints group:

  1. endpoints-framework: The core framework, required for all applications building Endpoints apps.
  2. endpoints-framework-all: Same as above, but with repackaged dependencies.
  3. endpoints-framework-guice: An extension for configuring Endpoints using Guice.
  4. endpoints-framework-tools: Tools for generating discovery documents, Swagger documents, and client libraries.

The main documents for consuming Endpoints can be found at https://cloud.google.com/endpoints/docs/frameworks/java

Installing to local Maven

To install test versions to Maven for easier dependency management, simply run:

gradle install

Additions to the original project

These are the most notable additions to the original project by Google, currently inactive:

Check closed PRs for all additions.

Contributing

Your contributions are welcome. Please follow the contributor guidelines.