https://github.com/goldexrobot/core.integration.backend
Goldex Robot backend integration
https://github.com/goldexrobot/core.integration.backend
grc integration
Last synced: 4 months ago
JSON representation
Goldex Robot backend integration
- Host: GitHub
- URL: https://github.com/goldexrobot/core.integration.backend
- Owner: goldexrobot
- Created: 2022-04-27T13:19:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T16:07:12.000Z (about 1 year ago)
- Last Synced: 2025-04-10T17:58:38.357Z (about 1 year ago)
- Topics: grc, integration
- Language: Go
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GR: backend integration
Goldex Robot is a vending machine that evaluates gold/silver valuables, sells coins and has an internal items storage.
This document covers backend integration.
[
](https://goldexrobot.github.io/core.integration.backend/#api-v1)
---
## TL;DR
GR machine serves UI and communicates with the core Goldex backend.
This core backend exposes an API to control the machine from a business side.

---
## API
Goldex core backend exposes an API to provide some extended information like machines available for some specific project, photos available, evaluation history etc.
Moreover the API allows business backend to control a vending machine (switch operational mode).
Calls to the API must be supplied with a basic HTTP auth header. Contact Goldex support to get the credentials.