https://github.com/jackkweyunga/lazyproxy
An ,API not a proxy. Multiple endpoints to access various resources.
https://github.com/jackkweyunga/lazyproxy
api flask python
Last synced: 2 months ago
JSON representation
An ,API not a proxy. Multiple endpoints to access various resources.
- Host: GitHub
- URL: https://github.com/jackkweyunga/lazyproxy
- Owner: jackkweyunga
- Created: 2021-08-18T14:50:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T20:49:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-08T00:28:31.050Z (over 1 year ago)
- Topics: api, flask, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lazyproxy
Meant to be a single api with different resources available from its different endpoints.
# Testing
- go to: --> [https://lazy-proxy.herokuapp.com/](https://lazy-proxy.herokuapp.com/)
- if this shows up the the api is fine.
```json
{"status":"working"}
```
# Resources
## Nida Card Details in Tz (in json format)
- Go to this url replacing XXXXXXXXXXXXXXXXXXX with a NIN
```html
https://lazy-proxy.herokuapp.com/nin/XXXXXXXXXXXXXXXXXXXXXX
```
#
### More comming :smile: