You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by robertkowalski <gi...@git.apache.org> on 2015/10/12 20:16:54 UTC

[GitHub] couchdb-nmo pull request: Active tasks

Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-nmo/pull/7#discussion_r41784933
  
    --- Diff: doc/api/nmo-activetasks.md ---
    @@ -0,0 +1,15 @@
    +nmo-activetasks(3) -- activetasks
    +==============================
    +
    +## SYNOPSIS
    +
    +    nmo.commands.activetasks.getActiveTask(url, filter)
    --- End diff --
    
    just export `getActiveTask` as default (example https://github.com/apache/couchdb-nmo/blob/master/src/isonline.js#L54) and you can change the api consistent to the other existing:
    ```
    nmo.commands.activetasks(url, filter)
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---