MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / makeKindDirPath

Function makeKindDirPath

helpers/api/kind.js:44–46  ·  view source on GitHub ↗
( kindSlug )

Source from the content-addressed store, hash-verified

42}
43
44function makeKindDirPath ( kindSlug ) {
45 return `${ apiDirectory }${ makeKindEndpoint({ kindSlug }) }`
46}
47
48function makeKindFilePath ({ kindSlug, number }) {
49 return `${ apiDirectory }${ makeKindEndpoint({ kindSlug, number }) }.json`

Callers 1

basePathMethod · 0.85

Calls 1

makeKindEndpointFunction · 0.85

Tested by

no test coverage detected