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

Added support for instances PATCH endpoints and other endpoints not yet implemented #55

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mattezra
Copy link
Contributor

@mattezra mattezra commented Mar 7, 2024

Closes #54

  • Added the following instances endpoints and their test cases to node-sdk:

  • /content/links (POST, GET, PUT, PATCH, DELETE)

  • /content/models/fields (PUT, PATCH, DELETE)

  • /content/models/items (PATCH)

  • /web/redirects (POST, GET, PUT, PATCH, DELETE)

  • /web/stylesheets/variables (GET, PUT, DELETE)

  • /web/headtags (POST, PUT, PATCH, DELETE)

  • /env/settings (PUT, PATCH, DELETE)

  • Fixed existing tests

  • Added examples

@mattezra mattezra added the enhancement New feature or request label Mar 7, 2024
@mattezra mattezra linked an issue Mar 7, 2024 that may be closed by this pull request
2 tasks
@mattezra mattezra added the ready label Mar 14, 2024
@mattezra mattezra requested a review from shrunyan March 14, 2024 13:39
@mattezra mattezra marked this pull request as ready for review March 14, 2024 13:39
@mattezra mattezra self-assigned this Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add PATCH
2 participants