Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengux/go-magento2
Magento 2 REST API client in Go
https://github.com/pengux/go-magento2
Last synced: about 1 month ago
JSON representation
Magento 2 REST API client in Go
- Host: GitHub
- URL: https://github.com/pengux/go-magento2
- Owner: pengux
- License: gpl-3.0
- Created: 2020-07-20T19:49:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T11:46:06.000Z (over 4 years ago)
- Last Synced: 2024-06-20T05:19:08.154Z (7 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-magento2
Magento 2 REST API client in Go## Usage
```
c := magento2.NewClient("https://magento2-shop.com")criteria := magento2.NewSearchCriteria()
c.Customers().Search(critera)
```