Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text change #13

Merged
merged 2 commits into from
Mar 6, 2024
Merged

text change #13

merged 2 commits into from
Mar 6, 2024

Conversation

RomKadria
Copy link
Collaborator

No description provided.

@@ -1,7 +1,7 @@
# Important
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Important
# monday.com platform API SDK
This SDK provides a simple way to interact with monday.com's GraphQL platform API, making it easier than ever to get started with our API.
The SDK abstracts away the complex GraphQL queries, providing simple operations for the most common endpoints such as fetching board data, or creating items.
The SDK is supported in both Node.js and browser environments, and is using the [graphql-request client](https://www.npmjs.com/package/graphql-request) under the hood.
Want to make more complex queries or find out more about what our API has to offer, check out [monday.com's platform API documentation] (https://developer.monday.com/api-reference).
## Important

@@ -1,7 +1,7 @@
# Important

This will explain how to use our provided operations and their types to start working with the api
For now, all the exported types will correspond to the 2024-04 version, with no regard to the version you specify
In here you will learn how to use our provided operations and their types to start working with the api.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In here you will learn how to use our provided operations and their types to start working with the api.

This will explain how to use our provided operations and their types to start working with the api
For now, all the exported types will correspond to the 2024-04 version, with no regard to the version you specify
In here you will learn how to use our provided operations and their types to start working with the api.
For now, all the exported types will correspond to the 2024-04 version, with no regard to the version you specify.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For now, all the exported types will correspond to the 2024-04 version, with no regard to the version you specify.
The SDK works only with the current API version (2024-01)
Support for specifying a version will be added in the future.

This will explain how to use our provided operations and their types to start working with the api
For now, all the exported types will correspond to the 2024-04 version, with no regard to the version you specify
In here you will learn how to use our provided operations and their types to start working with the api.
For now, all the exported types will correspond to the 2024-04 version, with no regard to the version you specify.

If you need a different version OR When you'l want to write your own TYPED queries, you have two options:

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this sections altogether since I moved these deatils to the beginning:

## Monday GraphQL JS SDK
This SDK provides you with an easy way to interact with monday.com's GraphQL API.
The SDK is supported in both Node.js and browser environments, and is using the [graphql-request client](https://www.npmjs.com/package/graphql-request) under the hood.

@@ -1,7 +1,7 @@
# Important
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than these comments just add links to our documentation anywhere it could be relevant.
Specifically impotant imo:
In the place where you mention - are you an app developer add a linnk to the apps documentaiton with a -
"Want to find out more about monday apps" or something like that

@RomKadria RomKadria merged commit 0a7cb17 into main Mar 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants