Git Product home page Git Product logo

reminder-back's Introduction

Reminder-back - Reminder Backend

Usage

IReminder

{
  id: string;
  title: string | null;
  data: string | null;
  uuid: string;
}

Strings

GET /strings/[language-code]

GET /

content-type: application/json
Authorization: [token]

Response Example

[
  {
    "id": "smile6",
    "title": "fff!",
    "data": "asdf",
    "uuid": "a46fa191-ecb8-43e7-8c63-f387c0cdb3e1"
  },
  {
    "id": "smile6",
    "title": "aaaaaa!",
    "data": "fffffffffff",
    "uuid": "b15f76a9-012a-4446-be91-3e0e8a8073fd"
  },
  {
    "id": "smile6",
    "title": "hi",
    "data": "asdf!",
    "uuid": "b7bab658-891b-47bd-94a7-14593fe8a6b6"
  }
]

POST /

content-type: application/json
Authorization: [token]

{
    "title": "hello world!",
    "data": "hey!!"
}

Response Example

{
  "id": "[id]",
  "title": "hello world!",
  "data": "hey!!",
  "uuid": "a7b5d093-336c-4478-9aa4-cf746ad28c2b"
}

PUT /

content-type: application/json
Authorization: [token]

{
    "title": "hello world!",
    "uuid": "b7bab658-891b-47bd-94a7-14593fe8a6b6"
}

DELETE /

content-type: application/json
Authorization: [token]

{
    "uuid": "b7bab658-891b-47bd-94a7-14593fe8a6b6"
}

reminder-back's People

Contributors

smiilliin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.