Skip to content

Resolved Implement OAM Services for version 2.0.0#174

Merged
DanaSunal merged 2 commits intodevelopfrom
ManasaBM1/issue155
Feb 10, 2023
Merged

Resolved Implement OAM Services for version 2.0.0#174
DanaSunal merged 2 commits intodevelopfrom
ManasaBM1/issue155

Conversation

@ManasaBM1
Copy link
Copy Markdown
Collaborator

Fixes #155

@ManasaBM1
Copy link
Copy Markdown
Collaborator Author

Reviewer is @DanaSunal

var response = {};
var value = await fileOperation.readFromDatabaseAsync(url);
response['application/json'] = {
"tcp-server-interface-1-0:description" : "tcp-server-interface-1-0:"+value
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

"tcp-server-interface-1-0:"+value ? why?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

removed the "tcp-server-interface-1-0:

reject();
}
});
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please format the code properly, unnecessary blank lines.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

done

@@ -0,0 +1,86 @@
'use strict';

var utils = require('../utils/writer.js');
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

not used

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

removed done

@DanaSunal DanaSunal merged commit 5d86b27 into develop Feb 10, 2023
@ManasaBM1 ManasaBM1 deleted the ManasaBM1/issue155 branch August 10, 2023 04:50
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 this pull request may close these issues.

Implement OAM Services for version 2.0.0

2 participants