| Name | API Browser |
|---|---|
| Description | Simple Javascript based application that allows to work on the Spreadshirt REST API when developing new applications. See full feature set below. |
| Developer | Martin Breest |
| License | free |
| Sources | https://github.com/spreadshirt-dev/spreadshirtapps/tree/master/java/apibrowser |
| Demo | http://demoapp.spreadshirt.net/apibrowser/ |
The API Browser is simple Javascript application that allows to work on our REST API when developing new applications. The basic features are:
- Lists all resources available at the REST API.
- Allows to conduct HTTP GET requests and supports xlink:hrefs in the returned representations.
- Allows to conduct HTTP POST, PUT and DELETE requests for creating new entitiess, manipulating existing entities and deleting entities.
- Supports API key and security sessions and thus allows to work on protected as well as unprotected API resources.
- Provides simple list renderer as well as an image render.
- Provides lot's of product, design and basket samples for creating new products, uploading designs and creating and manipulating baskets directly via the API browser.