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 models and module for membership #4

Closed
10 of 12 tasks
EmilePerron opened this issue Feb 19, 2023 · 0 comments · Fixed by #6
Closed
10 of 12 tasks

feat: add models and module for membership #4

EmilePerron opened this issue Feb 19, 2023 · 0 comments · Fixed by #6

Comments

@EmilePerron
Copy link
Contributor

EmilePerron commented Feb 19, 2023

At the moment, the API client offers models and a client module for the "meta" models (AuthorizedUser, Authorization and Application), but it does not yet include functionality for the membership endpoints and models.

  • Models
  • Module
    • List Users (GET)
    • Get User (GET)
    • Update User (PATCH)
    • Delete User (DELETE)
    • Invite User (POST)
    • List Access Groups (GET)

Webflow API documentation: https://developers.webflow.com/reference
Models documentation: https://developers.webflow.com/docs/models

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 a pull request may close this issue.

1 participant