Skip to content

Commit ed7c18d

Browse files
committed
Use league/commonmark to replace dead php-markdown.
1 parent ddb331a commit ed7c18d

File tree

13 files changed

+568
-168
lines changed

13 files changed

+568
-168
lines changed

apirest.md

-32
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
11
# GLPI REST API: Documentation
22

3-
## Summary
4-
5-
* [Glossary](#glossary)
6-
* [Important](#important)
7-
* [Init session](#init-session)
8-
* [Kill session](#kill-session)
9-
* [Lost password](#lost-password)
10-
* [Get my profiles](#get-my-profiles)
11-
* [Get active profile](#get-active-profile)
12-
* [Change active profile](#change-active-profile)
13-
* [Get my entities](#get-my-entities)
14-
* [Get active entities](#get-active-entities)
15-
* [Change active entities](#change-active-entities)
16-
* [Get full session](#get-full-session)
17-
* [Get GLPI config](#get-glpi-config)
18-
* [Get an item](#get-an-item)
19-
* [Get all items](#get-all-items)
20-
* [Get sub items](#get-sub-items)
21-
* [Get multiple items](#get-multiple-items)
22-
* [List searchOptions](#list-searchoptions)
23-
* [Search items](#search-items)
24-
* [Add item(s)](#add-items)
25-
* [Update item(s)](#update-items)
26-
* [Delete item(s)](#delete-items)
27-
* [Get available massive actions for an itemtype](#get-available-massive-actions-for-an-itemtype)
28-
* [Get available massive actions for an item](#get-available-massive-actions-for-an-item)
29-
* [Get massive action parameters](#get-massive-action-parameters)
30-
* [Apply massive action](#apply-massive-action)
31-
* [Special cases](#special-cases)
32-
* [Errors](#errors)
33-
* [Servers configuration](#servers-configuration)
34-
353
## Glossary
364

375
Endpoint

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"laminas/laminas-json": "^3.5",
4343
"laminas/laminas-mail": "^2.23",
4444
"laminas/laminas-mime": "^2.9",
45+
"league/commonmark": "^2.4",
4546
"league/csv": "^9.10",
4647
"league/html-to-markdown": "^5.1",
4748
"league/oauth2-client": "^2.7",
4849
"league/oauth2-google": "^4.0",
4950
"league/oauth2-server": "^8.5",
5051
"mexitek/phpcolors": "^1.0",
51-
"michelf/php-markdown": "^2.0",
5252
"monolog/monolog": "^3.4",
5353
"paragonie/sodium_compat": "^1.20",
5454
"psr/cache": "^3.0",

0 commit comments

Comments
 (0)