You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Add Query Using curl Command and Provide Response Samples
2
+
---
3
+
categories:
4
+
cc-catalog-api
5
+
gsod
6
+
gsod-2020
7
+
open-source
8
+
community
9
+
---
10
+
author: ariessa
11
+
---
12
+
series: gsod-2020-cccatalog-api-usage-guide
13
+
---
14
+
pub_date: 2020-09-25
15
+
---
16
+
body:
17
+
18
+
First of all, I’m very thankful to get selected as a Google Season of Docs participant under Creative Commons. My project name is Improve CC Catalog API Usage Guide. The project aims to revamp the existing CC Catalog API documentation to include more narrative elements and increase user friendliness. As the focal point of this project will potentially be delivered before the end of the GSOD period, this project will also improve the CC Catalog API repo documentation for potential contributors. This project will also produce guidelines for contributing to documentation. For this project, my mentor is Alden Page.
19
+
20
+
### Week 1
21
+
22
+
So, the first two weeks of Google Season of Docs have passed. For the first week, I added examples to perform the query using curl command. I hit some problem with a Forbidden error. Turns out my access key got expired. My problem was solved after obtaining a new access key.
23
+
24
+
### Week 2
25
+
26
+
For the second week, I started to write response samples. It was tough as I have a hard time understanding [drf-yasg](https://github.com/axnsan12/drf-yasg), which is an automatic Swagger generator. It can produce Swagger / OpenAPI 2.0 specifications from a Django Rest Framework API. I tried to find as many examples as I could to increase my understanding. Funny, but it took me awhile to realise that drf-yasg is not made up of random letters. The DRF part stands for Django Rest Framework while YASG stands for Yet Another Swagger Generator.
Copy file name to clipboardExpand all lines: content/contributing-code/contents.lr
+2
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ We make extensive use of issue labels to designate the priority, status and begi
34
34
-**Issues without any of the above labels:**
35
35
- These issues _may_ (or may not) be open for contribution.
36
36
- Please add a comment asking one of the maintainers to triage the issue and label it as appropriate.
37
+
38
+
You can use our [Issue Finder tool](/contributing-code/issue-finder/) to find a good issue that matches your skills and familiarity with our software and community.
37
39
38
40
Some helpful saved searches on GitHub than can assist with finding an issue:
39
41
-[issues labeled "good first issue"](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr)
description: Welcome to the CC developer community! We're absolutely delighted to have you here. If you want to contribute but are unsure where to start, you can use this issue finder to find an issue that matches your skills and experience level.
0 commit comments