8000 GitHub - ristomcintosh/memcards-api-go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ristomcintosh/memcards-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memcards API

API Endpoints

Follows the API specification for Memcards (a simple flashcard app). The endpoints are as follows:

Decks

  • GET /decks - Retrieve a list of all decks
  • GET /decks/{deckId} - Retrieve a specific deck
  • POST /decks - Create a new deck
  • PUT /decks/{deckId} - Update a deck
  • DELETE /decks/{deckId} - Delete a deck

Flashcards

  • POST /decks/{deckId}/flashcards - Add a new flashcard to deck
  • PUT /decks/{deckId}/flashcards/{flashcardId} - Update a flashcard
  • DELETE /decks/{deckId}/flashcards/{flashcardId} - Delete a flashcard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0