Skip to content

Commit

Permalink
Added Postman documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov committed Dec 21, 2021
1 parent e1ea41e commit 55dca7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* [How to Use CompreFace](/docs/How-to-Use-CompreFace.md)
* [Face Services and Plugins](/docs/Face-services-and-plugins.md)
* [Rest API Description](/docs/Rest-API-description.md)
* [Postman documentation and collection](https://documenter.getpostman.com/view/17578263/UUxzAnde)
* [Face Recognition Similarity Threshold](/docs/Face-Recognition-Similarity-Threshold.md)
* [Configuration](/docs/Configuration.md)
* [Architecture and Scalability](/docs/Architecture-and-scalability.md)
Expand Down
6 changes: 6 additions & 0 deletions docs/Rest-API-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table Of Contents

+ [Postman REST API documentation](#postman-documentation)
+ [Face Recognition Service](#face-recognition-service)
+ [Managing Subjects](#managing-subjects)
+ [Add a Subject](#add-a-subject)
Expand All @@ -24,6 +25,11 @@

To know more about face services and face plugins visit [this page](Face-services-and-plugins.md).

## Postman documentation

There is a [Postman REST API documentation](https://documenter.getpostman.com/view/17578263/UUxzAnde)
that covers the same REST endpoint. Postman documentation supports snippets on the most popular programming languages.

## Face Recognition Service

### Managing Subjects
Expand Down

0 comments on commit 55dca7b

Please sign in to comment.