A simple api package
Project description
Simple python api using flask and sqlalchemy
Create/update with PUT
Description: Saves/updates the given user's name and date of birth in the database. Request: PUT /hello/ {“dateOfBirth": "YYYY-MM-DD" } Response: 204 No Content
Note: must contains only letters. YYYY-MM-DD must be a date before the today date.
See message with GET
Description: Returns hello birthday message for the given user Request: Get /hello/ Response: 200 OK
Response Examples: A. If username's birthday is in N days: { "message": "Hello, ! Your birthday is in N day(s)" } B. If username's birthday is today: { "message": "Hello, ! Happy birthday!" }
APP variables
Application listens on localhost:5000 by default, but you can set environment variables
APP_HOST=someadress
APP_PORT=8080
APP dependencies
Application uses postgresql and need following environment values:
SQLALCHEMY_DATABASE_URI="postgresql://user:somestrongpassword@localhost:5432/users"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file roverqaz_simple_api-0.1.3.tar.gz.
File metadata
- Download URL: roverqaz_simple_api-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc3f95e28bea6e8aa9df2a7371cc2dffef7ce6a491f5edd9e34506b97b11ff59
|
|
| MD5 |
512279698fd68b5aa4ea2fb18be7190e
|
|
| BLAKE2b-256 |
0824bf78575ef89fae1d2c24a457db5808a333060d4ae386c701c1e139e50bb4
|
File details
Details for the file roverqaz_simple_api-0.1.3-py3-none-any.whl.
File metadata
- Download URL: roverqaz_simple_api-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2cdb087f4072637b0caa8cc9a4f40148aabdc77ae006685e2b458429b123f56
|
|
| MD5 |
121e006d98af1e268ff6f6600db8b111
|
|
| BLAKE2b-256 |
ef54397642414cc25a5447ccfa53cc57c6071b2d4b8ac2093154165ef6a58838
|