Skip to content

Instantly share code, notes, and snippets.

View p5150j's full-sized avatar
🎯
Focusing

Patrick p5150j

🎯
Focusing
View GitHub Profile

Keybase proof

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:

Keybase proof

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: {

Project Title

One Paragraph of project description goes here, this can be pulled from the GTM/Taglines etc

Getting Started

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.

Prerequisites

Smart commit

git commit -m “[jiraProjectName]-[number]”

Status

Use github labels: WIP or Draft, Feedback requested, Ready for review

Description

Keybase proof

I hereby claim:

  • I am p5150j on github.
  • I am patrick23 (https://keybase.io/patrick23) on keybase.
  • I have a public key ASDnA3Dtn7bcxbfv-Qhd07ahl1W41diqi0A0Yax_bFfu2go

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, */*'
@p5150j
p5150j / edituser.sh
Last active September 25, 2018 19:55
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":"one@careerallies.com","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":"one@careerallies.com","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