Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravitee-io/gravitee-resource-api
Gravitee Resource - API
https://github.com/gravitee-io/gravitee-resource-api
Last synced: about 2 months ago
JSON representation
Gravitee Resource - API
- Host: GitHub
- URL: https://github.com/gravitee-io/gravitee-resource-api
- Owner: gravitee-io
- License: apache-2.0
- Created: 2016-05-26T13:11:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T02:41:02.000Z (12 months ago)
- Last Synced: 2024-01-19T03:37:10.735Z (12 months ago)
- Language: Java
- Size: 32.2 KB
- Stars: 1
- Watchers: 27
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
= Resource API
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://github.com/gravitee-io/gravitee-resource-api/blob/master/LICENSE.txt"]
image:https://img.shields.io/badge/semantic--release-conventional%20commits-e10079?logo=semantic-release["Releases", link="https://github.com/gravitee-io/gravitee-resource-api/releases"]
image:https://circleci.com/gh/gravitee-io/gravitee-resource-api.svg?style=svg["CircleCI", link="https://circleci.com/gh/gravitee-io/gravitee-resource-api"]
image:https://f.hubspotusercontent40.net/hubfs/7600448/gravitee-github-button.jpg["Join the community forum", link="https://community.gravitee.io?utm_source=readme", height=20]== Description
The resource API contains the interfaces to implement in order to create a resource plugin for Gravitee.io APIM. +
It is a very generic API and it is extended by more specific APIs:* Authentication: https://github.com/gravitee-io/gravitee-resource-auth-provider
* Cache: https://github.com/gravitee-io/gravitee-resource-cache-provider-api
* OAuth2: https://github.com/gravitee-io/gravitee-resource-oauth2-provider-api