Skip to content

Commit

Permalink
doc: remove redundant API details sections (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval authored Nov 28, 2022
1 parent 8adbe87 commit 7c077b9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/developer/implementation-design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ This documentation explains technical design, architecture and interactions of v

## API Reference

| Service | REST API | Java API |
| --- | --- | --- |
| Jans Auth Server | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-auth-server/docs/swagger.yaml)| [Javadoc](https://jenkins.jans.io/javadocs/jans-auth/main/)|
| Jans Config API | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/docs/jans-config-api-swagger.yaml)| |
| Jans Core | | [Javadoc](https://jenkins.jans.io/javadocs/jans-core/main/)|
| Jans FIDO 2 | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-fido2/docs/jansFido2Swagger.yaml) | |
| Jans SCIM API | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-scim/server/src/main/resources/jans-scim-openapi.yaml) | [Javadoc](https://jenkins.jans.io/javadocs/jans-scim/main/) |
REST and Java APIs are list [here](../../admin/reference/openapi.md#api-reference)

## Design Consideration and Guidelines

Expand Down

0 comments on commit 7c077b9

Please sign in to comment.