deprem-io-backend icon indicating copy to clipboard operation
deprem-io-backend copied to clipboard

Data CSV export ve Send email endpointleri

Open halilturkoglucs opened this issue 2 years ago • 0 comments

Issue: https://github.com/acikkaynak/deprem-io-backend/issues/122 3 yeni endpoint ekledim, issue'da belirtildigi gibi mevcut endpointlere dokunmadim.

Bu endpointlerin dokumantasyonunu ve ornek kullanimlarini ekledim, kisaca:

export (GET)

Ilgili modelleri duz csv dosyasi olarak download eder

http://localhost:8080/export?veriTipi=YardimKaydi

exportStream (GET)

Ilgili modelleri stream csv dosyasi olarak download eder

http://localhost:8080/exportStream?veriTipi=YardimKaydi

mailExport (POST)

{
"veriTipi": "YardimKaydi",
"mailler": ["[email protected]", "[email protected]"]
}

Email'i sendgrid uzerinden free-tear'dan kurdum ve env ustunden API KEY'i almasi gerekiyor. Ornek gonderdigim dosya ekran goruntusunu ekliyorum.

image

halilturkoglucs avatar Feb 12 '23 00:02 halilturkoglucs