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

Add missing support for App Platform CRUD operations #322

Closed
bentranter opened this issue Oct 2, 2024 · 0 comments · Fixed by #330
Closed

Add missing support for App Platform CRUD operations #322

bentranter opened this issue Oct 2, 2024 · 0 comments · Fixed by #330

Comments

@bentranter
Copy link
Member

Add support for five App Platform CRUD operations defined here:

There is currently no support for App Platform, so you'll need to create new files in lib/droplet_kit/mappings, lib/droplet_kit/models, and lib/droplet_kit/resources. You'll also need to add the new resource in lib/droplet_kit/client.rb, add the appropriate autoloads in lib/droplet_kit.rb, and test converage in spec/lib. Finally, you'll need to add documentation for these new methods in the README.md file.

A good example of a recently added new resource can be seen in #318.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant