Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring. :: spring-boot http://spring.io/guides/gs/rest-service/
Jonathan LALOU ab09ccb40c wait for 30s between each call to the webhooks před 7 roky
config added application.yml + implemented methods před 7 roky
doc moved ZincAPI doc to specific folder před 7 roky
src wait for 30s between each call to the webhooks před 7 roky
.gitattributes added POM etc. před 7 roky
.gitignore added POM před 7 roky
README.md added POM etc. před 7 roky
pom.xml * bulk: před 7 roky

README.md

!!! This repository is not linked in any manner to Zinc.io or ZincAPI.com !!!

Abstract

Basic server playing as a Fake Zinc.io server.

Features

This allows to get and post orders, without consuming the real API and therefore saving billing...

Technical

  • based on Spring Boot, forked from https://github.com/spring-guides/gs-rest-service
  • server: Undertow on localhost:9090
  • build: mvn clean install
  • run : mvn spring-boot:run