Qodex.ai
Qodex.ai
Introduction
API 101: API Fundamentals
Library API Reference
booksbookadd bookupdate bookdelete book
demo (complete)
search booksadd a book to the librarycheckout a bookget details for a single bookdelete the new book
your turn!-day at work
6. "I lost the book..."
your turn!-submit
submit
API 102: Building Workflows with APIs
demo (complete)-workflow
get track idget recommendations
your turn!-workflow
get recommendations
your turn!-submit
submit
API 103: Building Applications with APIs
demo (complete)
check frontendcheck /recommendations
your turn!-check your app
check /check /script.jscheck /recommendations
your turn!-submit
submit
Library API Reference
booksbookadd bookupdate bookdelete book
Introduction
API 101: API Fundamentals
Library API Reference
booksbookadd bookupdate bookdelete book
demo (complete)
search booksadd a book to the librarycheckout a bookget details for a single bookdelete the new book
your turn!-day at work
6. "I lost the book..."
your turn!-submit
submit
API 102: Building Workflows with APIs
demo (complete)-workflow
get track idget recommendations
your turn!-workflow
get recommendations
your turn!-submit
submit
API 103: Building Applications with APIs
demo (complete)
check frontendcheck /recommendations
your turn!-check your app
check /check /script.jscheck /recommendations
your turn!-submit
submit
Library API Reference
booksbookadd bookupdate bookdelete book
HomeAPI 101: API Fundamentalsdemo (complete)

demo (complete)

Number of APIs: 5

  1. checkout a book PATCH {{baseUrl}}/books/:id

  2. delete the new book DELETE {{baseUrl}}/books/:id

  3. add a book to the library POST {{baseUrl}}/books

  4. search books GET {{baseUrl}}/books?search=pragmatic

  5. get details for a single book GET {{baseUrl}}/books/:id

Previous
delete book
Next
search books