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

Linode parser #172

Merged
merged 8 commits into from Aug 25, 2023
Merged

Linode parser #172

merged 8 commits into from Aug 25, 2023

Conversation

partik03
Copy link
Contributor

@partik03 partik03 commented Jun 23, 2023

Fixes #165

Proposed Changes

In this pull request I have added the SDK parser for Linode Cloud Provider

  • Added the dummy class for the linode cloud platform in the dummy classes folder
  • Added the linode parser in the linode folder inside the parsers directory

partik03 and others added 8 commits March 20, 2023 19:52
Signed-off-by: Partik SIngh <partik.sbumrah.cse21@itbhu.ac.in>
This reverts commit 48d252d.
Signed-off-by: Partik SIngh <partik.sbumrah.cse21@itbhu.ac.in>
Signed-off-by: Partik SIngh <partik.sbumrah.cse21@itbhu.ac.in>
Signed-off-by: Partik SIngh <partik.sbumrah.cse21@itbhu.ac.in>
Signed-off-by: Partik SIngh <partik.sbumrah.cse21@itbhu.ac.in>
Signed-off-by: Partik SIngh <partik.sbumrah.cse21@itbhu.ac.in>
@mbcse mbcse added the GSoC2023 label Aug 25, 2023
@partik03 partik03 changed the base branch from master to partik-gsoc2023 August 25, 2023 15:55
} else if (provider == "DO") {
generateDOClass(services[service][provider], service);
}
if (provider == 'Linode') {
Copy link
Collaborator

@mbcse mbcse Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here its generates do Class @partik03

@mbcse mbcse merged commit 166f668 into leopardslab:partik-gsoc2023 Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement SDK Parser for Linode
2 participants