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

REST API to for listing, retrieving, and sending files #112

Open hprange opened 2 months ago

hprange commented 2 months ago

We've been exploring ways to interact with the AS2 server programmatically, and a REST API seems like a great fit. Have you thought about incorporating a REST API for listing, retrieving, and sending files to django-pyas2? We've reviewed the Extending django-pyas2 chapter and believe we could develop an extension to provide a REST API for the AS2 server, but offering a built-in REST API within django-pyas2 itself could be more convenient.

Our team is happy to contribute a pull request for this functionality if you think it would be a valuable addition to the project.

Before we dive in, are there any specific considerations we should be aware of regarding API design or implementation?

abhishek-ram commented 2 months ago

This would definitely be helpful, can you create a document with the proposed list of API contracts?

oliverlexis commented 4 weeks ago

+1