forked from entrepreneur-interet-general/solidata_backend
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some links to documentated endpoints in docs
- Loading branch information
1 parent
ce66b40
commit b1689a1
Showing
8 changed files
with
90 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title : API - authentication | ||
categories: | ||
- api | ||
tags: | ||
- documentation | ||
- configuration | ||
- api | ||
toc: true | ||
toc_label: " contents" | ||
toc_sticky: true | ||
--- | ||
|
||
-------- | ||
|
||
The API for Toktok authentication | ||
|
||
-------- | ||
|
||
## CONFIGURATION COLLECTIONS AND DOCUMENTS | ||
|
||
### DOCUMENTED URLs | ||
|
||
check the following url : | ||
|
||
[`http://localhost:4100/api/auth/documentation`](http://localhost:4100/api/auth/documentation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title : API - concepts | ||
categories: | ||
- api | ||
tags: | ||
- documentation | ||
- configuration | ||
- api | ||
toc: true | ||
toc_label: " contents" | ||
toc_sticky: true | ||
--- | ||
|
||
-------- | ||
|
||
The API of Toktok backend deals with several distinct concepts : | ||
|
||
- **usr** : users (endpoints and models) | ||
- **auth** : authentication + register (endpoints) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title : API - users | ||
categories: | ||
- api | ||
tags: | ||
- documentation | ||
- configuration | ||
- api | ||
toc: true | ||
toc_label: " contents" | ||
toc_sticky: true | ||
--- | ||
|
||
-------- | ||
|
||
The API for Toktok users | ||
|
||
-------- | ||
|
||
### DOCUMENTED URLs | ||
|
||
check the following url : | ||
|
||
[`http://localhost:4100/api/usr/documentation`](http://localhost:4100/api/usr/documentation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters