1.0.84 • Published 12 months ago

@webage/path v1.0.84

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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

12 months ago

1.0.83

12 months ago

1.0.81

12 months ago

1.0.8

12 months ago

1.0.71

12 months ago

1.0.7

12 months ago

1.0.62

12 months ago

1.0.61

12 months ago

1.0.1

12 months ago

1.0.0

1 year ago