You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
664 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "openapi",
  3. "summary": """
  4. Odoo Opnapi
  5. UWAGA! Obecnie dekorator apiroute ma ograniczoną funkcjonalność.
  6. M.in. tylko jeden URL
  7. controllers/api.py zawiera przykład wykorzystania -
  8. pod adresem /oapi/api zwraca dokumentację w JSON
  9. """,
  10. "description": """
  11. """,
  12. "author": "Jerzy Wawro",
  13. "maintainer": "Galicea",
  14. "website": "http://www.galicea.pl",
  15. "category": "Tools",
  16. "version": "13.0.0.1",
  17. "depends": [],
  18. "external_dependencies": {"python": ["fastapi", "pydantic", "starlette"]},
  19. "data": [],
  20. "application": True,
  21. "installable": True,
  22. }