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

feat: add function support #2512

Closed
wants to merge 7 commits into from
Closed

feat: add function support #2512

wants to merge 7 commits into from

Conversation

michaelpineirocontentful

Summary

Add function support

Description

  • Updated plain-client.ts to include new function operations: get, getMany, getManyForEnvironment
  • Created function.ts
  • Enhanced common-types to support new function operations
  • Updated REST/endpoints/function.ts to handle new function endpoints

Checklist (check all before merging)

  • Both unit and integration tests are passing
  • There are no breaking changes
  • Changes are reflected in the documentation

When adding a new method:

  • The new method is exported through the default and plain CMA client
  • All new public types are exported from ./lib/export-types.ts
  • Added a unit test for the new method
  • Added an integration test for the new method
  • The new method is added to the documentation

BobHemphill76 and others added 7 commits November 5, 2024 09:22
- Updated plain-client.ts to include new function operations: get, getMany, getManyForEnvironment
- Created function.ts
- Enhanced common-types to support new function operations
- Updated REST/endpoints/function.ts to handle new function endpoints
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.

2 participants