zitadel /
example-quote-generator-app
A simple web application using a React front-end and a Python back-end API, both secured using ZITADEL.
15/100 healthLoading repository data…
beandrake / repository
A simple example of how to request paginated data from an API using Python.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple example of how to request paginated data from an API using Python.
A friend of mine had a task that required them to retrieve paginated data from an API with Python, but they had never done anything like that before and were having trouble. I had also never retrieved paginated data from an API before, so this seemed like a good opportunity to both learn something and help out a friend.
Make a local clone of this repository via your preferred method.
In the directory of your local clone, create and activate a virtual environment and install dependencies:
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
Run the program:
python apiPaginate.py
Selected from shared topics, language and repository description—not editorial ratings.
zitadel /
A simple web application using a React front-end and a Python back-end API, both secured using ZITADEL.
15/100 healthLucasbrunoferreira /
A simple example to implements a http web service with python, tornado framework, docker, mongo and marshmallow schemas.
45/100 healthLucasbrunoferreira /
📡 A simple example to implements a http web service with python, flask framework, docker, mongo and marshmallow schemas.
34/100 healthFsoky /
A simple example of CRUD in FastAPI (Python) with Redis cache
60/100 healthTobi-De /
A simple API to manage your projects, so that they can be dynamically included in your portfolio for example.
41/100 healtholmosdev /
A simple example of a small API REST FULL built with Python, Django and Django REST Framework.
27/100 health