NxTIC/config/repositories.json

50 lines
445 B
JSON
Raw Normal View History

{
2016-04-12 12:27:54 +00:00
"user": [
"login",
"getById",
"getAll",
"checkUnique",
"create",
"remove"
2016-04-12 12:27:54 +00:00
],
"subject": [
"getById",
"getAll",
"create",
"merge",
"remove",
"link"
],
"relation": [
"getAll",
"getById",
"create",
"remove"
],
"category": [
"getAll",
"getById",
"getByIntitule",
"getOrCreate"
],
"Personnes": [
"getById"
],
"token": [
"getAll",
"getById",
"check",
"generate",
"remove"
]
}