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

Support DigitalOcean Apps #21

Open
johnhidey opened this issue Nov 11, 2021 · 3 comments
Open

Support DigitalOcean Apps #21

johnhidey opened this issue Nov 11, 2021 · 3 comments

Comments

@johnhidey
Copy link
Contributor

@anthonator , wanted to create an issue showing that DO apps is being added to the API. I started work on it but haven't gotten very far.

I'm thinking of breaking it down into multiple modules and wanted your take on it.

  • App
  • App.Deployment

Not exactly sure where to put all the App Support calls like tiers, instance sizes, regions, app spec, and alerts. At first I was thinking of App.Support but not sure I like that.

@anthonator
Copy link
Contributor

My strategy thus far been to mimic the structure of the DO API docs. So everything would go in an App module. If you look at modules like ContainerRegistry you can see what I'm talking about. Organizing by sub types (e.g. app deployment) would be too much maintenance overhead IMHO. I also think this approach makes it easier to grok this library with the DO API docs.

@johnhidey
Copy link
Contributor Author

That works for me. I'll keep on working on getting the App module finished. Hoping to find myself some time this weekend to work.

@anthonator
Copy link
Contributor

Thank you!

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

No branches or pull requests

2 participants