Notion (Independent Publisher Connector) (#1852)

* Notion - Independent Publisher

Notion is an application that provides components such as notes, databases, kanban boards, wikis, calendars and reminders. These components and systems can be used individually, or in collaboration with others.

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Updated Privacy Policy

- Attached Privacy Policy &  website URL to the apiDefinition.swagger.json

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Update Readme.md

Removed html code from Readme.md file.

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Update apiDefinition.swagger.json

Removed Empty definitions.

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Update apiDefinition.swagger.json

have updated object property visibility to none. and added proper description.

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Update apiDefinition.swagger.json

Have added Categories.

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Delete settings.json

have deleted settings.json file

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Update apiProperties.json

have updated the iconBrandColor.

Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Update apiDefinition.swagger.json

Changes: -
 - Have removed empty paths.
 - Have added titles to empty operations.
 - Corrected category names to only two.
Co-Authored-By: Harshini <65181903+harshinivarma@users.noreply.github.com>

* Update apiDefinition.swagger.json

i have updated description for has more

* Update apiDefinition.swagger.json

- have Updated all titles. and made sure no empty operations.

Co-Authored-By: Harshini <harshinivarma8@gmail.com>

* Update api.Definition.swagger.json

- Updated changes as requested.

Co-Authored-By: Harshini <harshinivarma8@gmail.com>

* Update apiDefinition.swagger.json

Changes:
 -Removed all the "_" from OperationId
 -Added all expected response codes.

* Update api.Definition.swagger.json

-Updated all the OperationID values.

* Update api.Definition.swagger.json

-OperationID have been updated.

* Update apiDefinition.swagger.json

-Operation ID has been fixed. made sure Validation error satisfied.

* Update api.Definition.swagger.json

-Validation Successfull.

* Submitting SHRTCODE Independent Publisher connector

* Update apiDefinition.swagger.json

Reverted changes on this file.

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

Added proper description for Dynamic response.

* Update apiDefinition.swagger.json

Updated OperationID as pascal casing.

* Update apiProperties.json

Added Stackowner details

* Update readme.md

Publisher name has been updated.

* Delete settings.json

As mentioned settings.json file had been deleted.

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

Removed space at the end of the file.

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json file

* Updating apiDefinition.swagger.json

Updates as follows.

- added Query a Database
- added Retrieve a page
- added Create a page
-added Delete a block
-added Append block children
-added Create a page
-added Retrieve a page property item
- added Retrieve your token's bot user
- added Update a block
- added Create comment
-added Retrieve comments

Updating Notion Independent Publisher Connector Actions.

Co-Authored-By: Harshini <harshinivarma8@gmail.com>

* removing SHRTCODE Connector folder

* Update apiDefinition.swagger.json

Replaces Default values with respective status codes.

* Update apiDefinition.swagger.json

removed empty schema from the entire swagger file.

* Update apiDefinition.swagger.json

Updated proper descriptions for the actions

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

Co-authored-by: Harshini <65181903+harshinivarma@users.noreply.github.com>
Co-authored-by: Harshini <harshinivarma8@gmail.com>
Co-authored-by: v-EgorKozhadei <105671031+v-EgorKozhadei@users.noreply.github.com>
Co-authored-by: Egor Kozhadei (Akvelon INC) <v-ekozhadei@microsoft.com>
This commit is contained in:
Chandra Sekhar Malla 2022-09-09 00:06:15 +04:00 коммит произвёл GitHub
Родитель 31134e418f
Коммит f0a49c8f53
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1336 добавлений и 104 удалений

Просмотреть файл

@ -30,11 +30,44 @@ Searches all pages and child pages that are shared with the integration. (The re
#### Update a block
Updates the content for the specified block_id based on the block type.
#### Query a Database
Gets a list of Pages contained in the database, filtered and ordered according to the filter conditions and sort criteria provided in the request.
#### Retrieve a page
Retrieves a Page object using the ID specified.
#### Create a page
Creates a new page in the specified database or as a child of an existing page.
#### Delete a block
Sets a Block object, including page blocks, to archived: true using the ID specified.
#### Append block children
Creates and appends new children blocks to the parent block_id specified.
#### Create a page
Creates a new page in the specified database or as a child of an existing page.
#### Retrieve a page property item
Retrieves a property_item object for a given page_id and property_id.
#### Retrieve your token's bot user
Retrieves the bot User associated with the API token provided in the authorization header. The bot will have an owner field with information about the person who authorized the integration.
#### Update a block
Updates the content for the specified block_id based on the block type. Supported fields based on the block object type.
#### Create comment
Creates a comment in a page or existing discussion thread.
There are two locations you can add a new comment to:
A page
An existing discussion thread
#### Retrieve comments
Retrieves a list of un-resolved Comment objects from a page or block.
## Upcoming Planned Features
#### Query a Database (Planned)
Gets a list of Pages contained in the database, filtered and ordered according to the filter conditions and sort criteria provided in the request.
#### Create a Database (Planned)
Creates a database as a subpage in the specified parent page, with the specified properties schema.
@ -42,21 +75,10 @@ Creates a database as a subpage in the specified parent page, with the specified
#### Update Database (Planned)
Updates an existing database as specified by the parameters.
#### Retrieve a page (Planned)
Retrieves a Page object using the ID specified.
#### Create a page (Planned)
Creates a new page in the specified database or as a child of an existing page.
#### Update page (Planned)
Updates page property values for the specified page.
#### Append block children (Planned)
Creates and appends new children blocks to the parent block_id specified.
#### Delete a block (Planned)
Sets a Block object, including page blocks, to archived: true using the ID specified.
## API Documentation
Visit [Start building with the Notion API ](https://developers.notion.com/) page for further details.

Разница между файлами не показана из-за своего большого размера Загрузить разницу