-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
51 lines (37 loc) · 1.65 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
INTRODUCTION
------------
Swagger is a specification for documenting RESTful services. Documentation can
be found at https://github.com/swagger-api/swagger-spec.
This module integrates with Services (https://drupal.org/project/services) to
generate swagger-parsable json documentation. Optionally, the swagger-ui library
can be installed to provide a page for displaying the documentation in a
user-friendly manner.
REQUIREMENTS
------------
This module requires the following modules:
* Services (https://www.drupal.org/project/services)
If using the Swagger UI library, the following modules are also necessary:
* Libraries (https://www.drupal.org/project/libraries)
INSTALLATION
------------
* Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.
* (optional) Install the Swagger UI library:
- Download the latest release from
https://github.com/swagger-api/swagger-ui/releases.
- Create a new folder in sites/all/libraries named "swagger".
- From the latest release, copy the contents of the "dist" directory into
the new "swagger" folder.
- Flush caches.
CONFIGURATION
-------------
* Configure user permissions in Administration > People > Permissions:
- View Swagger UI and JSON
Controls access to the JSON created by this module, and the pages used to
display the Swagger UI. If the JSON is going to be consumed externally, you
will likely need to grant this permission to the anonymous user.
MAINTAINERS
-----------
Current maintainers:
* Mark Millford (mindgrub) - https://www.drupal.org/user/1674598