Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pusher_api
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
pusher_api
Commits
789f9be9
Commit
789f9be9
authored
2 years ago
by
jay jangid
Committed by
jay jangid
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3337499
: Update README.md file according to "README.md template"
parent
119a87ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Issue #3337499: Update README.md file according to "README.md template"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.MD
+34
-34
34 additions, 34 deletions
README.MD
with
34 additions
and
34 deletions
README.MD
+
34
−
34
View file @
789f9be9
CONTENTS OF THIS FILE
---------------------
# Pusher API
*
Introduction
*
Requirements
*
Installation
*
Configuration
*
Maintainers
This module connects Drupal and
[
Pusher
](
https://pusher.com/
)
to add
realtime data.
INTRODUCTION
------------
For now this module adds the option to trigger events in Pusher on
node events. Think of node creation, updating and deleting.
The Pusher API module provides a connection between Drupal and the Pusher API
(www.
pusher
.com
).
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/
pusher
_api
)
.
*
For a full descrip
tion o
f
t
he module, visit the project page:
https://www.drupal.org/project/pusher_api
Submit bug reports and feature sugges
tion
s,
o
r
t
rack changes in the
[
issue queue
](
https://www.drupal.org/project/
issues/
pusher_api
)
.
*
To submit bug reports and feature suggestions, or track changes:
https://www.drupal.org/project/issues/pusher_api
REQUIREMENTS
------------
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires no modules outside of Drupal core.
INSTALLATION
------------
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
*
Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
CONFIGURATION
-------------
## Configuration
1.
Go to www.pusher.com and create a new app.
2.
Find you app keys and add them to the settings.php
...
...
@@ -44,24 +45,23 @@ CONFIGURATION
$settings['pusher_api']['api_settings']['cluster'] = 'cluster';
```
3.
Navigate to Administration > Extend and enable the module.
4.
Navigate to Administration > Configuration > Webservices > Pusher API for configurations. Save Configurations.
4.
Navigate to Administration > Configuration > Webservices >
Pusher API for configurations. Save Configurations.
Configurable parameters:
**
Configurable parameters:
**
*
Default channel name
*
Send triggers to Pusher for node events (creation, updating and deleting of nodes)
-
Default channel name
-
Send triggers to Pusher for node events (creation, updating and deleting of nodes)
HOOKS
-----
**Hooks**
This modules implements some custom hooks. You can find them in pusher_api.api.php
MAINTAINERS
-----------
## Maintainers
*
Fabian de Rijk - https://www.drupal.org/u/fabianderijk
-
Fabian de Rijk -
[
fabianderijk
](
https://www.drupal.org/u/fabianderijk
)
Supporting organization:
**
Supporting organization:
**
*
Finalist - https://www.drupal.org/finalist
\ No newline at end of file
-
[
Finalist
](
https://www.drupal.org/finalist
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment