@atmospheremusic/atmosphere-api-library
v1.2.8
Published
Shared API client library for the Atmosphere ecosystem
Readme
@atmospheremusic/atmosphere-api-library
Shared API client library for the Atmosphere ecosystem.
Installation
npm install @atmospheremusic/atmosphere-api-libraryUsage
import { apiClient, setApiClientBaseURL } from '@atmospheremusic/atmosphere-api-library';
// Set the base URL for API requests
setApiClientBaseURL('https://api.example.com');
// Use the apiClient for making requests
// Or import specific API functions
import { callUserProfilesShow, callArtistProfilesShow } from '@atmospheremusic/atmosphere-api-library';For publishing information, see PUBLISHING.md.
