Skip to content

Commit

Permalink
links added in query and subscription services
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopareja committed Dec 17, 2019
1 parent 4619eee commit a7a3f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions services/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { WRIAPI } from 'utils/axios';

/**
* Send GET request to /query
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#query|here}
* @param {String} token token User's token
* @param {*} sql mandatory parameter
* @param {Object} params request paremeters to API.
Expand Down
2 changes: 1 addition & 1 deletion services/subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const fetchSubscriptions = (token, params) => {

/**
* Creates a subscription for an area
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#create-subscription|here}
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#with-an-area|here}
* @param {Object} options
*/
export const createSubscriptionToArea = ({
Expand Down

0 comments on commit a7a3f6b

Please sign in to comment.