[Next Version] Realat to #5 #6 #9 #15 #17 #20 #23 #24 #27 #35 #36 #42

This commit is contained in:
Qolzam
2018-01-14 15:10:00 +07:00
parent e38dbc9fd3
commit 051cfa6f07
59 changed files with 1570 additions and 495 deletions

View File

@@ -2,22 +2,6 @@
Is a decoupled layer of interfaces to data and/or functionality of one or more components.
## CircleAPI.jsx
We provided some functions for doing some procedures on user circles.
```javascript
getUserBelongCircles = (circles,followingId) => {}
```
To get circles which the user is added in. `circles` is the parameter that we want to know if user is exist in any of them or not. `followingId` is the parameter that show the use identifier who we are looking for in `circles` parameter.
```javascript
getFollowingUsers = (circles) => {}
```
Get the user who are in circles. `circles` is the paramater that we get users from.
## FileAPI.jsx
A set of functions for working with files.