Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advertise Event API support #1356

Merged
merged 1 commit into from Apr 3, 2017

Conversation

r-marques
Copy link
Contributor

This pr adds information to the api info endpoint about the streams of the event api.

{
  "_links": {
    "docs": "https://docs.bigchaindb.com/projects/server/en/v0.10.0.dev/drivers-clients/http-client-server-api.html", 
    "self": "http://127.0.0.1:9984/api/v1/", 
    "statuses": "http://127.0.0.1:9984/api/v1/statuses/", 
    "streams_v1": "ws://127.0.0.1:9984/api/v1/streams/", 
    "transactions": "http://127.0.0.1:9984/api/v1/transactions/"
  }
}

@codecov-io
Copy link

codecov-io commented Mar 29, 2017

Codecov Report

Merging #1356 into events-api-first-cut will increase coverage by <.01%.
The diff coverage is 100%.

@@                   Coverage Diff                   @@
##           events-api-first-cut   #1356      +/-   ##
=======================================================
+ Coverage                 98.19%   98.2%   +<.01%     
=======================================================
  Files                        54      54              
  Lines                      2444    2447       +3     
=======================================================
+ Hits                       2400    2403       +3     
  Misses                       44      44

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6c72ae...7537f08. Read the comment docs.

@vrde vrde merged commit 7537f08 into events-api-first-cut Apr 3, 2017
@vrde vrde deleted the feat/1355/advertise-event-api-support branch March 21, 2018 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants