Skip to content

Commit

Permalink
Update JSDocs on Fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sonufrienko committed Nov 6, 2019
1 parent 05aa656 commit 65eceb3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions services/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import axios from 'axios';
// utils
import { logger } from 'utils/logs';

// API docs: https://resource-watch.github.io/doc-api/index-rw.html#fields

/**
* fetches fields for a specific dataset.
*
* Fetches fields for a specific dataset.
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#fields|here}
* @param {String} url - URL to get fields.
* @returns {Object} array of dataset fields.
*/
Expand Down

0 comments on commit 65eceb3

Please sign in to comment.