1.0.84 • Published 11 months ago

@webage/path v1.0.84

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

path

Path and Names for rest api controllers and graphql resolvers

Example

const p = new PathBuilder('category', 'prefix');

p.ID_KEY // id
p.ID_PARAM // :id
p.RELATION_ID_KEY // rid
p.RELATION_ID_PARAM // :rid
p.PLURAL_PATH // categories
p.SINGULAR_PATH // category
p.ID_PATH // category/:id
p.RELATION_PATH // category/:id/:rn
p.RELATION_ID_PATH // category/:id/:rn/:rid
p.RESOURCE_NAME // category
p.TAG // CategoryController 
1.0.84

11 months ago

1.0.83

11 months ago

1.0.81

11 months ago

1.0.8

11 months ago

1.0.71

11 months ago

1.0.7

11 months ago

1.0.62

11 months ago

1.0.61

11 months ago

1.0.1

11 months ago

1.0.0

12 months ago