Coder Social home page Coder Social logo

Add Client Endpoint about beaver HOT 1 CLOSED

Clivern avatar Clivern commented on May 18, 2024
Add Client Endpoint

from beaver.

Comments (1)

Clivern avatar Clivern commented on May 18, 2024
~ curl -X POST -H "X-AUTH-TOKEN: 123" -d '{}' "http://localhost:8080/api/client" | python -m json.tool

{
    "created_at": 1543585664,
    "id": "1dbb0ac1-97c5-4aa9-ba08-f02ebfb49b1a",
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjoiMWRiYjBhYzEtOTdjNS00YWE5LWJhMDgtZjAyZWJmYjQ5YjFhIiwidGltZXN0YW1wIjoxNTQzNTg1NjY0fQ.4yXo_g2OY31i9bwgPfkwLjls4nGXfiSGx0UM8Cvbw0k",
    "updated_at": 1543585664
}


➜  ~ curl -X GET -H "X-AUTH-TOKEN: 123" -d '{}' "http://localhost:8080/api/client/1dbb0ac1-97c5-4aa9-ba08-f02ebfb49b1a" | python -m json.tool

{
    "created_at": 1543585664,
    "id": "1dbb0ac1-97c5-4aa9-ba08-f02ebfb49b1a",
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjoiMWRiYjBhYzEtOTdjNS00YWE5LWJhMDgtZjAyZWJmYjQ5YjFhIiwidGltZXN0YW1wIjoxNTQzNTg1NjY0fQ.4yXo_g2OY31i9bwgPfkwLjls4nGXfiSGx0UM8Cvbw0k",
    "updated_at": 1543585664
}


➜  ~ curl -X DELETE -H "X-AUTH-TOKEN: 123" -d '{}' "http://localhost:8080/api/client/1dbb0ac1-97c5-4aa9-ba08-f02ebfb49b1a" -v         
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8080 (#0)
> DELETE /api/client/1dbb0ac1-97c5-4aa9-ba08-f02ebfb49b1a HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.43.0
> Accept: */*
> X-AUTH-TOKEN: 123
> Content-Length: 2
> Content-Type: application/x-www-form-urlencoded
>
* upload completely sent off: 2 out of 2 bytes
< HTTP/1.1 204 No Content
< Date: Fri, 30 Nov 2018 13:48:47 GMT
<
* Connection #0 to host localhost left intact

from beaver.

Related Issues (20)

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.