I hereby claim:
- I am p5150j on github.
- I am spexai (https://keybase.io/spexai) on keybase.
- I have a public key ASBhi8orNcerZMhdwoOgueKgU4tFdRHbR4jKc14K4I-vqgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
modules: [{ | |
{ | |
module: "clock", | |
position: "top_left" | |
}, | |
{ | |
module: "calendar", | |
header: "Radar Cal", | |
position: "top_left", | |
config: { |
One Paragraph of project description goes here, this can be pulled from the GTM/Taglines etc
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
I hereby claim:
To claim this, I am signing this object:
curl -X DELETE '[API_URL]/users/2' -H 'Authorization: Bearer [AUTH_TOKEN]' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: application/json, text/plain, */*' |
curl -X PUT '[API_URL]/users/2' -H 'Authorization: Bearer [AUTH_TOKEN]' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: application/json, text/plain, */*' --data-binary '{"email":"[email protected]","firstName": "Renamed"}' |
curl '[API_URL]/users' -H 'Authorization: Bearer [AUTH_TOKEN]' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: application/json, text/plain, */*' --data-binary '{"email":"[email protected]","password":"123456","firstName": "One", "lastName":"CareerAllies", "status": "active", "role": "admin"}' |
curl '[API_URL]/users' -H 'Authorization: Bearer [AUTH_TOKEN]' -H 'Accept: application/json, text/plain, */*' -H 'Connection: keep-alive' --compressed |