This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/docs/layers/api.md
2017-07-16 12:08:43 +04:30

635 B

API

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.

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.

getFollowingUsers = (circles) => {}

Get the user who are in circles. circles is the paramater that we get users from.