Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enkarin/vert.x_fileloader


https://github.com/enkarin/vert.x_fileloader

java maven vertx

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

= Fileservice

image:https://img.shields.io/badge/vert.x-4.4.6-purple.svg[link="https://vertx.io"]

== Building

To package application:
```
./mvnw package
```

To install application:
```
./mvnw install
```

To run application:
```
./mvnw clean compile exec:java
```

== Endpoints

* GET http://localhost:8080/status
* POST http://localhost:8080/download

Body example
```
{
"url": "https://budget.gov.ru/opendata/7710568760-REGSTATETASK/meta.json",
"filename": "meta.json"
}
```