We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdc1f3 commit 167624eCopy full SHA for 167624e
lib/shopify_api/context.rb
@@ -101,6 +101,9 @@ def load_rest_resources(api_version:)
101
@rest_resource_loader&.setup
102
@rest_resource_loader&.unload
103
104
+ # No resources for the unstable version or the release candidate version
105
+ return if api_version == "unstable" || api_version == RELEASE_CANDIDATE_ADMIN_VERSION
106
+
107
version_folder_name = api_version.gsub("-", "_")
108
109
path = "#{__dir__}/rest/resources/#{version_folder_name}"
0 commit comments