assemblee-virtuelle / assemblee-virtuelle/Semantic-Bus
New component for recursive API
- Dominant language
- JavaScript
- Stars
- 57
- Forks
- 10
- Avg merge
- 8m
- Merged PRs (30d)
- 55
Description
When an API needs to be called multiple times. Such as in this situation :
"https://www.communecter.org/api/organization/get/limit/500/index/XXXX?"
where XXXX is the number of data from which you begin to fetch data (0,500,1000,1500,2000,2500).
We need to create a component to be able to iterate over an URL, with some parameters (maybe put in the URL?) and that fetch all of the data from an API.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the existing component and workflow structure in the Semantic-Bus repository; no specific file or entry point is named in the issue. Use the example Communecter URL to define how pagination parameters should be supplied and how repeated responses are combined. Done should include a reusable component that fetches all requested pages from an API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100