https://github.com/cyrix126/rrc
Rust Rakuten client
https://github.com/cyrix126/rrc
client erp rakuten rakuten-api rust
Last synced: 8 months ago
JSON representation
Rust Rakuten client
- Host: GitHub
- URL: https://github.com/cyrix126/rrc
- Owner: Cyrix126
- License: gpl-3.0
- Created: 2025-02-13T13:15:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T14:42:30.000Z (10 months ago)
- Last Synced: 2025-05-16T09:07:40.220Z (8 months ago)
- Topics: client, erp, rakuten, rakuten-api, rust
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Name
## Status of developmenent
**Work in Progress**
## About
A library and a cli client that can be used to interact with Rakuten as a seller.
## Objective
Allows all CRUD like[^1] operations for products.
Useable to perform a synchronization between Rakuten and an ERP for products and orders.
[^1]: considering the limitation of the API of Rakuten
## Features
See the features sections of the [library](lib/README.md#Features) and binary [binary](client/README.md#Features)
## Installation
For using the Rakuten API, you need to obtain a [Token](https://fr.shopping.rakuten.com/usersecure?action=usrwstokenaccess)
## Usage
See the [lib usage](lib/README.md#Usage) or the [CLI client usage](client/README.md#Usage)
## Example
See the [lib example](lib/README.md#Example) or the [CLI client example](client/README.md#Example)
## Bug Reporting
Open an [issue](https:://github.com/Cyrix126/rrcc/issues)
## Contributing
Fork it and create a pull request
## Security
## Documentation
## License
GNU GPL v3