Skip to content

Commit 1fa507a

Browse files
authored
README: Further resources
1 parent 6054e2f commit 1fa507a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Simple cli to export github v2 projects to csv
1515
1. Install the [github cli](https://cli.github.com): `brew install gh`
1616
2. Clone this repo: `git clone https://github.com/fiedl/github-project-to-csv.git`
1717

18+
## Further Resources
19+
20+
- [Github documentation on the projects api](https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects)
21+
- [Introduction to GraphQL](https://docs.github.com/en/graphql/guides/introduction-to-graphql)
22+
- [Understanding GraphQL Queries](https://graphql.org/learn/queries/)
23+
- [Github GraphQL Object Reference](https://docs.github.com/en/graphql/reference/objects)
24+
1825
## Author and License
1926

2027
(c) 2023, Sebastian Fiedlschuster

0 commit comments

Comments
 (0)