abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

Do we have REST API reference for pyAS2 Django Server? #72

Closed Arun-V-S closed 2 years ago

Arun-V-S commented 2 years ago

Do we have REST API reference for pyAS2 Django Server?

I see in the logs, API is been hit. Some of them that I found in logs, like GET /admin/pyas2/publiccertificate/add/ HTTP/1.1 POST /admin/pyas2/partner//change/

Can I get that full list of REST API reference to add/view/delete public certs, private certs, partner, organisation, send message etc.

Is there any way to pull out that information? Thanks in advance

abhishek-ram commented 2 years ago

We have not added any rest APIs for this project.

Arun-V-S commented 2 years ago

Closing this issue. Thanks