Commit 42cc644
committed
Implement an intitial server based on flask.
Do the core work necessary to have a first response served to a GET
request and some basic wiring to allow submission of JSON via POST.
CHECKPOINT: running coreapi server
overrides? not yet sure why this was needed
Implement a user creation endpoint in the server.
Back a POST handler onto the refactored createuser functionality file which
exposes a function that can be invoked programatically with a configuration.
Split out the response data decoding chunk.
axe depedency pn reworkings on userapi
fixups - move closer to the server working without createuser changes
Implement finding users by email address.1 parent 258ef32 commit 42cc644
File tree
8 files changed
+811
-0
lines changed- mig
- services
- coreapi
- tests
- support
8 files changed
+811
-0
lines changedWhitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments