repositorypackage
0.0.5
Repository: https://github.com/perryd01/unaswrappergo.git
Documentation: pkg.go.dev
# README
Unas API wrapper lib for Golang
This is an unofficial API wrapper lib for Unas webshop written for Golang. The main goal is to make programming stuff using Unas API more convinient.
Contributions
Big thanks to @ondrejoa for helping me in this.
Maintenance
The largest part of the codebase was written in 2021 summer. We cannot guarantee the correct operation in case of an API update. Feel free to contribute and keep the code up to date.
Code documentation
Unas API has an often poor, so we can't figure out some minor stuff either :confused:
Usable API requests
Endpoint | Support |
---|---|
AuthwithAPIKey | :heavy_check_mark: |
AuthwithPass | :heavy_check_mark: |
GetNewsletter | :question: |
SetNewsletter | :question: |
GetProduct | :x: |
SetProduct | :x: |
GetProductDB | :x: |
SetProductDB | :x: |
GetOrder | :x: |
SetOrder | :x: |
GetStock | :x: |
SetStock | :x: |
GetCategory | :heavy_check_mark: |
SetCategory | :heavy_check_mark: |
GetCustomer | :x: |
SetCustomer | :x: |
CheckCustomer | :question: |
GetScriptTag | :x: |
SetScriptTag | :x: |
GetPage | :x: |
SetPage | :x: |
GetPageContent | :x: |
SetPageContent | :x: |
GetStorage | :x: |
SetStorage | :x: |
GetProductParameter | :x: |
SetProductParameter | :x: |
GetAutomatism | :x: |
SetAutomatism | :x: |