account-json-api
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -12,3 +12,3 @@ { | ||
"type": "git", | ||
"url": "git+https://github.com/hoodiehq/account-json-api.git" | ||
"url": "https://github.com/hoodiehq/account-json-api.git" | ||
}, | ||
@@ -20,6 +20,3 @@ "keywords": [ | ||
], | ||
"author": { | ||
"name": "Gregor Martynus", | ||
"email": "gregor@martynus.net" | ||
}, | ||
"author": "Gregor Martynus <gregor@martynus.net>", | ||
"license": "ISC", | ||
@@ -35,5 +32,3 @@ "bugs": { | ||
}, | ||
"version": "2.0.1", | ||
"readme": "ERROR: No README data found!", | ||
"_id": "account-json-api@" | ||
"version": "2.1.0" | ||
} |
@@ -33,7 +33,8 @@ # account-json-api | ||
GET /accounts | ||
GET /accounts/{username} | ||
PATCH /accounts/{username} | ||
DELETE /accounts/{username} | ||
GET /accounts/{username}/profile | ||
PATCH /accounts/{username}/profile | ||
GET /accounts/{id} | ||
PATCH /accounts/{id} | ||
DELETE /accounts/{id} | ||
GET /accounts/{id}/profile | ||
PATCH /accounts/{id}/profile | ||
POST /accounts/{id}/sessions | ||
``` | ||
@@ -40,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114
37231