We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d825a commit 5ea6fd5Copy full SHA for 5ea6fd5
modules/cat_facts/cat_facts.info.yml
@@ -1,3 +1,5 @@
1
name: Cat Facts
2
-core: 8.x
3
type: module
+description: Example JSON API consumption in Drupal
4
+core_version_requirement: ^8.8 || ^9
5
+package: Custom
modules/cat_facts/src/CatFactsClient.php
@@ -4,6 +4,11 @@
use Drupal\Component\Serialization\Json;
6
7
+/**
8
+ * Class CatFactsClient.
9
+ *
10
+ * @package Drupal\cat_facts
11
+ */
12
class CatFactsClient {
13
14
/**
0 commit comments