Metadata-Version: 2.4
Name: odoo-addon-project_task_api
Version: 16.0.1.0.0
Summary: API module based on FastAPI to get and create project tasks from external applications
Home-page: https://git.coopdevs.org/coopdevs/som-connexio/odoo/odoo-somconnexio
Author: Som Connexió SCCL, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 16.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.10
Requires-Dist: fastapi
Requires-Dist: odoo-addon-fastapi_auth_api_key_sc<16.1dev,>=16.0dev
Requires-Dist: odoo<16.1dev,>=16.0a
Requires-Dist: pydantic
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

##################
 Project Task API
##################

This module uses OCAs FAST API module for creating endpoints to get and
create project tasks from external applications.

.. note::

   This module is made by and for developers.

**Table of contents**

.. contents::
   :local:

***************
 Configuration
***************

As this module is based on `fastapi_auth_api_key_sc`, an API-KEY is
required to authenticate requests. Read README from
`fastapi_auth_api_key_sc` for more information about the user related
API-KEY authentication.

*******
 Usage
*******

This module provides FastAPI-based endpoints of project tasks by
extending `fastapi.endpoint`.

The module registers an example model API at the following roots:

-  GET: `/api/project_task/{id}`
-  POST: `/api/project_task/`

The authenticated API uses `API-KEY`

************************
 Known issues / Roadmap
************************

There are no known issues for this module.

*************
 Bug Tracker
*************

Bugs are tracked on `GitLab Issues
<https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/-/issues>`_. In
case of trouble, please check there if your issue has already been
reported. If you spotted it first, help us smashing it by providing a
detailed and welcomed feedback.

Do not contact contributors directly about support or help with
technical issues.

TODO: Module to be substituted by `the OCA module`_ once this ODOO is
migrated to the 17th version or further.

.. _the oca module: https://github.com/OCA/rest-framework/tree/17.0/fastapi_auth_api_key/

*********
 Credits
*********

Authors
=======

-  Som Connexio SCCL

Contributors
============

-  `Som Connexio SCCL <https://somconnexio.coop>`_:

      -  Gerard Funosas <gerard.funosas@somconnexio.coop>

Maintainers
===========

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization
whose mission is to support the collaborative development of Odoo
features and promote its widespread use.

You are welcome to contribute. To learn how please visit
https://odoo-community.org/page/Contribute.
