Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions use-crystallize/skills/js-api-client/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ All callers share the same signature:

## High-Level Helpers

Available helpers (see [High-Level Helpers Reference](references/high-level-helpers.md) for full examples):
Available helpers:

| Helper | Import | Purpose |
| ----------------------------------- | ---------------------------- | ----------------------------------------------------------- |
Expand Down Expand Up @@ -154,8 +154,6 @@ const { tenant } = await api.nextPimApi<{ tenant: { id: string; name: string } }

## References

- [High-Level Helpers](references/high-level-helpers.md) - Catalogue Fetcher, Navigation Fetcher, Product Hydrater, Order Manager, Customer Manager, Cart Manager, and more
- [Utilities](references/utilities.md) - GraphQL Builder, Signature Verification, Binary File Manager, Pricing Utilities, Request Profiling
- [Official Documentation](https://crystallize.com/docs/developer/sdk/js-api-client)
- [Official Documentation](https://crystallize.com/docs/developer/sdk/js-api-client) - High-level helpers and utilities (GraphQL Builder, Signature Verification, Binary File Manager, Pricing Utilities, Request Profiling)
- [GitHub Repository](https://github.com/CrystallizeAPI/libraries/tree/main/components/js-api-client)
- [NPM Package](https://www.npmjs.com/package/@crystallize/js-api-client)
2 changes: 1 addition & 1 deletion use-crystallize/skills/query/references/core-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,4 +701,4 @@ Types are generated from the Core API schema via GraphQL Code Generator.
## Related Links

- [Crystallize Core API Documentation](https://crystallize.com/docs/developer/apis/core-api)
- [Core API Mutations](../mutation/references/core-api.md)
- [Core API Mutations](../../mutation/references/core-api.md)