Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add developer documentation #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doc/developer/apis/administrative.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Administrative REST API

This section provides information of the administrative end-points including examples of requests and responses.

TBD

## Domains endpoint

This endpoint is used to manage integration domains.

### POST/ Add Domain
### GET/ Get Domain by ID
### DELETE/ Delete Domain by ID
### GET/ Get Domains
### PUT/ Update Domain
4 changes: 4 additions & 0 deletions doc/developer/apis/creds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Credentials Validation

TBD

9 changes: 9 additions & 0 deletions doc/developer/apis/rest-apis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Available ipa-tuura REST APIs

This section describes the ipa-tuura APIs relevant for developers.

## Authentication and Authorization

How requests to REST APIs are authenticated and authorized in ipa-tuura.

TBD
38 changes: 38 additions & 0 deletions doc/developer/apis/scimv2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# SCIMv2.0 REST API

The ipa-tuura SCIMv2.0 REST API implements the SCIM 2.0 Protocol according to the [SCIM 2.0 specification.](https://tools.ietf.org/html/rfc7644).

## Users endpoint

This endpoint is used to create and manage users.

### POST/ Create User
### GET/ Get User by ID
### DELETE/ Delete User by ID
### GET/ Get Users
### POST/ Search Users
### PATCH/ Update User
### PUT/ Update User

## Groups endpoint

This endpoint is used to create and manage groups and group members.

### POST/ Create Group
### GET/ Group by ID
### DELETE/ Delete Group By ID
### GET/ Filter Groups
### POST/ Search Groups
### PATCH/ Update Group
### PATCH/ Remove Group Member
### PUT/ Update Group

## Bulk Endpoint

TBD

## ResourceType Endpoint

TBD

## ServiceProviderConfig Endpoint
11 changes: 11 additions & 0 deletions doc/developer/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ipa-tuura developer documentation
=================================

.. toctree::
:maxdepth: 1

introduction.md
apis/rest-apis.md
apis/administrative.md
apis/scimv2.md
apis/creds.md
18 changes: 18 additions & 0 deletions doc/developer/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Developer Guide

This section provides information regarding the administration and user features
available in ipa-tuura.

# Source Code

The ipa-tuura source code is maintained in a GitHub repository. If you are a developer
you can easily clone the source code of ipa-tuura, do modifications and build a customized
version on your own.

- ipa-tuura GitHub URL: https://github.com/freeipa/ipa-tuura

- Project Documentation: https://ipa-tuura.readthedocs.io/en/latest/

- How to contribute to the code base: TBD


1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Welcome to ipa-tuura's documentation!
:caption: Contents:

../README.md
developer/index.rst