1- # MobX-REST
1+ # MobX-RESTful
22
33Common [ MobX] [ 1 ] 4/5 ** abstract base Class & Decorator** utilities for ** RESTful API** .
44
55Just define your ** Data models** & ** Client HTTP methods** , then leave rest of things to MobX!
66
7- [ ![ NPM Dependency] ( https://david-dm.org/idea2app/MobX-REST .svg )] [ 2 ]
8- [ ![ CI & CD] ( https://github.com/idea2app/MobX-REST /workflows/CI%20&%20CD/badge.svg )] [ 3 ]
7+ [ ![ NPM Dependency] ( https://david-dm.org/idea2app/MobX-RESTful .svg )] [ 2 ]
8+ [ ![ CI & CD] ( https://github.com/idea2app/MobX-RESTful /workflows/CI%20&%20CD/badge.svg )] [ 3 ]
99[ ![ ] ( https://raw.githubusercontent.com/sindresorhus/awesome/main/media/mentioned-badge.svg )] [ 4 ]
1010
1111[ ![ NPM] ( https://nodei.co/npm/mobx-strapi.png?downloads=true&downloadRank=true&stars=true )] [ 5 ]
@@ -19,7 +19,7 @@ Just define your **Data models** & **Client HTTP methods**, then leave rest of t
1919### ` source/store/User.ts `
2020
2121``` typescript
22- import { IDType , Body , checkInput } from ' mobx-rest ' ;
22+ import { IDType , Body , checkInput } from ' mobx-restful ' ;
2323import { StrapiStore } from ' mobx-strapi' ;
2424import { BaseModel , UserModel } from ' @your-scope/back-end-model' ;
2525
@@ -98,10 +98,10 @@ export class UserPage extends mixin() {
9898```
9999
100100[ 1 ] : https://mobx.js.org/
101- [ 2 ] : https://david-dm.org/idea2app/MobX-REST
102- [ 3 ] : https://github.com/idea2app/MobX-REST /actions
101+ [ 2 ] : https://david-dm.org/idea2app/MobX-RESTful
102+ [ 3 ] : https://github.com/idea2app/MobX-RESTful /actions
103103[ 4 ] : https://github.com/strapi/awesome-strapi
104104[ 5 ] : https://nodei.co/npm/mobx-strapi/
105- [ 6 ] : https://github.com/idea2app/MobX-REST /tree/master/Strapi/
106- [ 7 ] : https://github.dev/idea2app/MobX-REST /blob/master/Strapi/test/index.spec.ts
105+ [ 6 ] : https://github.com/idea2app/MobX-RESTful /tree/master/Strapi/
106+ [ 7 ] : https://github.dev/idea2app/MobX-RESTful /blob/master/Strapi/test/index.spec.ts
107107[ 8 ] : https://github.com/EasyWebApp/WebCell
0 commit comments