export const getCategorys = schema.get('/api/getcategorys/{page}', {
page: { type: Number, required: true, urlOnly: true },
type: { type: Number, required: true },
});
getCategorys({ page: 1, type: 1 }).then((json) => {
log(json);
});
-
Notifications
You must be signed in to change notification settings - Fork 1
api schema
License
btfrankenstein/apischema
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
api schema
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published