Packages
DEPRECATED: go to https://hex.pm/packages/starkbank.
Retired package: Deprecated - v1 SDK is deprecated. Go to https://hex.pm/packages/starkbank.
Current section
Files
Jump to
Current section
Files
lib/utils/requests/http_status.ex
defmodule StarkBank.Utils.Requests.HTTPStatus do
@moduledoc false
@ok 200
@unauthorized 401
def unauthorized do
@unauthorized
end
def ok do
@ok
end
end