Skip to content

Commit d72d682

Browse files
authored
Add Custom APIs endpoint status command and SDK support (#33)
* adding custom API topic, commands and SDK support * doc updates for custom APIs * skill specific to api client development concerns for scapi * adding new b2c plugin with custom api development skill * code coverage for custom APIs * update agent skills documentation * notes about tenant * examples and org id fix
1 parent ed3a071 commit d72d682

File tree

26 files changed

+2657
-262
lines changed

26 files changed

+2657
-262
lines changed

.claude-plugin/marketplace.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
"source": "./plugins/b2c-cli",
1818
"category": "productivity",
1919
"strict": false
20+
},
21+
{
22+
"name": "b2c",
23+
"description": "B2C Commerce development skills including Custom API development guides.",
24+
"author": {
25+
"name": "Salesforce"
26+
},
27+
"license": "Apache-2.0",
28+
"source": "./plugins/b2c",
29+
"category": "productivity",
30+
"strict": false
2031
}
2132
]
2233
}

0 commit comments

Comments
 (0)