• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

o5 / apib2json / 57

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2018 11:28PM UTC
Jobs 1
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
57

Pull #3

travis-ci

web-flow
Add additional meta data to responses.

This MR will add two new attributes to response meta data
- `group`
- `statusCode`

This information is useful to parse this document and figure out the purpose of the responses. Here is an example of the output.

```
      "meta": {
        "type": "response",
        "title": null,
        "group": "Customer",
        "statusCode": "422"
      }
```

Just by looking at the metadata with another program I can tell the schema belongs to a response from Customer and is the response schema for status 422.

My use case is that the same endpoint can respond with different statuses and also have a different response format.
Pull Request #3: Add additional meta data to responses.
Jobs
ID Job ID Ran Files Coverage
1 57.1 08 Jun 2018 11:28PM UTC 0
Travis Job 57.1
Source Files on build 57
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #57
  • Pull Request #3
  • PR Base - master (#46)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc