Fabian Zitter

Results 11 issues of Fabian Zitter

Sorry to do this, but we simply do not have enough people contributing to keep the package up to date

For testability, the author of the original PR #65 made all functions public. In order to clear up which part is meant as the public API, we should: either make...

enhancement
help wanted
good first issue

* [POST close](https://help.shopify.com/en/api/reference/orders/order#close) * [POST open](https://help.shopify.com/en/api/reference/orders/order#open) * [POST cancel](https://help.shopify.com/en/api/reference/orders/order#cancel)

bug
help wanted
good first issue

Tests are missing some available resources, it is basically a copy-paste-and-change-the-names job. The most tedious part is to make an example request to shopify to set up a request yaml.

help wanted
good first issue

There are still some resources missing [according to this list](https://help.shopify.com/api/reference). Since most of them follow the same pattern, I think this is a good first issue. EDIT: Here is a...

help wanted
good first issue

To prevent issues like #45 we should add tests that read out the fixture keys and validate that the struct actually defines the correct fields. Ideally we would not write...

enhancement

When I was adding some more resources I became kind of blind to the details, pretty much lost in copy pasting and going through the same changes over and over...

enhancement
question

Since the metafields are special snow flakes (i.e. have methods for every parent resource), we should give a more detailed explanation than just listing it in the implemented resources list.

Documentation

Because we are defining `singular_resource`, `plural_resource` and `to_json` in both modules, linters will warn you about "functions can not match because a previous function will always match" ```elixir defmodule Shopify.Variant...

help wanted
good first issue