Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SDK Protocols to use valid URIs #200

Open
coveloper opened this issue Mar 22, 2025 · 0 comments
Open

Update SDK Protocols to use valid URIs #200

coveloper opened this issue Mar 22, 2025 · 0 comments

Comments

@coveloper
Copy link
Contributor

Is this a regression?

Yes

Description

There are several Swift SDK Protocol definitions that point to non-existent URIs.

Many are using the retired atalaprism.io or didcomm.atalaprism.io domains.

The invalid URIs are:
case didcommPresentation = "https://didcomm.atalaprism.io/present-proof/3.0/presentation"
case didcommRequestPresentation = "https://didcomm.atalaprism.io/present-proof/3.0/request-presentation"
case didcommProposePresentation = "https://didcomm.atalaprism.io/present-proof/3.0/propose-presentation"
case didcommconnectionRequest = "https://atalaprism.io/mercury/connections/1.0/request"
case didcommRevocationNotification = "https://atalaprism.io/revocation_notification/1.0/revoke"
case prismOnboarding = "https://atalaprism.io/did-request"

Image

The alataprism.io baseURL redirects to the main Identus project Github.

Please provide the exception or error you saw

`atalaprism.io` URIs redirect to `https://github.com/hyperledger-identus/identus, but each of these should link to a spec somewhere no?

Please provide the environment you discovered this bug in

Swift SDK, v.7.0.0

EdgeAgentSDK > EdgeAgentSDK > EdgeAgent > Sources > Protocols > ProtocolTypes.swift

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant