-
Notifications
You must be signed in to change notification settings - Fork 2
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
text change #13
Conversation
packages/api/README.md
Outdated
@@ -1,7 +1,7 @@ | |||
# Important |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# 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 |
packages/api/README.md
Outdated
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In here you will learn how to use our provided operations and their types to start working with the api. |
packages/api/README.md
Outdated
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
packages/api/README.md
Outdated
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: | ||
|
There was a problem hiding this comment.
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.
packages/api/README.md
Outdated
@@ -1,7 +1,7 @@ | |||
# Important |
There was a problem hiding this comment.
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
No description provided.