Galaxy API Adoption
Number of APIs: 8
🚨 Important Announcement: Badge Submissions Have Ended 🚨
The deadline for badge submissions for this course has now passed. Unfortunately, we are no longer accepting submissions, and no additional badges will be awarded.
For further Qodex training and to explore new challenges, please visit the [Qodex Academy]
This collection accompanies the Qodex Galaxy API Adoption training session.
Learn how to build adoption for your API by working your way through this collection!
FORK the collection to create a copy in your own workspace.
- Start by opening the collection and expanding the
Learn adoption
folder, selecting theBegin learning
request, and clicking Send. - When you get a response, open the Visualize tab and follow the instructions from there.
When you're done working through the collection, open the Complete submission
folder:
- Follow the steps returned from the
Publish workspace
request to create a public workspace and update your profile. - Copy your collection link (Share > Via API > Generate a New Key) into the
Test collection
address, adding your profile link as the query parameter–Send to test your work for completion!
When your submission is successfully processed you'll receive the Qodex API Adoption badge!
The API used in this collection is open source and available on Github. Ensure you've [configured your workspace sidebar ] to include environments
and mock servers
before proceeding
-
Complete submission - Publish workspace GET {{url}}/publish
-
Learn adoption - Begin learning GET {{url}}/begin
-
Learn adoption - Get item GET {{url}}/record
-
Learn adoption - Add item POST {{url}}/record
-
Learn adoption - Remove item DELETE {{url}}/record/:id
-
Learn adoption - Get list GET {{url}}/records
-
Complete submission - Test collection GET {{your-collection-link}}
-
Learn adoption - Update item PUT {{url}}/record?id=xyz789