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

Generator and client: make Api a default export #256

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

david-crespo
Copy link
Collaborator

@david-crespo david-crespo commented May 8, 2024

Closes #243. Enables

import Oxide from '@oxide/api'

instead of making the user rename it if they want to:

import { Api as Oxide } from '@oxide/api'

@david-crespo david-crespo changed the base branch from main to clean-up-api May 8, 2024 16:33
Base automatically changed from clean-up-api to main May 8, 2024 16:35
@david-crespo david-crespo merged commit 5789317 into main May 8, 2024
3 checks passed
@david-crespo david-crespo deleted the rename-client branch May 8, 2024 16:39
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

Successfully merging this pull request may close these issues.

Rename Api to OxideClient or something
1 participant