abhishek-ram/django-pyas2

REST API to for listing, retrieving, and sending files

Opened this issue · 2 comments

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?

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