Permalink
Browse files

Removes webhook references

  • Loading branch information...
jcipriano committed Jan 4, 2018
1 parent d48f6e7 commit 251dfa1579379b5545fd75885ca301559650771c
Showing with 1 addition and 78 deletions.
  1. +0 −5 README.rst
  2. +1 −1 feedback/events.rst
  3. +0 −72 webhooks.rst
@@ -21,7 +21,6 @@ API Reference
- `POST feedback/create.json </feedback/create.rst>`_
- `GET feedback/show/:id.json </feedback/show.rst>`_
- `GET feedback/events.json </feedback/events.rst>`_
- `Webhooks </webhooks.rst>`_

Feedback Product Guidance
-----------------------------
@@ -48,10 +47,6 @@ Feedback Product Guidance

Access & Authentication
-----------------------------
- For testing we have a param "test":boolean that should be used on all requests

- We must whitelist all webhook URLs manually. Please send basic auth creds in a secure format (e.g. JPG file) and the URL we should post to.

- Your client app ID and a @username must each be whitelisted to get app­level access to the API.

- Separate development accounts are also recommended to test publishing and receiving feedback requests and responses.
@@ -2,7 +2,7 @@
GET feedback/events.json
=================================================

Returns Feedback creation and response events that occur in a specified time period. Please note that the max to_time is 24 hours prior to the current time. For a more real­time response use webhooks or GET feedback/show/:id.json. E nhancements to this endpoint may be introduced in future releases.
Returns Feedback creation and response events that occur in a specified time period. Please note that the max to_time is 24 hours prior to the current time.

Resource Infromation
----------------------------

This file was deleted.

Oops, something went wrong.

0 comments on commit 251dfa1

Please sign in to comment.