Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MathewsJoseph25/create-shopify-app
/ functions
Functions
36 in github.com/MathewsJoseph25/create-shopify-app
⨍
Functions
36
◇
Types & classes
9
↓ 7 callers
Function
trackException
(msg: string, error?: any, extraData?: any)
apps/api/utils/trackException.util.ts:1
↓ 5 callers
Function
getShopifyAuthKeys
(shop: string)
apps/api/services/auth/helpers/getShopifyAuthKeys.helper.ts:4
↓ 4 callers
Function
useAppApi
( req?: { url: string; data?: any }, dependencies?: any[], )
apps/admin/hooks/useAppApi.hook.ts:7
↓ 3 callers
Function
fetchShopifyApi
( shop: string, url: string, data?: any, method = 'GET', )
apps/api/utils/fetchShopifyApi.util.ts:6
↓ 2 callers
Function
getShopInstallUrl
( shop: string, pageToRedirect = null, )
apps/api/services/auth/helpers/getShopInstallUrl.helper.ts:5
↓ 1 callers
Function
addShopifyWebhooks
( shop: string, accessToken: string, webhooks: string[], )
apps/api/services/auth/helpers/addShopifyWebhooks.helper.ts:5
↓ 1 callers
Function
changePlan
(billingPlan: BillingPlan)
apps/admin/app/billing/page.tsx:17
↓ 1 callers
Function
handleAppUninstallWebhook
(payload: any, shop: string)
apps/api/webhooks/handlers/handleAppUninstall.webhook.ts:7
↓ 1 callers
Function
handleShopUpdateWebhook
(payload: any, shop: string)
apps/api/webhooks/handlers/handleShopUpdate.webhook.ts:4
↓ 1 callers
Function
handler
(req: Request, res: Response)
apps/api/services/auth/routers/auth-init.router.ts:8
↓ 1 callers
Function
runInTransaction
( callback: (session: ClientSession) => void, )
apps/api/utils/runInTransaction.util.ts:4
↓ 1 callers
Function
useShopifyGraphQl
( req?: { query: any; variables?: any }, dependencies?: any[], )
apps/admin/hooks/useShopifyGraphQl.hook.ts:3
↓ 1 callers
Function
useShopifyRestApi
( req?: { url: string; data?: any; method?: string }, dependencies?: any[], )
apps/admin/hooks/useShopifyRestApi.hook.ts:3
↓ 1 callers
Function
verifyUrlHMAC
(req: Request)
apps/api/services/auth/helpers/verifyShopifyUrlHmac.helper.ts:6
↓ 1 callers
Function
verifyWebhook
(shop: string, payload: any, hmac: string)
apps/api/webhooks/helpers/verifyWebhook.helper.ts:4
Function
AppContextWrapper
({ children }: { children: React.ReactNode })
apps/admin/components/AppContextWrapper.component.tsx:15
Function
AppWrapper
({ children }: { children: React.ReactNode })
apps/admin/components/AppWrapper.component.tsx:11
Function
Billing
()
apps/admin/app/billing/page.tsx:10
Function
CheckRedirect
()
apps/admin/components/CheckRedirect.component.tsx:6
Function
Home
()
apps/admin/app/page.tsx:99
Function
LatestProducts
()
apps/admin/app/page.tsx:24
Function
LoadingState
()
apps/admin/app/loading.tsx:4
Function
PageLoadingState
()
apps/admin/components/PageLoadingState.component.tsx:4
Function
ProductsCount
()
apps/admin/app/page.tsx:83
Function
RootLayout
({ children, }: { children: React.ReactNode })
apps/admin/app/layout.tsx:11
Function
ShopifyWebhooksHandler
(req: Request, res: Response)
apps/api/webhooks/index.ts:7
Function
fetchShopifyGql
({ query, variables, }: { query: any variables?: any })
apps/admin/hooks/useAppApi.hook.ts:62
Function
formatMoney
(money: string)
apps/admin/components/AppContextWrapper.component.tsx:28
Function
handler
(req: Request, res: Response)
apps/api/services/auth/routers/auth-callback.router.ts:11
Function
handler
(req: Request, res: Response)
apps/api/services/auth/routers/get-shop-info.router.ts:5
Function
handler
(req: Request, res: Response)
apps/api/services/shop/routers/gql-api-proxy.router.ts:5
Function
handler
(req: Request, res: Response)
apps/api/services/shop/routers/rest-api-proxy.router.ts:5
Function
handler
(req: Request, res: Response)
apps/api/services/billing/routers/billing-callback.router.ts:11
Function
handler
(req: Request, res: Response)
apps/api/services/billing/routers/change-plan.router.ts:9
Function
middleware
(request: NextRequest)
apps/admin/middleware.ts:3
Function
urlRouter
(req: Request, res: Response)
apps/api/apiRouter.ts:16