Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
```