Skip to content

Instantly share code, notes, and snippets.

View dylanyoung-dev's full-sized avatar
🥑
Focusing

Dylan Young dylanyoung-dev

🥑
Focusing
View GitHub Profile
{
"info": {
"_postman_id": "acf94795-b7ff-46b7-adb5-c1c750629213",
"name": "Sitecore Search APIs",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18869027"
},
"item": [
{
"name": "User Profile Information",
@dylanyoung-dev
dylanyoung-dev / Sitecore CDP-Personalize.postman_collection.json
Created October 10, 2022 22:17
Sitecore CDP/Personalize Postman Collection
{
"info": {
"_postman_id": "15fe0ae2-bade-4518-8dae-9ac2994ae75d",
"name": "Sitecore CDP/Personalize",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18869027"
},
"item": [
{
"name": "Tenant APIs",
@dylanyoung-dev
dylanyoung-dev / Flow APIs.postman_collection.json
Created October 4, 2022 15:43
APIs that use oAuth access token to Retrieve, update or create experiences and experiments
{
"info": {
"_postman_id": "4671ef7b-44a7-4e08-9e16-702140a2460b",
"name": "Flow APIs",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18869027"
},
"item": [
{
"name": "Experiences/Experiments",
@dylanyoung-dev
dylanyoung-dev / oAuth Authentication.postman_collection.json
Created October 4, 2022 14:18
Collection of oAuth authentication methods for Sitecore CDP/Personalize.
{
"info": {
"_postman_id": "e445a895-2163-4019-9770-7c53eddcf3e6",
"name": "oAuth Authentication",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18869027"
},
"item": [
{
"name": "Authenticate",
@dylanyoung-dev
dylanyoung-dev / Trigger Flow - Stream APIs - Discover Sitecore.postman_collection.json
Created September 27, 2022 15:53
This is the collection used in my Discover Sitecore Stream APIs with Postman for triggering a web experience.
{
"info": {
"_postman_id": "a4a6f7d3-fd06-4e49-bc89-6f2819f7e1c7",
"name": "Trigger Flow - Stream APIs - Discover Sitecore",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18869027"
},
"item": [
{
"name": "Stream APIs",
@dylanyoung-dev
dylanyoung-dev / Client_Creds_Authenticate.postman_collection.json
Created September 21, 2022 18:47
How to use Client Credentials grant type with Sitecore CDP/Personalize.
{
"info": {
"_postman_id": "e445a895-2163-4019-9770-7c53eddcf3e6",
"name": "Client Creds Authenticate",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18869027"
},
"item": [
{
"name": "Authenticate",
@dylanyoung-dev
dylanyoung-dev / Kill Session.postman_collection.json
Created September 1, 2022 16:37
Kill Session Postman Collection (Sitecore CDP + Personalize)
{
"info": {
"_postman_id": "85925933-40b8-4564-9dcb-f212b9c11107",
"name": "Kill Session",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18869027"
},
"item": [
{
"name": "Kill Session",
@dylanyoung-dev
dylanyoung-dev / dylan-oh-my-posh.json
Last active May 19, 2022 00:07
Dylan Oh My Posh Config
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#ffe9aa",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:eds="http://www.sitecore.net/xmlconfig/eds/">
<sitecore role:require="Standalone or ContentManagement or DedicatedDispatch" eds:require="CustomSmtp">
<exm>
<eds>
<smtpSettings patch:instead="*[@type='Sitecore.EDS.Core.Net.Smtp.SmtpSettings, Sitecore.EDS.Core']" type="Sitecore.EDS.Core.Net.Smtp.SmtpSettings, Sitecore.EDS.Core" singleInstance="true">
<server>smtp.sendgrid.net</server>
<port>587</port>
<userName>apikey</userName>
<password></password>
<authenticationMethod>CramMd5</authenticationMethod>
## Telephone Numbers:
<a href="tel:18001234567">1-800-123-4567</a>
## Email Links:
<a href="mailto:support@sitecore.com">support@sitecore.com</a>