Skip to content

A Azure Function you can send http url's of files that put it in a zip Archiv.

License

Notifications You must be signed in to change notification settings

paule96/AzureFunctionDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureFunctionDownloader

An Azure Function which takes urls of files and generate a downloadable zip archive out of them.

Getting started

After you have deployed the function you can use it like the following HTTP GET request:

https://yourfunctionurl/api/Downloader?filenameInZip.exe=https://urltofile/file.exe

The function also supports POST. When using POST your HTTP Body needs to be set to application/json and should contain the values like this:

[
	{
		"Key": 'filenameInZip.exe',
		"Value": 'https://urltofile/file.exe'
	}
]

The URL for Post are:

https://yourfunctionurl/api/Downloader

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A Azure Function you can send http url's of files that put it in a zip Archiv.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages