shopify alternatives and similar packages
Based on the "Third-party APIs" category.
Alternatively, view shopify alternatives based on common mentions on social networks and blogs.
-
go-openai
OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go -
goamz
Popular fork of goamz which adds some missing API calls to certain packages. -
webhooks
:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs -
githubql
Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql). -
twitter-scraper
Scrape the Twitter frontend API without authentication with Golang. -
lark
Feishu(飞书)/Lark Open API Go SDK, Support ALL Open API and Event Callback. -
openaigo
OpenAI GPT3/3.5 and GPT4 ChatGPT API Client Library for Go, simple, less dependencies, and well-tested -
gostorm
GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. -
hipchat (xmpp)
A golang package to communicate with HipChat over XMPP -
clarifai
DEPRECATED: please use https://github.com/Clarifai/clarifai-go-grpc -
go-lark
An easy-to-use SDK for Feishu and Lark Open Platform (Messaging API only) -
go-trending
Go library for accessing trending repositories and developers at Github. -
simples3
Simple no frills AWS S3 Golang Library using REST with V4 Signing (without AWS Go SDK) -
go-tgbot
Golang telegram bot API wrapper, session-based router and middleware -
cachet
Go(lang) client library for Cachet (open source status page system). -
go-postman-collection
Go module to work with Postman Collections
Static code analysis for 29 languages.
Do you think we are missing an alternative of shopify or a related project?
README
go-shopify
Simple API made with go to make CRUD request to your Shopify Store.
Installation
go get github.com/rapito/go-shopify
How-to-use
- Get Requests
import "fmt"
import "github.com/rapito/go-shopify/shopify"
...
shop := shopify.New(storeDomain,apiKey,pass)
result, _ := shop.Get("products")
fmt.Println(string(result))
- Check out the examples folder for simple usage.
- Read some of the tests at shopify_test.go for complete CRUD examples.
Contribution
- You may fork this library and modify it as you please.
- You can make a pull request and I will be happy to check it out and merge it.
- If you find a bug, create an issue and I will do my best to fix it (someday).
Original Work
While I was looking for something cool to do with this new language im learning (Go, obviously), I ran into hammond-bones' go-shopify library. Which inspired me to start creating this one.
- Fork it at: go-shopify
Buy me a Drink
Links
While I was on my go-trip to create this api, I found some awesome libs which made my life easier. Check them out, hopefully they'll do the same for you:
- http://github.com/parnurzeal/gorequest
- http://github.com/bmizerany/assert
- http://github.com/avelino/awesome-go
Other APIs