- Description:
Bluesky service provider (Keyoxide docs)
- Source:
Bluesky service provider (Keyoxide docs)
Example
import { ServiceProviderDefinitions } from 'doipjs';
const spPost = ServiceProviderDefinitions.data.bsky.processURI('https://bsky.app/profile/alice.bsky.social/post/123456789');
const spProfile = ServiceProviderDefinitions.data.bsky.processURI('https://bsky.app/profile/alice.bsky.social');
Methods
(static) processURI(uri) → {ServiceProvider}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
uri |
string | Claim URI to process |
Returns:
The service provider information based on the claim URI
- Type
- ServiceProvider