Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/panoratech/Panora
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 18, 2023
2 parents 13a1555 + dbcac89 commit fe5c4e6
Show file tree
Hide file tree
Showing 36 changed files with 148 additions and 8 deletions.
3 changes: 3 additions & 0 deletions docs/api-reference/auth/get-authapi-keys.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /auth/api-keys
---
3 changes: 3 additions & 0 deletions docs/api-reference/auth/get-authusers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /auth/users
---
3 changes: 3 additions & 0 deletions docs/api-reference/auth/post-authgenerate-apikey.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/generate-apikey
---
3 changes: 3 additions & 0 deletions docs/api-reference/auth/post-authlogin.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/login
---
3 changes: 3 additions & 0 deletions docs/api-reference/auth/post-authregister.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/register
---
3 changes: 3 additions & 0 deletions docs/api-reference/connections/get-connections.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /connections
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /connections/oauth/callback
---
3 changes: 3 additions & 0 deletions docs/api-reference/crmcontact/create-crm-contact.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /crm/contact
---
3 changes: 3 additions & 0 deletions docs/api-reference/crmcontact/get-crmcontact.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /crm/contact
---
3 changes: 3 additions & 0 deletions docs/api-reference/crmcontact/patch-crmcontact.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: patch /crm/contact
---
3 changes: 3 additions & 0 deletions docs/api-reference/crmcontact/post-crmcontactbatch.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /crm/contact/batch
---
3 changes: 3 additions & 0 deletions docs/api-reference/crmcontact/retrive-a-crm-contact.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /crm/contact/{id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/events/get-events.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /events
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /field-mapping/attribute
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /field-mapping/entities
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /field-mapping/properties
---
3 changes: 3 additions & 0 deletions docs/api-reference/field-mapping/get-field-mappingvalue.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /field-mapping/value
---
3 changes: 3 additions & 0 deletions docs/api-reference/field-mapping/post-field-mappingdefine.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /field-mapping/define
---
3 changes: 3 additions & 0 deletions docs/api-reference/field-mapping/post-field-mappingmap.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /field-mapping/map
---
3 changes: 3 additions & 0 deletions docs/api-reference/get-.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /
---
3 changes: 3 additions & 0 deletions docs/api-reference/linked-users/get-linked-users.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /linked-users
---
3 changes: 3 additions & 0 deletions docs/api-reference/linked-users/get-linked-userssingle.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /linked-users/single
---
3 changes: 3 additions & 0 deletions docs/api-reference/linked-users/post-linked-userscreate.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /linked-users/create
---
3 changes: 3 additions & 0 deletions docs/api-reference/magic-link/get-magic-link.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /magic-link
---
3 changes: 3 additions & 0 deletions docs/api-reference/magic-link/get-magic-linksingle.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /magic-link/single
---
3 changes: 3 additions & 0 deletions docs/api-reference/magic-link/post-magic-linkcreate.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /magic-link/create
---
3 changes: 3 additions & 0 deletions docs/api-reference/organisations/get-organisations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /organisations
---
3 changes: 3 additions & 0 deletions docs/api-reference/organisations/post-organisationscreate.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /organisations/create
---
3 changes: 3 additions & 0 deletions docs/api-reference/passthrough/post-passthrough.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /passthrough
---
3 changes: 3 additions & 0 deletions docs/api-reference/projects/get-projects.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /projects
---
3 changes: 3 additions & 0 deletions docs/api-reference/projects/post-projectscreate.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /projects/create
---
3 changes: 3 additions & 0 deletions docs/api-reference/webhook/get-webhook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /webhook
---
3 changes: 3 additions & 0 deletions docs/api-reference/webhook/post-webhook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /webhook
---
3 changes: 3 additions & 0 deletions docs/api-reference/webhook/put-webhook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: put /webhook/{id}
---
6 changes: 0 additions & 6 deletions docs/features/sdk.mdx

This file was deleted.

48 changes: 46 additions & 2 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"name": "Webhooks",
"url": "webhooks"
},
{
"name": "API Reference",
"url": "api-reference"
},
{
"name": "Contribute",
"url": "contribute"
Expand Down Expand Up @@ -108,6 +112,48 @@
"pages": [
"webhooks/event-types"
]
},
{
"group": "API Reference",
"pages":
[
"api-reference/introduction",
"api-reference/get-",
"api-reference/webhook/post-webhook",
"api-reference/webhook/get-webhook",
"api-reference/webhook/put-webhook",
"api-reference/linked-users/get-linked-userssingle",
"api-reference/linked-users/post-linked-userscreate",
"api-reference/linked-users/get-linked-users",
"api-reference/auth/get-authusers",
"api-reference/auth/post-authlogin",
"api-reference/auth/get-authapi-keys",
"api-reference/auth/post-authregister",
"api-reference/auth/post-authgenerate-apikey",
"api-reference/connections/get-connectionsoauthcallback",
"api-reference/connections/get-connections",
"api-reference/organisations/post-organisationscreate",
"api-reference/organisations/get-organisations",
"api-reference/crmcontact/patch-crmcontact",
"api-reference/crmcontact/retrive-a-crm-contact",
"api-reference/crmcontact/get-crmcontact",
"api-reference/crmcontact/post-crmcontactbatch",
"api-reference/crmcontact/create-crm-contact",
"api-reference/introduction",
"api-reference/magic-link/get-magic-linksingle",
"api-reference/magic-link/get-magic-link",
"api-reference/magic-link/post-magic-linkcreate",
"api-reference/field-mapping/get-field-mappingentities",
"api-reference/field-mapping/get-field-mappingvalue",
"api-reference/field-mapping/post-field-mappingmap",
"api-reference/field-mapping/get-field-mappingproperties",
"api-reference/field-mapping/post-field-mappingdefine",
"api-reference/field-mapping/get-field-mappingattribute",
"api-reference/events/get-events",
"api-reference/passthrough/post-passthrough",
"api-reference/projects/get-projects",
"api-reference/projects/post-projectscreate"
]
}
,
{
Expand All @@ -116,11 +162,9 @@
"contribute/overview"
]
},

{
"group": "Panora Features",
"pages": [
"features/sdk",
"features/self-host-guide",
"features/magic-links",
"features/custom-fields"
Expand Down

0 comments on commit fe5c4e6

Please sign in to comment.