module GdsApi
def self.publishing_api(options = {})
-
(GdsApi::PublishingApi)
-
def self.publishing_api(options = {}) GdsApi::PublishingApi.new( Plek.find("publishing-api"), { bearer_token: ENV["PUBLISHING_API_BEARER_TOKEN"] }.merge(options), ) end