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 vor 7 Jahren
config added application.yml + implemented methods vor 7 Jahren
doc moved ZincAPI doc to specific folder vor 7 Jahren
src wait for 30s between each call to the webhooks vor 7 Jahren
.gitattributes added POM etc. vor 7 Jahren
.gitignore added POM vor 7 Jahren
README.md added POM etc. vor 7 Jahren
pom.xml * bulk: vor 7 Jahren

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