
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@ngx-y/yapi
Advanced tools
AngularAccelerator: a sap-commerce storefront using angular. This is the implementation of B2B, B2C, CMS and EXT sap-commerce apis
A sap-commerce storefront using angular
This is the implementation of B2B, B2C, CMS, Coupons, Interests, Notification and EXT sap-commerce apis
private query: 'iphone';
private pageNumber: 0;
private pageSize: 10;
constructor(productService: ProductService) {
productService.search({
query: this.query,
...this.pageSize ? {pageSize: this.pageSize} : {},
...this.pageNumber ? {currentPage: this.pageNumber} : {},
fields: FieldLevelMapping.FULL
}).subscribe(searchResult => console.log(searchResult));
}
npm install @ngx-y/yapi
ng build yapi --prod
for B2C apis ycommercewebservices
is a minimal requirement in your localextensions.xml
or yocc
for 20.05
for B2B apis, b2boccaddon
is also required or b2bocc
extension starting 20.05
for CMS apis, cmsoccaddon
is required or cmsocc
extension starting 20.05
for the rest acceleratorwebservicesaddon
but other addons might be needed. Please consult sap documentation
for notifications notificationocc
starting 20.05
for customer interest customerinterestsocc
starting 20.05
for customer coupons customercouponocc
starting 20.05
oauth2
extension is needed for auth
FAQs
AngularAccelerator: a sap-commerce storefront using angular. This is the implementation of B2B, B2C, CMS and EXT sap-commerce apis
We found that @ngx-y/yapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.