Skip to content

spreadshirt/shop-api-example-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Client for the new Shop-API

This is an example integration of the new Shop-API which is currently in beta testing. This is not production ready code but is supposed to give an overview over the capabilities.

Requirements

Install dependencies

Go to the root directory of this project in your CLI and execute docker run --rm --interactive --tty --volume $PWD/src:/app composer:1.8 install.

If you are running the command inside the Windows command line, please replace $PWD with %cd%.

Start

Start the example application by executing docker-compose up from the root directory of this project in your CLI.

The application will be running at http://localhost:8008. If necessary you can change the port in the docker-compose.yml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published