diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..762a5c235d0f7f7b502ec8b01af44db73a154ab2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: node_js
+node_js:
+- node
+deploy:
+- skip_cleanup: true
+  provider: script
+  script: npm run build && npm run gh-pages
+  on:
+    branch: master
+- skip_cleanup: true
+  provider: script
+  script: npm run build && npm run gh-pages -- -p "$TRAVIS_BRANCH"
+  on:
+    all_branches: true
+    condition: '"$TRAVIS_BRANCH" != "master" && "$TRAVIS_BRANCH" != "gh-pages"'
+  email: chris.guindon@eclipse-foundation.org
+  name: Christopher Guindon
+env:
+  global:
+    secure: E/Q4/XQu7hFWt+hAQ6B3kS5Rt0yWVZzz0uPNFrVaXyIPET0C49NzWreAn2Hv+asHWOxzyEIa+JiIyI/m7/crp+Hd03ghnVSTrAwSvQ9+1g8Hg+34PbyXBPeQe+wncQWlyFy3aqtB+i357X+qJyQ39+3NBhR4eZacV8MIkRRGljm8gW1PGhwt95ykmP8eqdPQrM9ec+w3fFxMp2jC8M9KWBETVYrOu8TkZYlVgS+lZJQMNAlaYo1iq0QOBYABYGPKqUqoP0E4NLSCtiTlX/6rMMW3Iu0ew0ySbDi9rlB3vaWtS0F7ne11anHunjMeHoPBxOc5rfEifQcFR2H8hWWvrL1T5ggYdwpi35BSYaWeoyMDeQqJRwPAgKtxFu3URUZz1CM7gbUT+43DJv9OwCTCO3SRWyrkfoIUnHQNTlnvw/RGr71nNLz6YNC+GoY0FgGIpXFLhVMJ9VTMc2EV5ymH0zkYbQIzxat2hFEafRmMfGrn0qdgTAlNMX5AIPTNGGfgP3E0Y0whrMUclpLA5tJBMlYQ7VGxY5eNOvRDdjM3yPLYHXJILetaoUujPvFbvP//8L+IwcXubSafPv1mBTNjLyPoM26sCy0VG84dZ7puxPv3V4IXeH5PD+exm3dqRQI9sbVpGLTf1xVYUK8aIy0NdyUQboqIKXqcg6eh6qC6jzY=
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000000000000000000000000000000000000..c89a7c74a683b5825535f7411b8d765eba04ad39
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,46 @@
+# Contributor Covenant Code of Conduct
+
+## Our Pledge
+
+In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
+
+## Our Standards
+
+Examples of behavior that contributes to creating a positive environment include:
+
+* Using welcoming and inclusive language
+* Being respectful of differing viewpoints and experiences
+* Gracefully accepting constructive criticism
+* Focusing on what is best for the community
+* Showing empathy towards other community members
+
+Examples of unacceptable behavior by participants include:
+
+* The use of sexualized language or imagery and unwelcome sexual attention or advances
+* Trolling, insulting/derogatory comments, and personal or political attacks
+* Public or private harassment
+* Publishing others' private information, such as a physical or electronic address, without explicit permission
+* Other conduct which could reasonably be considered inappropriate in a professional setting
+
+## Our Responsibilities
+
+Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
+
+Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
+
+## Scope
+
+This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
+
+## Enforcement
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at webdev@eclipse-foundation.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
+
+Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
+
+[homepage]: http://contributor-covenant.org
+[version]: http://contributor-covenant.org/version/1/4/
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000000000000000000000000000000000..47116f25f0736a5c1c2c7cfb41f86bb8d390302d
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,35 @@
+# Contributing to marketplace-rest-api-specs
+
+Thanks for your interest in this project.
+
+## Project description
+
+marketplace-rest-api-specs is a project to regroup assets for the Eclipse Foundation look and feel. 
+
+* https://github.com/eclipsefdn/api.eclipse.org-docs
+
+## Developer resources
+
+The project maintains the following source code repositories
+
+* https://github.com/eclipsefdn/api.eclipse.org-docs
+
+## Eclipse Contributor Agreement
+
+Before your contribution can be accepted by the project team contributors must
+electronically sign the Eclipse Contributor Agreement (ECA).
+
+* http://www.eclipse.org/legal/ECA.php
+
+Commits that are provided by non-committers must have a Signed-off-by field in
+the footer indicating that the author is aware of the terms by which the
+contribution has been provided to the project. The non-committer must
+additionally have an Eclipse Foundation account and must have a signed Eclipse
+Contributor Agreement (ECA) on file.
+
+For more information, please see the Eclipse Committer Handbook:
+https://www.eclipse.org/projects/handbook/#resources-commit
+
+## Contact
+
+Contact the Eclipse Foundation Webdev team via webdev@eclipse-foundation.org.
diff --git a/Gruntfile.js b/Gruntfile.js
deleted file mode 100644
index ff5bf437a50a4b3f9c25880969f6daee97d39282..0000000000000000000000000000000000000000
--- a/Gruntfile.js
+++ /dev/null
@@ -1,54 +0,0 @@
-module.exports = function (grunt) {
-    'use strict';
-    grunt.initConfig({
-        aglio: {
-            'all': {
-                'files': { 'docs/index.html': ['src/index.apib'],  'docs/auth.html': ['src/auth.apib'],  'docs/proposals.html': ['src/proposals.apib']},
-                'options': {
-                    'theme': 'default',
-                    'separator': '\\n',
-                    'includePath': 'src',
-                    'themeTemplate': 'templates/index.jade',
-                    'themeFullWidth': true,
-                    'themeStyle': 'styles/styles.less'
-                }
-                
-            }
-        },
-        watch: {
-            'aglio': {
-                'files': [
-                    'src/**/*.apib',
-                    'src/**/*.md',
-                    'src/**/*.json',
-                    'templates/*',
-                    'styles/*'
-                ],
-                'tasks': ['aglio'],
-                'options': { 'livereload': '<%= connect.options.livereload %>' }
-            }
-        },
-        connect: {
-            options: {
-                port: 8080,
-                hostname: 'localhost',
-                livereload: 35729
-            },
-            livereload: {
-                options: {
-                    open: false,
-                    base: 'docs'
-                }
-            }
-        }
-    });
-    grunt.loadNpmTasks('grunt-aglio');
-    grunt.loadNpmTasks('grunt-contrib-connect');
-    grunt.loadNpmTasks('grunt-contrib-watch');
-    grunt.registerTask('build', ['aglio']);
-    grunt.registerTask('serve', [
-        'build',
-        'connect:livereload',
-        'watch'
-    ]);
-};
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..e23ece2c852415800ac224b74ede6c5849f6f88d
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,277 @@
+Eclipse Public License - v 2.0
+
+    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+    PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
+    OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+  a) in the case of the initial Contributor, the initial content
+     Distributed under this Agreement, and
+
+  b) in the case of each subsequent Contributor:
+     i) changes to the Program, and
+     ii) additions to the Program;
+  where such changes and/or additions to the Program originate from
+  and are Distributed by that particular Contributor. A Contribution
+  "originates" from a Contributor if it was added to the Program by
+  such Contributor itself or anyone acting on such Contributor's behalf.
+  Contributions do not include changes or additions to the Program that
+  are not Modified Works.
+
+"Contributor" means any person or entity that Distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which
+are necessarily infringed by the use or sale of its Contribution alone
+or when combined with the Program.
+
+"Program" means the Contributions Distributed in accordance with this
+Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement
+or any Secondary License (as applicable), including Contributors.
+
+"Derivative Works" shall mean any work, whether in Source Code or other
+form, that is based on (or derived from) the Program and for which the
+editorial revisions, annotations, elaborations, or other modifications
+represent, as a whole, an original work of authorship.
+
+"Modified Works" shall mean any work in Source Code or other form that
+results from an addition to, deletion from, or modification of the
+contents of the Program, including, for purposes of clarity any new file
+in Source Code form that contains any contents of the Program. Modified
+Works shall not include works that contain only declarations,
+interfaces, types, classes, structures, or files of the Program solely
+in each case in order to link to, bind by name, or subclass the Program
+or Modified Works thereof.
+
+"Distribute" means the acts of a) distributing or b) making available
+in any manner that enables the transfer of a copy.
+
+"Source Code" means the form of a Program preferred for making
+modifications, including but not limited to software source code,
+documentation source, and configuration files.
+
+"Secondary License" means either the GNU General Public License,
+Version 2.0, or any later versions of that license, including any
+exceptions or additional permissions as identified by the initial
+Contributor.
+
+2. GRANT OF RIGHTS
+
+  a) Subject to the terms of this Agreement, each Contributor hereby
+  grants Recipient a non-exclusive, worldwide, royalty-free copyright
+  license to reproduce, prepare Derivative Works of, publicly display,
+  publicly perform, Distribute and sublicense the Contribution of such
+  Contributor, if any, and such Derivative Works.
+
+  b) Subject to the terms of this Agreement, each Contributor hereby
+  grants Recipient a non-exclusive, worldwide, royalty-free patent
+  license under Licensed Patents to make, use, sell, offer to sell,
+  import and otherwise transfer the Contribution of such Contributor,
+  if any, in Source Code or other form. This patent license shall
+  apply to the combination of the Contribution and the Program if, at
+  the time the Contribution is added by the Contributor, such addition
+  of the Contribution causes such combination to be covered by the
+  Licensed Patents. The patent license shall not apply to any other
+  combinations which include the Contribution. No hardware per se is
+  licensed hereunder.
+
+  c) Recipient understands that although each Contributor grants the
+  licenses to its Contributions set forth herein, no assurances are
+  provided by any Contributor that the Program does not infringe the
+  patent or other intellectual property rights of any other entity.
+  Each Contributor disclaims any liability to Recipient for claims
+  brought by any other entity based on infringement of intellectual
+  property rights or otherwise. As a condition to exercising the
+  rights and licenses granted hereunder, each Recipient hereby
+  assumes sole responsibility to secure any other intellectual
+  property rights needed, if any. For example, if a third party
+  patent license is required to allow Recipient to Distribute the
+  Program, it is Recipient's responsibility to acquire that license
+  before distributing the Program.
+
+  d) Each Contributor represents that to its knowledge it has
+  sufficient copyright rights in its Contribution, if any, to grant
+  the copyright license set forth in this Agreement.
+
+  e) Notwithstanding the terms of any Secondary License, no
+  Contributor makes additional grants to any Recipient (other than
+  those set forth in this Agreement) as a result of such Recipient's
+  receipt of the Program under the terms of a Secondary License
+  (if permitted under the terms of Section 3).
+
+3. REQUIREMENTS
+
+3.1 If a Contributor Distributes the Program in any form, then:
+
+  a) the Program must also be made available as Source Code, in
+  accordance with section 3.2, and the Contributor must accompany
+  the Program with a statement that the Source Code for the Program
+  is available under this Agreement, and informs Recipients how to
+  obtain it in a reasonable manner on or through a medium customarily
+  used for software exchange; and
+
+  b) the Contributor may Distribute the Program under a license
+  different than this Agreement, provided that such license:
+     i) effectively disclaims on behalf of all other Contributors all
+     warranties and conditions, express and implied, including
+     warranties or conditions of title and non-infringement, and
+     implied warranties or conditions of merchantability and fitness
+     for a particular purpose;
+
+     ii) effectively excludes on behalf of all other Contributors all
+     liability for damages, including direct, indirect, special,
+     incidental and consequential damages, such as lost profits;
+
+     iii) does not attempt to limit or alter the recipients' rights
+     in the Source Code under section 3.2; and
+
+     iv) requires any subsequent distribution of the Program by any
+     party to be under a license that satisfies the requirements
+     of this section 3.
+
+3.2 When the Program is Distributed as Source Code:
+
+  a) it must be made available under this Agreement, or if the
+  Program (i) is combined with other material in a separate file or
+  files made available under a Secondary License, and (ii) the initial
+  Contributor attached to the Source Code the notice described in
+  Exhibit A of this Agreement, then the Program may be made available
+  under the terms of such Secondary Licenses, and
+
+  b) a copy of this Agreement must be included with each copy of
+  the Program.
+
+3.3 Contributors may not remove or alter any copyright, patent,
+trademark, attribution notices, disclaimers of warranty, or limitations
+of liability ("notices") contained within the Program from any copy of
+the Program which they Distribute, provided that Contributors may add
+their own appropriate notices.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities
+with respect to end users, business partners and the like. While this
+license is intended to facilitate the commercial use of the Program,
+the Contributor who includes the Program in a commercial product
+offering should do so in a manner which does not create potential
+liability for other Contributors. Therefore, if a Contributor includes
+the Program in a commercial product offering, such Contributor
+("Commercial Contributor") hereby agrees to defend and indemnify every
+other Contributor ("Indemnified Contributor") against any losses,
+damages and costs (collectively "Losses") arising from claims, lawsuits
+and other legal actions brought by a third party against the Indemnified
+Contributor to the extent caused by the acts or omissions of such
+Commercial Contributor in connection with its distribution of the Program
+in a commercial product offering. The obligations in this section do not
+apply to any claims or Losses relating to any actual or alleged
+intellectual property infringement. In order to qualify, an Indemnified
+Contributor must: a) promptly notify the Commercial Contributor in
+writing of such claim, and b) allow the Commercial Contributor to control,
+and cooperate with the Commercial Contributor in, the defense and any
+related settlement negotiations. The Indemnified Contributor may
+participate in any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those performance
+claims and warranties, and if a court requires any other Contributor to
+pay any damages as a result, the Commercial Contributor must pay
+those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
+PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
+BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
+TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
+PURPOSE. Each Recipient is solely responsible for determining the
+appropriateness of using and distributing the Program and assumes all
+risks associated with its exercise of rights under this Agreement,
+including but not limited to the risks and costs of program errors,
+compliance with applicable laws, damage to or loss of data, programs
+or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
+PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
+SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
+EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further
+action by the parties hereto, such provision shall be reformed to the
+minimum extent necessary to make such provision valid and enforceable.
+
+If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other software
+or hardware) infringes such Recipient's patent(s), then such Recipient's
+rights granted under Section 2(b) shall terminate as of the date such
+litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of
+time after becoming aware of such noncompliance. If all Recipient's
+rights under this Agreement terminate, Recipient agrees to cease use
+and distribution of the Program as soon as reasonably practicable.
+However, Recipient's obligations under this Agreement and any licenses
+granted by Recipient relating to the Program shall continue and survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement,
+but in order to avoid inconsistency the Agreement is copyrighted and
+may only be modified in the following manner. The Agreement Steward
+reserves the right to publish new versions (including revisions) of
+this Agreement from time to time. No one other than the Agreement
+Steward has the right to modify this Agreement. The Eclipse Foundation
+is the initial Agreement Steward. The Eclipse Foundation may assign the
+responsibility to serve as the Agreement Steward to a suitable separate
+entity. Each new version of the Agreement will be given a distinguishing
+version number. The Program (including Contributions) may always be
+Distributed subject to the version of the Agreement under which it was
+received. In addition, after a new version of the Agreement is published,
+Contributor may elect to Distribute the Program (including its
+Contributions) under the new version.
+
+Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
+receives no rights or licenses to the intellectual property of any
+Contributor under this Agreement, whether expressly, by implication,
+estoppel or otherwise. All rights in the Program not expressly granted
+under this Agreement are reserved. Nothing in this Agreement is intended
+to be enforceable by any entity that is not a Contributor or Recipient.
+No third-party beneficiary rights are created under this Agreement.
+
+Exhibit A - Form of Secondary Licenses Notice
+
+"This Source Code may also be made available under the following 
+Secondary Licenses when the conditions for such availability set forth 
+in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
+version(s), and exceptions or additional permissions here}."
+
+  Simply including a copy of this Agreement, including this Exhibit A
+  is not sufficient to license the Source Code under Secondary Licenses.
+
+  If it is not possible or desirable to put the notice in a particular
+  file, then You may include the notice in a location (such as a LICENSE
+  file in a relevant directory) where a recipient would be likely to
+  look for such a notice.
+
+  You may add additional accurate notices of copyright ownership.
\ No newline at end of file
diff --git a/README.md b/README.md
index a9087729858c449c8f7450f1944f23e46c70b8f3..520f93fbf1e3404fb0cfee4f985367d6a3791e1c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,71 @@
 # Eclipse Api RESTful API
 Source files for the API should be placed in __src__ folder.
 
-## Installation
-To install dependencies, run ___npm install___.
+## Links
 
-## Usage
-To generate some pretty HTML into the docs folder, run ___npm run grunt build___ at the command line.
+- [SwaggerUI](https://eclipsefdn.github.io/api.eclipse.org-docs/swagger-ui/)
+- OpenAPI Raw Files: [JSON](https://eclipsefdn.github.io/api.eclipse.org-docs/openapi.json) [YAML](https://eclipsefdn.github.io/api.eclipse.org-docs/openapi.yaml)
 
-To help development, if you run ___npm run grunt serve___, the HTML will be accessible from http://localhost:8080/index.html 
+**Warning:** All above links are updated only after Travis CI finishes deployment
 
-When you save one of the source files, this page will automatically refresh.
\ No newline at end of file
+## Getting started
+### Install
+
+1. Install [Node JS](https://nodejs.org/)
+2. Clone repo and run `npm install` in the repo root
+
+### Usage
+
+#### `npm start`
+Starts the development server.
+
+#### `npm run build`
+Bundles the spec and prepares web_deploy folder with static assets.
+
+#### `npm test`
+Validates the spec.
+
+#### `npm run gh-pages`
+Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.
+
+## Contributing
+
+1. [Fork](https://help.github.com/articles/fork-a-repo/) the [eclipsefdn/api.eclipse.org-docs](https://github.com/eclipsefdn/api.eclipse.org-docs) repository
+2. Clone repository: `git clone https://github.com/[your_github_username]/api.eclipse.org-docs.git`
+3. Create your feature branch: `git checkout -b my-new-feature`
+4. Commit your changes: `git commit -m 'Add some feature' -s`
+5. Push feature branch: `git push origin my-new-feature`
+6. Submit a pull request
+
+### Declared Project Licenses
+
+This program and the accompanying materials are made available under the terms
+of the Eclipse Public License v. 2.0 which is available at
+http://www.eclipse.org/legal/epl-2.0.
+
+SPDX-License-Identifier: EPL-2.0
+
+## Bugs and feature requests
+
+Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/eclipsefdn/api.eclipse.org-docs/issues/new).
+
+## Author
+
+**Christopher Guindon (Eclipse Foundation)**
+
+- <https://twitter.com/chrisguindon>
+- <https://github.com/chrisguindon>
+
+**Eric Poirier (Eclipse Foundation)**
+
+- <https://twitter.com/ericpoir>
+- <https://github.com/ericpoirier>
+
+## Trademarks
+
+* Eclipse® is a Trademark of the Eclipse Foundation, Inc.
+* Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
+
+## Copyright and license
+
+Copyright 2018 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [api.eclipse.org-docs authors](https://github.com/eclipsefdn/api.eclipse.org-docs/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/eclipsefdn/api.eclipse.org-docs/LICENSE).
\ No newline at end of file
diff --git a/docs/auth.html b/docs/auth.html
deleted file mode 100644
index b525303da0e08ebf4d21d18ef3707be63b583ed7..0000000000000000000000000000000000000000
--- a/docs/auth.html
+++ /dev/null
@@ -1,432 +0,0 @@
-<!DOCTYPE html><html><head><meta charset="utf-8"><title>Eclipse Authorization Server</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"><script src="//eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js"></script><script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script><link rel="stylesheet" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css"><link rel="stylesheet" href="//eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone.min.css"><style>@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Inconsolata|Raleway:200');.hljs-comment,.hljs-title{color:#8e908c}.hljs-variable,.hljs-attribute,.hljs-tag,.hljs-regexp,.ruby .hljs-constant,.xml .hljs-tag .hljs-title,.xml .hljs-pi,.xml .hljs-doctype,.html .hljs-doctype,.css .hljs-id,.css .hljs-class,.css .hljs-pseudo{color:#c82829}.hljs-number,.hljs-preprocessor,.hljs-pragma,.hljs-built_in,.hljs-literal,.hljs-params,.hljs-constant{color:#f5871f}.ruby .hljs-class .hljs-title,.css .hljs-rules .hljs-attribute{color:#eab700}.hljs-string,.hljs-value,.hljs-inheritance,.hljs-header,.ruby .hljs-symbol,.xml .hljs-cdata{color:#718c00}.css .hljs-hexcolor{color:#3e999f}.hljs-function,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword,.perl .hljs-sub,.javascript .hljs-title,.coffeescript .hljs-title{color:#4271ae}.hljs-keyword,.javascript .hljs-function{color:#8959a8}.hljs{display:block;background:white;color:#4d4d4c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .javascript,.xml .vbscript,.xml .css,.xml .hljs-cdata{opacity:.5}.right .hljs-comment{color:#969896}.right .css .hljs-class,.right .css .hljs-id,.right .css .hljs-pseudo,.right .hljs-attribute,.right .hljs-regexp,.right .hljs-tag,.right .hljs-variable,.right .html .hljs-doctype,.right .ruby .hljs-constant,.right .xml .hljs-doctype,.right .xml .hljs-pi,.right .xml .hljs-tag .hljs-title{color:#c66}.right .hljs-built_in,.right .hljs-constant,.right .hljs-literal,.right .hljs-number,.right .hljs-params,.right .hljs-pragma,.right .hljs-preprocessor{color:#de935f}.right .css .hljs-rule .hljs-attribute,.right .ruby .hljs-class .hljs-title{color:#f0c674}.right .hljs-header,.right .hljs-inheritance,.right .hljs-name,.right .hljs-string,.right .hljs-value,.right .ruby .hljs-symbol,.right .xml .hljs-cdata{color:#b5bd68}.right .css .hljs-hexcolor,.right .hljs-title{color:#8abeb7}.right .coffeescript .hljs-title,.right .hljs-function,.right .javascript .hljs-title,.right .perl .hljs-sub,.right .python .hljs-decorator,.right .python .hljs-title,.right .ruby .hljs-function .hljs-title,.right .ruby .hljs-title .hljs-keyword{color:#81a2be}.right .hljs-keyword,.right .javascript .hljs-function{color:#b294bb}.right .hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.5em;-webkit-text-size-adjust:none}.right .coffeescript .javascript,.right .javascript .xml,.right .tex .hljs-formula,.right .xml .css,.right .xml .hljs-cdata,.right .xml .javascript,.right .xml .vbscript{opacity:.5}body{color:black;background:white;font:400 14px / 1.42 'Roboto',Helvetica,sans-serif}header{border-bottom:1px solid #f2f2f2;margin-bottom:12px}h1,h2,h3,h4,h5{color:black;margin:12px 0}h1 .permalink,h2 .permalink,h3 .permalink,h4 .permalink,h5 .permalink{margin-left:0;opacity:0;transition:opacity .25s ease}h1:hover .permalink,h2:hover .permalink,h3:hover .permalink,h4:hover .permalink,h5:hover .permalink{opacity:1}.triple h1 .permalink,.triple h2 .permalink,.triple h3 .permalink,.triple h4 .permalink,.triple h5 .permalink{opacity:.15}.triple h1:hover .permalink,.triple h2:hover .permalink,.triple h3:hover .permalink,.triple h4:hover .permalink,.triple h5:hover .permalink{opacity:.15}h1{font:200 36px 'Raleway',Helvetica,sans-serif;font-size:36px}h2{font:200 36px 'Raleway',Helvetica,sans-serif;font-size:30px}h3{font-size:100%;text-transform:uppercase}h5{font-size:100%;font-weight:normal}p{margin:0 0 10px}p.choices{line-height:1.6}a{color:#428bca;text-decoration:none}li p{margin:0}hr.split{border:0;height:1px;width:100%;padding-left:6px;margin:12px auto;background-image:linear-gradient(to right, rgba(0,0,0,0) 20%, rgba(0,0,0,0.2) 51.4%, rgba(255,255,255,0.2) 51.4%, rgba(255,255,255,0) 80%)}dl dt{float:left;width:130px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}dl dd{margin-left:150px}blockquote{color:rgba(0,0,0,0.5);font-size:15.5px;padding:10px 20px;margin:12px 0;border-left:5px solid #e8e8e8}blockquote p:last-child{margin-bottom:0}pre{background-color:#f5f5f5;padding:12px;border:1px solid #cfcfcf;border-radius:6px;overflow:auto}pre code{color:black;background-color:transparent;padding:0;border:none}code{color:#444;background-color:#f5f5f5;font:'Inconsolata',monospace;padding:1px 4px;border:1px solid #cfcfcf;border-radius:3px}ul,ol{padding-left:2em}table{border-collapse:collapse;border-spacing:0;margin-bottom:12px}table tr:nth-child(2n){background-color:#fafafa}table th,table td{padding:6px 12px;border:1px solid #e6e6e6}.text-muted{opacity:.5}.note,.warning{padding:.3em 1em;margin:1em 0;border-radius:2px;font-size:90%}.note h1,.warning h1,.note h2,.warning h2,.note h3,.warning h3,.note h4,.warning h4,.note h5,.warning h5,.note h6,.warning h6{font-family:200 36px 'Raleway',Helvetica,sans-serif;font-size:135%;font-weight:500}.note p,.warning p{margin:.5em 0}.note{color:black;background-color:#f0f6fb;border-left:4px solid #428bca}.note h1,.note h2,.note h3,.note h4,.note h5,.note h6{color:#428bca}.warning{color:black;background-color:#fbf1f0;border-left:4px solid #c9302c}.warning h1,.warning h2,.warning h3,.warning h4,.warning h5,.warning h6{color:#c9302c}header{margin-top:24px}nav{position:fixed;top:24px;bottom:0;overflow-y:auto}nav .resource-group{padding:0}nav .resource-group .heading{position:relative}nav .resource-group .heading .chevron{position:absolute;top:12px;right:12px;opacity:.5}nav .resource-group .heading a{display:block;color:black;opacity:.7;border-left:2px solid transparent;margin:0}nav .resource-group .heading a:hover{text-decoration:none;background-color:bad-color;border-left:2px solid black}nav ul{list-style-type:none;padding-left:0}nav ul a{display:block;font-size:13px;color:rgba(0,0,0,0.7);padding:8px 12px;border-top:1px solid #d9d9d9;border-left:2px solid transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}nav ul a:hover{text-decoration:none;background-color:bad-color;border-left:2px solid black}nav ul>li{margin:0}nav ul>li:first-child{margin-top:-12px}nav ul>li:last-child{margin-bottom:-12px}nav ul ul a{padding-left:24px}nav ul ul li{margin:0}nav ul ul li:first-child{margin-top:0}nav ul ul li:last-child{margin-bottom:0}nav>div>div>ul>li:first-child>a{border-top:none}.preload *{transition:none !important}.pull-left{float:left}.pull-right{float:right}.badge{display:inline-block;float:right;min-width:10px;min-height:14px;padding:3px 7px;font-size:12px;color:#000;background-color:#f2f2f2;border-radius:10px;margin:-2px 0}.badge.get{color:#70bbe1;background-color:#d9edf7}.badge.head{color:#70bbe1;background-color:#d9edf7}.badge.options{color:#70bbe1;background-color:#d9edf7}.badge.put{color:#f0db70;background-color:#fcf8e3}.badge.patch{color:#f0db70;background-color:#fcf8e3}.badge.post{color:#93cd7c;background-color:#dff0d8}.badge.delete{color:#ce8383;background-color:#f2dede}.collapse-button{float:right}.collapse-button .close{display:none;color:#428bca;cursor:pointer}.collapse-button .open{color:#428bca;cursor:pointer}.collapse-button.show .close{display:inline}.collapse-button.show .open{display:none}.collapse-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}nav{width:220px}.container{max-width:940px;margin-left:auto;margin-right:auto}.container .row .content{margin-left:244px;width:696px}.container .row:after{content:'';display:block;clear:both}.container-fluid nav{width:22%}.container-fluid .row .content{margin-left:24%}.container-fluid.triple nav{width:16.5%;padding-right:1px}.container-fluid.triple .row .content{position:relative;margin-left:16.5%;padding-left:24px}.middle:before,.middle:after{content:'';display:table}.middle:after{clear:both}.middle{box-sizing:border-box;width:51.5%;padding-right:12px}.right{box-sizing:border-box;float:right;width:48.5%;padding-left:12px}.right a{color:#428bca}.right h1,.right h2,.right h3,.right h4,.right h5,.right p,.right div{color:white}.right pre{background-color:#1d1f21;border:1px solid #1d1f21}.right pre code{color:#c5c8c6}.right .description{margin-top:12px}.triple .resource-heading{font-size:125%}.definition{margin-top:12px;margin-bottom:12px}.definition .method{font-weight:bold}.definition .method.get{color:#2e8ab8}.definition .method.head{color:#2e8ab8}.definition .method.options{color:#2e8ab8}.definition .method.post{color:#56b82e}.definition .method.put{color:#b8a22e}.definition .method.patch{color:#b8a22e}.definition .method.delete{color:#b82e2e}.definition .uri{word-break:break-all;word-wrap:break-word}.definition .hostname{opacity:.5}.example-names{background-color:#eee;padding:12px;border-radius:6px}.example-names .tab-button{cursor:pointer;color:black;border:1px solid #ddd;padding:6px;margin-left:12px}.example-names .tab-button.active{background-color:#d5d5d5}.right .example-names{background-color:#444}.right .example-names .tab-button{color:white;border:1px solid #666;border-radius:6px}.right .example-names .tab-button.active{background-color:#5e5e5e}#nav-background{position:fixed;left:0;top:0;bottom:0;width:16.5%;padding-right:14.4px;background-color:#fbfbfb;border-right:1px solid #f0f0f0;z-index:-1}#right-panel-background{position:absolute;right:-12px;top:-12px;bottom:-12px;width:48.6%;background-color:#333;z-index:-1}@media (max-width:1200px){nav{width:198px}.container{max-width:840px}.container .row .content{margin-left:224px;width:606px}}@media (max-width:992px){nav{width:169.4px}.container{max-width:720px}.container .row .content{margin-left:194px;width:526px}}@media (max-width:768px){nav{display:none}.container{width:95%;max-width:none}.container .row .content,.container-fluid .row .content,.container-fluid.triple .row .content{margin-left:auto;margin-right:auto;width:95%}#nav-background{display:none}#right-panel-background{width:48.6%}}.back-to-top{position:fixed;z-index:1;bottom:0;right:24px;padding:4px 8px;color:rgba(0,0,0,0.5);background-color:#f2f2f2;text-decoration:none !important;border-top:1px solid #d9d9d9;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;border-top-left-radius:3px;border-top-right-radius:3px}.resource-group{padding:12px;margin-bottom:12px;background-color:white;border:1px solid #d9d9d9;border-radius:6px}.resource-group h2.group-heading,.resource-group .heading a{padding:12px;margin:-12px -12px 12px -12px;background-color:#f2f2f2;border-bottom:1px solid #d9d9d9;border-top-left-radius:6px;border-top-right-radius:6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.triple .content .resource-group{padding:0;border:none}.triple .content .resource-group h2.group-heading,.triple .content .resource-group .heading a{margin:0 0 12px 0;border:1px solid #d9d9d9}nav .resource-group .heading a{padding:12px;margin-bottom:0}nav .resource-group .collapse-content{padding:0}.action{margin-bottom:12px;padding:12px 12px 0 12px;overflow:hidden;border:1px solid transparent;border-radius:6px}.action h4.action-heading{padding:6px 12px;margin:-12px -12px 12px -12px;border-bottom:1px solid transparent;border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.action h4.action-heading .name{float:right;font-weight:normal;padding:6px 0}.action h4.action-heading .method{padding:6px 12px;margin-right:12px;border-radius:3px;display:inline-block}.action h4.action-heading .method.get{color:#fff;background-color:#337ab7}.action h4.action-heading .method.head{color:#fff;background-color:#337ab7}.action h4.action-heading .method.options{color:#fff;background-color:#337ab7}.action h4.action-heading .method.put{color:#fff;background-color:#ed9c28}.action h4.action-heading .method.patch{color:#fff;background-color:#ed9c28}.action h4.action-heading .method.post{color:#fff;background-color:#5cb85c}.action h4.action-heading .method.delete{color:#fff;background-color:#d9534f}.action h4.action-heading code{color:#444;background-color:#f5f5f5;border-color:#cfcfcf;font-weight:normal;word-break:break-all;display:inline-block;margin-top:2px}.action dl.inner{padding-bottom:2px}.action .title{border-bottom:1px solid white;margin:0 -12px -1px -12px;padding:12px}.action.get{border-color:#bce8f1}.action.get h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.head{border-color:#bce8f1}.action.head h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.options{border-color:#bce8f1}.action.options h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.post{border-color:#d6e9c6}.action.post h4.action-heading{color:#5cb85c;background:#dff0d8;border-bottom-color:#d6e9c6}.action.put{border-color:#faebcc}.action.put h4.action-heading{color:#ed9c28;background:#fcf8e3;border-bottom-color:#faebcc}.action.patch{border-color:#faebcc}.action.patch h4.action-heading{color:#ed9c28;background:#fcf8e3;border-bottom-color:#faebcc}.action.delete{border-color:#ebccd1}.action.delete h4.action-heading{color:#d9534f;background:#f2dede;border-bottom-color:#ebccd1}body,html{padding:0;margin:0}header.thin-header{position:fixed;width:100%;margin:0;top:0;background:#fff;z-index:999;boder-color:#D9D9D5}@media (min-width:768px){header.thin-header{padding:10px}}nav,.container-content{margin-top:65px;padding-left:15px}.container-fluid .row .content{margin-left:25%;max-width:1000px;padding-right:10px}</style></head><body id="body_solstice" class="preload solstice-footer-min"><!-- Google Tag Manager -->
-<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
-new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
-j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
-'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
-})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
-<!-- End Google Tag Manager -->
-
-<!-- Google Tag Manager (noscript) -->
-<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
-height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
-<!-- End Google Tag Manager (noscript) --><header class="header-wrapper barebone-layout thin-header" id="header-wrapper">
-  <div class="container-fluid">
-    <div class="row-fluid" id="header-row">
-      <div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
-        <div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-      </div>
-      
-      <div class="col-sm-19 col-md-20 reset" id="main-menu-wrapper">
-        <div class="navbar yamm" id="main-menu">
-          <div class="navbar-collapse collapse reset float-right" id="navbar-main-menu">
-            <ul class="nav navbar-nav navbar-right">
-              <li><a href="https://api.eclipse.org/docs" target="_self">Resources</a></li>
-              <li><a href="https://api.eclipse.org/docs/auth" target="_self">Authorization</a></li>
-              <li><a href="https://api.eclipse.org/reports/" target="_self">Reports</a></li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                  <li><a href="http://events.eclipse.org">Events</a></li>
-                  <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                  <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                  <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                  <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                  <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                  <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                  <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                  <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                  <li><a href="https://help.eclipse.org">Documentation</a></li>
-                  <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                  <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                  <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                  <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                </ul>
-              </li>
-              <!-- More -->
-              <li class="dropdown eclipse-more hidden-xs">
-                <a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li>
-                    <!-- Content container to add padding -->
-                    <div class="yamm-content">
-                      <div class="row">
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Community</strong></p>
-                          </li>
-                          <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                          <li><a href="http://events.eclipse.org">Events</a></li>
-                          <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                          <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                          <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                          <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Participate</strong></p>
-                          </li>
-                          <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                          <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                          <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                          <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                          <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Eclipse IDE</strong></p>
-                          </li>
-                          <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                          <li><a href="https://help.eclipse.org">Documentation</a></li>
-                          <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                          <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                          <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                          <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                        </ul>
-                      </div>
-                    </div>
-                  </li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-          <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            </button>
-            <div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-          </div>
-        </div>
-      </div>
-    </div>
-  </div>
-</header><a href="#top" class="text-muted back-to-top"><i class="fa fa-toggle-up"></i>&nbsp;Back to top</a><div class="container-fluid container-content"><div class="row"><nav><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#top">Overview</a></div><div class="collapse-content"><ul><li><a href="#header-rate-limit">Rate Limit</a></li><li><a href="#header-authentication">Authentication</a></li><li><a href="#header-error-states">Error States</a></li></ul></div></div><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#authorization">Authorization</a></div><div class="collapse-content"><ul><li><a href="#authorization-oauth2-authorization-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>OAuth2 Authorization</a></li><li><a href="#authorization-oauth2-token-post"><span class="badge post"><i class="fa fa-plus"></i></span>OAuth2 Token</a></li></ul></div></div><p style="text-align: center; word-wrap: break-word;"><a href="https://accounts.eclipse.org">https://accounts.eclipse.org</a></p></nav><div class="content"><header><h1 id="top">Eclipse Authorization Server</h1></header><p>This describes the resources that make up the official Eclipse Authorization server.</p>
-<p>If you have any problems or requests please contact <a href="mailto:chris.guindon@eclipse-foundation.org">Christopher Guindon</a> .</p>
-<h3 id="header-rate-limit">Rate Limit <a class="permalink" href="#header-rate-limit" aria-hidden="true">¶</a></h3>
-<p>This API currently limits users to 1000 authenticated requests and 1000 anonymous requests an hour.</p>
-<h3 id="header-authentication">Authentication <a class="permalink" href="#header-authentication" aria-hidden="true">¶</a></h3>
-<p><em>Eclipse Api RESTful API</em> uses OAuth2 Authorization for protected resources.</p>
-<h3 id="header-error-states">Error States <a class="permalink" href="#header-error-states" aria-hidden="true">¶</a></h3>
-<p>The common <a href="https://github.com/for-GET/know-your-http-well/blob/master/status-codes.md">HTTP Response Status Codes</a>
-are used.</p>
-<p>FORMAT: 1A</p>
-<section id="authorization" class="resource-group"><h2 class="group-heading">Authorization <a href="#authorization" class="permalink">&para;</a></h2><p><em>Eclipse Api RESTful API</em> uses OAuth2 Authorization for protected resources.</p>
-<div id="authorization-oauth2-authorization" class="resource"><h3 class="resource-heading">OAuth2 Authorization <a href="#authorization-oauth2-authorization" class="permalink">&nbsp;&para;</a></h3><div id="authorization-oauth2-authorization-get" class="action get"><h4 class="action-heading"><div class="name">OAuth2 Authorization</div><a href="#authorization-oauth2-authorization-get" class="method get">GET</a><code class="uri">/oauth2/authorize{?response_type,client_id,redirect_uri,scope}</code></h4><p>The client must redirect to authorization server to gain an <code>authorization_code</code> which can be exchanged for an <code>access_token</code>.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://accounts.eclipse.org</span>/oauth2/authorize?<span class="hljs-attribute">response_type=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">client_id=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">redirect_uri=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">scope=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>response_type</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Indicates that your server expects to receive an authorization code.</p>
-</dd><dt>client_id</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>The client ID you received when you first created the application.</p>
-</dd><dt>redirect_uri</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Indicates the URI to return the user to after authorization is complete.</p>
-</dd><dt>scope</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>One or more scope values.</p>
-</dd><dt>state</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>A random string generated by your application for client validation.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>302</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">code</span>": <span class="hljs-value"><span class="hljs-string">"authorization_code"</span></span>,
-  "<span class="hljs-attribute">state</span>": <span class="hljs-value"><span class="hljs-string">"123456abcdef"</span>
-</span>}</code></pre><div style="height: 1px;"></div><h5>Schema</h5><pre><code>{
-  "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"object"</span></span>,
-  "<span class="hljs-attribute">properties</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">code</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">state</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}
-  </span>}</span>,
-  "<span class="hljs-attribute">$schema</span>": <span class="hljs-value"><span class="hljs-string">"http://json-schema.org/draft-04/schema#"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="authorization-oauth2-token" class="resource"><h3 class="resource-heading">OAuth2 Token <a href="#authorization-oauth2-token" class="permalink">&nbsp;&para;</a></h3><div id="authorization-oauth2-token-post" class="action post"><h4 class="action-heading"><div class="name">OAuth2 Token</div><a href="#authorization-oauth2-token-post" class="method post">POST</a><code class="uri">/oauth2/token</code></h4><p>Exchange <code>authorization_code</code> for <code>access_token</code>.</p>
-<h4>Example URI</h4><div class="definition"><span class="method post">POST</span>&nbsp;<span class="uri"><span class="hostname">https://accounts.eclipse.org</span>/oauth2/token</span></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">grant_type</span>": <span class="hljs-value"><span class="hljs-string">"authorization_code"</span></span>,
-  "<span class="hljs-attribute">code</span>": <span class="hljs-value"><span class="hljs-string">"1da42105f3e19a3046ccc1de38d00c49e280e1aa"</span></span>,
-  "<span class="hljs-attribute">redirect_uri</span>": <span class="hljs-value"><span class="hljs-string">"https%3A//localhost/"</span>
-</span>}</code></pre><div style="height: 1px;"></div><h5>Schema</h5><pre><code>{
-  "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"object"</span></span>,
-  "<span class="hljs-attribute">properties</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">grant_type</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">code</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">redirect_uri</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}
-  </span>}</span>,
-  "<span class="hljs-attribute">required</span>": <span class="hljs-value">[
-    <span class="hljs-string">"grant_type"</span>,
-    <span class="hljs-string">"code"</span>
-  ]</span>,
-  "<span class="hljs-attribute">$schema</span>": <span class="hljs-value"><span class="hljs-string">"http://json-schema.org/draft-04/schema#"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">access_token</span>": <span class="hljs-value"><span class="hljs-string">"fabd8667bc46717fb19f1e35855639c332f34d38"</span></span>,
-  "<span class="hljs-attribute">scope</span>": <span class="hljs-value"><span class="hljs-string">"all"</span></span>,
-  "<span class="hljs-attribute">expires_in</span>": <span class="hljs-value"><span class="hljs-number">900</span></span>,
-  "<span class="hljs-attribute">token_type</span>": <span class="hljs-value"><span class="hljs-string">"Bearer"</span></span>,
-  "<span class="hljs-attribute">refresh_token</span>": <span class="hljs-value"><span class="hljs-string">"5d50a0d1392a327a254b749dce3ccf72426b402a"</span>
-</span>}</code></pre><div style="height: 1px;"></div><h5>Schema</h5><pre><code>{
-  "<span class="hljs-attribute">$schema</span>": <span class="hljs-value"><span class="hljs-string">"http://json-schema.org/draft-04/schema#"</span></span>,
-  "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"object"</span></span>,
-  "<span class="hljs-attribute">properties</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">access_token</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">scope</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span></span>,
-      "<span class="hljs-attribute">description</span>": <span class="hljs-value"><span class="hljs-string">"scopes of current token"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">expires_in</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"number"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">token_type</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">refresh_token</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">type</span>": <span class="hljs-value"><span class="hljs-string">"string"</span>
-    </span>}
-  </span>}</span>,
-  "<span class="hljs-attribute">required</span>": <span class="hljs-value">[
-    <span class="hljs-string">"access_token"</span>,
-    <span class="hljs-string">"scope"</span>,
-    <span class="hljs-string">"expires_in"</span>,
-    <span class="hljs-string">"token_type"</span>
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div></section></div></div></div><p style="text-align: center;" class="text-muted"> 
-Copyright &copy; 
-2019
-The Eclipse Foundation. All Rights Reserved.</p><p style="text-align: center;" class="text-muted hide">Generated by&nbsp;<a href="https://github.com/danielgtaylor/aglio" class="aglio">aglio</a>&nbsp;on 23 Jan 2019</p><script>/* eslint-env browser */
-/* eslint quotes: [2, "single"] */
-'use strict';
-
-/*
-  Determine if a string ends with another string.
-*/
-function endsWith(str, suffix) {
-    return str.indexOf(suffix, str.length - suffix.length) !== -1;
-}
-
-/*
-  Get a list of direct child elements by class name.
-*/
-function childrenByClass(element, name) {
-  var filtered = [];
-
-  for (var i = 0; i < element.children.length; i++) {
-    var child = element.children[i];
-    var classNames = child.className.split(' ');
-    if (classNames.indexOf(name) !== -1) {
-      filtered.push(child);
-    }
-  }
-
-  return filtered;
-}
-
-/*
-  Get an array [width, height] of the window.
-*/
-function getWindowDimensions() {
-  var w = window,
-      d = document,
-      e = d.documentElement,
-      g = d.body,
-      x = w.innerWidth || e.clientWidth || g.clientWidth,
-      y = w.innerHeight || e.clientHeight || g.clientHeight;
-
-  return [x, y];
-}
-
-/*
-  Collapse or show a request/response example.
-*/
-function toggleCollapseButton(event) {
-    var button = event.target.parentNode;
-    var content = button.parentNode.nextSibling;
-    var inner = content.children[0];
-
-    if (button.className.indexOf('collapse-button') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-        // Currently showing, so let's hide it
-        button.className = 'collapse-button';
-        content.style.maxHeight = '0px';
-    } else {
-        // Currently hidden, so let's show it
-        button.className = 'collapse-button show';
-        content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-function toggleTabButton(event) {
-    var i, index;
-    var button = event.target;
-
-    // Get index of the current button.
-    var buttons = childrenByClass(button.parentNode, 'tab-button');
-    for (i = 0; i < buttons.length; i++) {
-        if (buttons[i] === button) {
-            index = i;
-            button.className = 'tab-button active';
-        } else {
-            buttons[i].className = 'tab-button';
-        }
-    }
-
-    // Hide other tabs and show this one.
-    var tabs = childrenByClass(button.parentNode.parentNode, 'tab');
-    for (i = 0; i < tabs.length; i++) {
-        if (i === index) {
-            tabs[i].style.display = 'block';
-        } else {
-            tabs[i].style.display = 'none';
-        }
-    }
-}
-
-/*
-  Collapse or show a navigation menu. It will not be hidden unless it
-  is currently selected or `force` has been passed.
-*/
-function toggleCollapseNav(event, force) {
-    var heading = event.target.parentNode;
-    var content = heading.nextSibling;
-    var inner = content.children[0];
-
-    if (heading.className.indexOf('heading') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-      // Currently showing, so let's hide it, but only if this nav item
-      // is already selected. This prevents newly selected items from
-      // collapsing in an annoying fashion.
-      if (force || window.location.hash && endsWith(event.target.href, window.location.hash)) {
-        content.style.maxHeight = '0px';
-      }
-    } else {
-      // Currently hidden, so let's show it
-      content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-/*
-  Refresh the page after a live update from the server. This only
-  works in live preview mode (using the `--server` parameter).
-*/
-function refresh(body) {
-    document.querySelector('body').className = 'preload';
-    document.body.innerHTML = body;
-
-    // Re-initialize the page
-    init();
-    autoCollapse();
-
-    document.querySelector('body').classList.remove("preload");
-}
-
-/*
-  Determine which navigation items should be auto-collapsed to show as many
-  as possible on the screen, based on the current window height. This also
-  collapses them.
-*/
-function autoCollapse() {
-  var windowHeight = (getWindowDimensions()[1])-150;
-  var itemsHeight = 64; /* Account for some padding */
-  var itemsArray = Array.prototype.slice.call(
-    document.querySelectorAll('nav .resource-group .heading'));
-
-  // Get the total height of the navigation items
-  itemsArray.forEach(function (item) {
-    itemsHeight += item.parentNode.offsetHeight;
-  });
-
-  // Should we auto-collapse any nav items? Try to find the smallest item
-  // that can be collapsed to show all items on the screen. If not possible,
-  // then collapse the largest item and do it again. First, sort the items
-  // by height from smallest to largest.
-  var sortedItems = itemsArray.sort(function (a, b) {
-    return a.parentNode.offsetHeight - b.parentNode.offsetHeight;
-  });
-
-  while (sortedItems.length && itemsHeight > windowHeight) {
-    for (var i = 0; i < sortedItems.length; i++) {
-      // Will collapsing this item help?
-      var itemHeight = sortedItems[i].nextSibling.offsetHeight;
-      if ((itemsHeight - itemHeight <= windowHeight) || i === sortedItems.length - 1) {
-        // It will, so let's collapse it, remove its content height from
-        // our total and then remove it from our list of candidates
-        // that can be collapsed.
-        itemsHeight -= itemHeight;
-        toggleCollapseNav({target: sortedItems[i].children[0]}, true);
-        sortedItems.splice(i, 1);
-        break;
-      }
-    }
-  }
-}
-
-/*
-  Initialize the interactive functionality of the page.
-*/
-function init() {
-    var i, j;
-
-    // Make collapse buttons clickable
-    var buttons = document.querySelectorAll('.collapse-button');
-    for (i = 0; i < buttons.length; i++) {
-        buttons[i].onclick = toggleCollapseButton;
-
-        // Show by default? Then toggle now.
-        if (buttons[i].className.indexOf('show') !== -1) {
-            toggleCollapseButton({target: buttons[i].children[0]});
-        }
-    }
-
-    var responseCodes = document.querySelectorAll('.example-names');
-    for (i = 0; i < responseCodes.length; i++) {
-        var tabButtons = childrenByClass(responseCodes[i], 'tab-button');
-        for (j = 0; j < tabButtons.length; j++) {
-            tabButtons[j].onclick = toggleTabButton;
-
-            // Show by default?
-            if (j === 0) {
-                toggleTabButton({target: tabButtons[j]});
-            }
-        }
-    }
-
-    // Make nav items clickable to collapse/expand their content.
-    var navItems = document.querySelectorAll('nav .resource-group .heading');
-    for (i = 0; i < navItems.length; i++) {
-        navItems[i].onclick = toggleCollapseNav;
-
-        // Show all by default
-        toggleCollapseNav({target: navItems[i].children[0]});
-    }
-}
-
-// Initial call to set up buttons
-init();
-
-window.onload = function () {
-    autoCollapse();
-    // Remove the `preload` class to enable animations
-    document.querySelector('body').classList.remove("preload");
-};
-</script></body></html>
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 067a5de5c40844e21207f607d7878858a51125c6..0000000000000000000000000000000000000000
--- a/docs/index.html
+++ /dev/null
@@ -1,3052 +0,0 @@
-<!DOCTYPE html><html><head><meta charset="utf-8"><title>Eclipse RESTful API</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"><script src="//eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js"></script><script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script><link rel="stylesheet" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css"><link rel="stylesheet" href="//eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone.min.css"><style>@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Inconsolata|Raleway:200');.hljs-comment,.hljs-title{color:#8e908c}.hljs-variable,.hljs-attribute,.hljs-tag,.hljs-regexp,.ruby .hljs-constant,.xml .hljs-tag .hljs-title,.xml .hljs-pi,.xml .hljs-doctype,.html .hljs-doctype,.css .hljs-id,.css .hljs-class,.css .hljs-pseudo{color:#c82829}.hljs-number,.hljs-preprocessor,.hljs-pragma,.hljs-built_in,.hljs-literal,.hljs-params,.hljs-constant{color:#f5871f}.ruby .hljs-class .hljs-title,.css .hljs-rules .hljs-attribute{color:#eab700}.hljs-string,.hljs-value,.hljs-inheritance,.hljs-header,.ruby .hljs-symbol,.xml .hljs-cdata{color:#718c00}.css .hljs-hexcolor{color:#3e999f}.hljs-function,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword,.perl .hljs-sub,.javascript .hljs-title,.coffeescript .hljs-title{color:#4271ae}.hljs-keyword,.javascript .hljs-function{color:#8959a8}.hljs{display:block;background:white;color:#4d4d4c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .javascript,.xml .vbscript,.xml .css,.xml .hljs-cdata{opacity:.5}.right .hljs-comment{color:#969896}.right .css .hljs-class,.right .css .hljs-id,.right .css .hljs-pseudo,.right .hljs-attribute,.right .hljs-regexp,.right .hljs-tag,.right .hljs-variable,.right .html .hljs-doctype,.right .ruby .hljs-constant,.right .xml .hljs-doctype,.right .xml .hljs-pi,.right .xml .hljs-tag .hljs-title{color:#c66}.right .hljs-built_in,.right .hljs-constant,.right .hljs-literal,.right .hljs-number,.right .hljs-params,.right .hljs-pragma,.right .hljs-preprocessor{color:#de935f}.right .css .hljs-rule .hljs-attribute,.right .ruby .hljs-class .hljs-title{color:#f0c674}.right .hljs-header,.right .hljs-inheritance,.right .hljs-name,.right .hljs-string,.right .hljs-value,.right .ruby .hljs-symbol,.right .xml .hljs-cdata{color:#b5bd68}.right .css .hljs-hexcolor,.right .hljs-title{color:#8abeb7}.right .coffeescript .hljs-title,.right .hljs-function,.right .javascript .hljs-title,.right .perl .hljs-sub,.right .python .hljs-decorator,.right .python .hljs-title,.right .ruby .hljs-function .hljs-title,.right .ruby .hljs-title .hljs-keyword{color:#81a2be}.right .hljs-keyword,.right .javascript .hljs-function{color:#b294bb}.right .hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.5em;-webkit-text-size-adjust:none}.right .coffeescript .javascript,.right .javascript .xml,.right .tex .hljs-formula,.right .xml .css,.right .xml .hljs-cdata,.right .xml .javascript,.right .xml .vbscript{opacity:.5}body{color:black;background:white;font:400 14px / 1.42 'Roboto',Helvetica,sans-serif}header{border-bottom:1px solid #f2f2f2;margin-bottom:12px}h1,h2,h3,h4,h5{color:black;margin:12px 0}h1 .permalink,h2 .permalink,h3 .permalink,h4 .permalink,h5 .permalink{margin-left:0;opacity:0;transition:opacity .25s ease}h1:hover .permalink,h2:hover .permalink,h3:hover .permalink,h4:hover .permalink,h5:hover .permalink{opacity:1}.triple h1 .permalink,.triple h2 .permalink,.triple h3 .permalink,.triple h4 .permalink,.triple h5 .permalink{opacity:.15}.triple h1:hover .permalink,.triple h2:hover .permalink,.triple h3:hover .permalink,.triple h4:hover .permalink,.triple h5:hover .permalink{opacity:.15}h1{font:200 36px 'Raleway',Helvetica,sans-serif;font-size:36px}h2{font:200 36px 'Raleway',Helvetica,sans-serif;font-size:30px}h3{font-size:100%;text-transform:uppercase}h5{font-size:100%;font-weight:normal}p{margin:0 0 10px}p.choices{line-height:1.6}a{color:#428bca;text-decoration:none}li p{margin:0}hr.split{border:0;height:1px;width:100%;padding-left:6px;margin:12px auto;background-image:linear-gradient(to right, rgba(0,0,0,0) 20%, rgba(0,0,0,0.2) 51.4%, rgba(255,255,255,0.2) 51.4%, rgba(255,255,255,0) 80%)}dl dt{float:left;width:130px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}dl dd{margin-left:150px}blockquote{color:rgba(0,0,0,0.5);font-size:15.5px;padding:10px 20px;margin:12px 0;border-left:5px solid #e8e8e8}blockquote p:last-child{margin-bottom:0}pre{background-color:#f5f5f5;padding:12px;border:1px solid #cfcfcf;border-radius:6px;overflow:auto}pre code{color:black;background-color:transparent;padding:0;border:none}code{color:#444;background-color:#f5f5f5;font:'Inconsolata',monospace;padding:1px 4px;border:1px solid #cfcfcf;border-radius:3px}ul,ol{padding-left:2em}table{border-collapse:collapse;border-spacing:0;margin-bottom:12px}table tr:nth-child(2n){background-color:#fafafa}table th,table td{padding:6px 12px;border:1px solid #e6e6e6}.text-muted{opacity:.5}.note,.warning{padding:.3em 1em;margin:1em 0;border-radius:2px;font-size:90%}.note h1,.warning h1,.note h2,.warning h2,.note h3,.warning h3,.note h4,.warning h4,.note h5,.warning h5,.note h6,.warning h6{font-family:200 36px 'Raleway',Helvetica,sans-serif;font-size:135%;font-weight:500}.note p,.warning p{margin:.5em 0}.note{color:black;background-color:#f0f6fb;border-left:4px solid #428bca}.note h1,.note h2,.note h3,.note h4,.note h5,.note h6{color:#428bca}.warning{color:black;background-color:#fbf1f0;border-left:4px solid #c9302c}.warning h1,.warning h2,.warning h3,.warning h4,.warning h5,.warning h6{color:#c9302c}header{margin-top:24px}nav{position:fixed;top:24px;bottom:0;overflow-y:auto}nav .resource-group{padding:0}nav .resource-group .heading{position:relative}nav .resource-group .heading .chevron{position:absolute;top:12px;right:12px;opacity:.5}nav .resource-group .heading a{display:block;color:black;opacity:.7;border-left:2px solid transparent;margin:0}nav .resource-group .heading a:hover{text-decoration:none;background-color:bad-color;border-left:2px solid black}nav ul{list-style-type:none;padding-left:0}nav ul a{display:block;font-size:13px;color:rgba(0,0,0,0.7);padding:8px 12px;border-top:1px solid #d9d9d9;border-left:2px solid transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}nav ul a:hover{text-decoration:none;background-color:bad-color;border-left:2px solid black}nav ul>li{margin:0}nav ul>li:first-child{margin-top:-12px}nav ul>li:last-child{margin-bottom:-12px}nav ul ul a{padding-left:24px}nav ul ul li{margin:0}nav ul ul li:first-child{margin-top:0}nav ul ul li:last-child{margin-bottom:0}nav>div>div>ul>li:first-child>a{border-top:none}.preload *{transition:none !important}.pull-left{float:left}.pull-right{float:right}.badge{display:inline-block;float:right;min-width:10px;min-height:14px;padding:3px 7px;font-size:12px;color:#000;background-color:#f2f2f2;border-radius:10px;margin:-2px 0}.badge.get{color:#70bbe1;background-color:#d9edf7}.badge.head{color:#70bbe1;background-color:#d9edf7}.badge.options{color:#70bbe1;background-color:#d9edf7}.badge.put{color:#f0db70;background-color:#fcf8e3}.badge.patch{color:#f0db70;background-color:#fcf8e3}.badge.post{color:#93cd7c;background-color:#dff0d8}.badge.delete{color:#ce8383;background-color:#f2dede}.collapse-button{float:right}.collapse-button .close{display:none;color:#428bca;cursor:pointer}.collapse-button .open{color:#428bca;cursor:pointer}.collapse-button.show .close{display:inline}.collapse-button.show .open{display:none}.collapse-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}nav{width:220px}.container{max-width:940px;margin-left:auto;margin-right:auto}.container .row .content{margin-left:244px;width:696px}.container .row:after{content:'';display:block;clear:both}.container-fluid nav{width:22%}.container-fluid .row .content{margin-left:24%}.container-fluid.triple nav{width:16.5%;padding-right:1px}.container-fluid.triple .row .content{position:relative;margin-left:16.5%;padding-left:24px}.middle:before,.middle:after{content:'';display:table}.middle:after{clear:both}.middle{box-sizing:border-box;width:51.5%;padding-right:12px}.right{box-sizing:border-box;float:right;width:48.5%;padding-left:12px}.right a{color:#428bca}.right h1,.right h2,.right h3,.right h4,.right h5,.right p,.right div{color:white}.right pre{background-color:#1d1f21;border:1px solid #1d1f21}.right pre code{color:#c5c8c6}.right .description{margin-top:12px}.triple .resource-heading{font-size:125%}.definition{margin-top:12px;margin-bottom:12px}.definition .method{font-weight:bold}.definition .method.get{color:#2e8ab8}.definition .method.head{color:#2e8ab8}.definition .method.options{color:#2e8ab8}.definition .method.post{color:#56b82e}.definition .method.put{color:#b8a22e}.definition .method.patch{color:#b8a22e}.definition .method.delete{color:#b82e2e}.definition .uri{word-break:break-all;word-wrap:break-word}.definition .hostname{opacity:.5}.example-names{background-color:#eee;padding:12px;border-radius:6px}.example-names .tab-button{cursor:pointer;color:black;border:1px solid #ddd;padding:6px;margin-left:12px}.example-names .tab-button.active{background-color:#d5d5d5}.right .example-names{background-color:#444}.right .example-names .tab-button{color:white;border:1px solid #666;border-radius:6px}.right .example-names .tab-button.active{background-color:#5e5e5e}#nav-background{position:fixed;left:0;top:0;bottom:0;width:16.5%;padding-right:14.4px;background-color:#fbfbfb;border-right:1px solid #f0f0f0;z-index:-1}#right-panel-background{position:absolute;right:-12px;top:-12px;bottom:-12px;width:48.6%;background-color:#333;z-index:-1}@media (max-width:1200px){nav{width:198px}.container{max-width:840px}.container .row .content{margin-left:224px;width:606px}}@media (max-width:992px){nav{width:169.4px}.container{max-width:720px}.container .row .content{margin-left:194px;width:526px}}@media (max-width:768px){nav{display:none}.container{width:95%;max-width:none}.container .row .content,.container-fluid .row .content,.container-fluid.triple .row .content{margin-left:auto;margin-right:auto;width:95%}#nav-background{display:none}#right-panel-background{width:48.6%}}.back-to-top{position:fixed;z-index:1;bottom:0;right:24px;padding:4px 8px;color:rgba(0,0,0,0.5);background-color:#f2f2f2;text-decoration:none !important;border-top:1px solid #d9d9d9;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;border-top-left-radius:3px;border-top-right-radius:3px}.resource-group{padding:12px;margin-bottom:12px;background-color:white;border:1px solid #d9d9d9;border-radius:6px}.resource-group h2.group-heading,.resource-group .heading a{padding:12px;margin:-12px -12px 12px -12px;background-color:#f2f2f2;border-bottom:1px solid #d9d9d9;border-top-left-radius:6px;border-top-right-radius:6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.triple .content .resource-group{padding:0;border:none}.triple .content .resource-group h2.group-heading,.triple .content .resource-group .heading a{margin:0 0 12px 0;border:1px solid #d9d9d9}nav .resource-group .heading a{padding:12px;margin-bottom:0}nav .resource-group .collapse-content{padding:0}.action{margin-bottom:12px;padding:12px 12px 0 12px;overflow:hidden;border:1px solid transparent;border-radius:6px}.action h4.action-heading{padding:6px 12px;margin:-12px -12px 12px -12px;border-bottom:1px solid transparent;border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.action h4.action-heading .name{float:right;font-weight:normal;padding:6px 0}.action h4.action-heading .method{padding:6px 12px;margin-right:12px;border-radius:3px;display:inline-block}.action h4.action-heading .method.get{color:#fff;background-color:#337ab7}.action h4.action-heading .method.head{color:#fff;background-color:#337ab7}.action h4.action-heading .method.options{color:#fff;background-color:#337ab7}.action h4.action-heading .method.put{color:#fff;background-color:#ed9c28}.action h4.action-heading .method.patch{color:#fff;background-color:#ed9c28}.action h4.action-heading .method.post{color:#fff;background-color:#5cb85c}.action h4.action-heading .method.delete{color:#fff;background-color:#d9534f}.action h4.action-heading code{color:#444;background-color:#f5f5f5;border-color:#cfcfcf;font-weight:normal;word-break:break-all;display:inline-block;margin-top:2px}.action dl.inner{padding-bottom:2px}.action .title{border-bottom:1px solid white;margin:0 -12px -1px -12px;padding:12px}.action.get{border-color:#bce8f1}.action.get h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.head{border-color:#bce8f1}.action.head h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.options{border-color:#bce8f1}.action.options h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.post{border-color:#d6e9c6}.action.post h4.action-heading{color:#5cb85c;background:#dff0d8;border-bottom-color:#d6e9c6}.action.put{border-color:#faebcc}.action.put h4.action-heading{color:#ed9c28;background:#fcf8e3;border-bottom-color:#faebcc}.action.patch{border-color:#faebcc}.action.patch h4.action-heading{color:#ed9c28;background:#fcf8e3;border-bottom-color:#faebcc}.action.delete{border-color:#ebccd1}.action.delete h4.action-heading{color:#d9534f;background:#f2dede;border-bottom-color:#ebccd1}body,html{padding:0;margin:0}header.thin-header{position:fixed;width:100%;margin:0;top:0;background:#fff;z-index:999;boder-color:#D9D9D5}@media (min-width:768px){header.thin-header{padding:10px}}nav,.container-content{margin-top:65px;padding-left:15px}.container-fluid .row .content{margin-left:25%;max-width:1000px;padding-right:10px}</style></head><body id="body_solstice" class="preload solstice-footer-min"><!-- Google Tag Manager -->
-<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
-new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
-j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
-'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
-})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
-<!-- End Google Tag Manager -->
-
-<!-- Google Tag Manager (noscript) -->
-<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
-height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
-<!-- End Google Tag Manager (noscript) --><header class="header-wrapper barebone-layout thin-header" id="header-wrapper">
-  <div class="container-fluid">
-    <div class="row-fluid" id="header-row">
-      <div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
-        <div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-      </div>
-      
-      <div class="col-sm-19 col-md-20 reset" id="main-menu-wrapper">
-        <div class="navbar yamm" id="main-menu">
-          <div class="navbar-collapse collapse reset float-right" id="navbar-main-menu">
-            <ul class="nav navbar-nav navbar-right">
-              <li><a href="https://api.eclipse.org/docs" target="_self">Resources</a></li>
-              <li><a href="https://api.eclipse.org/docs/auth" target="_self">Authorization</a></li>
-              <li><a href="https://api.eclipse.org/reports/" target="_self">Reports</a></li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                  <li><a href="http://events.eclipse.org">Events</a></li>
-                  <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                  <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                  <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                  <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                  <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                  <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                  <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                  <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                  <li><a href="https://help.eclipse.org">Documentation</a></li>
-                  <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                  <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                  <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                  <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                </ul>
-              </li>
-              <!-- More -->
-              <li class="dropdown eclipse-more hidden-xs">
-                <a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li>
-                    <!-- Content container to add padding -->
-                    <div class="yamm-content">
-                      <div class="row">
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Community</strong></p>
-                          </li>
-                          <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                          <li><a href="http://events.eclipse.org">Events</a></li>
-                          <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                          <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                          <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                          <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Participate</strong></p>
-                          </li>
-                          <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                          <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                          <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                          <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                          <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Eclipse IDE</strong></p>
-                          </li>
-                          <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                          <li><a href="https://help.eclipse.org">Documentation</a></li>
-                          <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                          <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                          <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                          <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                        </ul>
-                      </div>
-                    </div>
-                  </li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-          <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            </button>
-            <div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-          </div>
-        </div>
-      </div>
-    </div>
-  </div>
-</header><a href="#top" class="text-muted back-to-top"><i class="fa fa-toggle-up"></i>&nbsp;Back to top</a><div class="container-fluid container-content"><div class="row"><nav><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#top">Overview</a></div><div class="collapse-content"><ul><li><a href="#header-other-related-rest-apis">Other related REST APIs</a></li><li><a href="#header-rate-limit">Rate Limit</a></li><li><a href="#header-pagination">Pagination</a></li><li><a href="#header-caching">Caching</a></li><li><a href="#header-authentication">Authentication</a></li><li><a href="#header-error-states">Error States</a></li></ul></div></div><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#user-profiles">User Profiles</a></div><div class="collapse-content"><ul><li><a href="#user-profiles-current-user-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Current user</a></li><li><a href="#user-profiles-retrieve-user-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve user</a></li><li><a href="#user-profiles-search-for-a-user-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Search for a user</a></li><li><a href="#user-profiles-forum-posts-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Forum posts</a></li><li><a href="#user-profiles-project-relationship-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Project Relationship</a></li><li><a href="#user-profiles-gerrit-review-count-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Gerrit review count</a></li><li><a href="#user-profiles-mailing-list-subscriptions-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Mailing List Subscriptions</a></li></ul></div></div><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#eclipse-uss">Eclipse USS</a></div><div class="collapse-content"><ul><li><a href="#eclipse-uss-fetch-blobs-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Fetch Blobs</a></li><li><a href="#eclipse-uss-search-blobs-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Search Blobs</a></li><li><a href="#eclipse-uss-delete-blobs-delete"><span class="badge delete"><i class="fa fa-times"></i></span>Delete Blobs</a></li><li><a href="#eclipse-uss-update-create-blobs-put"><span class="badge put"><i class="fa fa-pencil"></i></span>Update/Create Blobs</a></li></ul></div></div><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#download">Download</a></div><div class="collapse-content"><ul><li><a href="#download-retrieve-file-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve File</a></li><li><a href="#download-release-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Release</a></li></ul></div></div><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#marketplace-favorites">Marketplace Favorites</a></div><div class="collapse-content"><ul><li><a href="#marketplace-favorites-search-favorites-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Search Favorites</a></li><li><a href="#marketplace-favorites-retrieve-favorites-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve Favorites</a></li><li><a href="#marketplace-favorites-random-favorites-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Random Favorites</a></li><li><a href="#marketplace-favorites-favorite-list">Favorite List</a><ul><li><a href="#marketplace-favorites-favorite-list-post"><span class="badge post"><i class="fa fa-plus"></i></span>Add Favorite</a></li><li><a href="#marketplace-favorites-favorite-list-delete"><span class="badge delete"><i class="fa fa-times"></i></span>Remove Favorite</a></li><li><a href="#marketplace-favorites-favorite-list-post-1"><span class="badge post"><i class="fa fa-plus"></i></span>Rename Favorite List</a></li></ul></li></ul></div></div><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#forums">Forums</a></div><div class="collapse-content"><ul><li><a href="#forums-fetch-categories-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Fetch Categories</a></li><li><a href="#forums-retrieve-category-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve Category</a></li><li><a href="#forums-fetch-forums-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Fetch Forums</a></li><li><a href="#forums-retrieve-forum-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve Forum</a></li><li><a href="#forums-fetch-topics-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Fetch Topics</a></li><li><a href="#forums-retrieve-topic-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve Topic</a></li><li><a href="#forums-fetch-posts-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Fetch Posts</a></li><li><a href="#forums-retrieve-post-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve Post</a></li><li><a href="#forums-retrieve-user-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve User</a></li></ul></div></div><div class="resource-group"><div class="heading"><div class="chevron"><i class="open fa fa-angle-down"></i></div><a href="#mailing-lists">Mailing Lists</a></div><div class="collapse-content"><ul><li><a href="#mailing-lists-fetch-mailing-lists-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Fetch Mailing lists</a></li><li><a href="#mailing-lists-retrieve-mailing-list-get"><span class="badge get"><i class="fa fa-arrow-down"></i></span>Retrieve Mailing List</a></li></ul></div></div><p style="text-align: center; word-wrap: break-word;"><a href="https://api.eclipse.org">https://api.eclipse.org</a></p></nav><div class="content"><header><h1 id="top">Eclipse RESTful API</h1></header><p>This describes the resources that make up the official Eclipse Foundation REST API.</p>
-<p>You can contribute to this document via our <a href="https://github.com/chrisguindon/api.eclipse.org-docs">git repository</a>.</p>
-<p>If you have any problems or requests please contact <a href="mailto:chris.guindon@eclipse-foundation.org">Christopher Guindon</a>.</p>
-<h3 id="header-other-related-rest-apis">Other related REST APIs <a class="permalink" href="#header-other-related-rest-apis" aria-hidden="true">¶</a></h3>
-<p>Althought they are not directly related to this API, the Eclipse forge proposes several other access points and APIs for specific tools and purposes. Please see the following resources for more details:</p>
-<ul>
-<li>
-<p><a href="https://bugs.eclipse.org/bugs">Eclipse Bugzilla</a> <strong>(<a href="https://wiki.mozilla.org/Bugzilla:REST_API">Documentation</a>)</strong></p>
-</li>
-<li>
-<p><a href="https://git.eclipse.org/r/">Eclipse Gerrit</a> <strong>(<a href="https://gerrit-review.googlesource.com/Documentation/rest-api.html">Documentation</a>)</strong></p>
-</li>
-<li>
-<p><a href="https://ci.eclipse.org/">Eclipse Jenkins</a> <strong>(<a href="https://wiki.jenkins.io/display/JENKINS/Remote+access+API">Documentation</a>)</strong></p>
-</li>
-<li>
-<p><a href="http://marketplace.eclipse.org/">Eclipse Marketplace</a> <strong>(<a href="https://wiki.eclipse.org/Marketplace/REST">Documentation</a>)</strong></p>
-</li>
-<li>
-<p><a href="https://wiki.eclipse.org/Project_Management_Infrastructure">Eclipse Project Management Infrastructure (PMI)</a> <strong>(<a href="https://wiki.eclipse.org/Project_Management_Infrastructure#Web_APIs">Documentation</a>)</strong></p>
-</li>
-</ul>
-<h3 id="header-rate-limit">Rate Limit <a class="permalink" href="#header-rate-limit" aria-hidden="true">¶</a></h3>
-<p>This API currently limits users to 1000 authenticated requests and 1000 anonymous requests an hour.</p>
-<h3 id="header-pagination">Pagination <a class="permalink" href="#header-pagination" aria-hidden="true">¶</a></h3>
-<p>Information about pagination is provided in the Link header of an API call. For example, let’s make
-a curl request to the eclipse_profile API, to find out how many org_eclipse_oomph records exist for the user:</p>
-<p><code>curl -I &quot;https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=1&amp;pagesize=2&quot;</code></p>
-<p>The -I parameter indicates that we only care about the headers, not the content.
-In examining the result, you’ll notice some information in the Link header that looks like this:</p>
-<pre><code>&lt;<span class="hljs-symbol">https:</span>/<span class="hljs-regexp">/api.eclipse.org/api</span><span class="hljs-regexp">/blob/</span><span class="hljs-constant">KJBNCEW08231nkJKCEW32898239?</span>page=<span class="hljs-number">2</span>&amp;amp;pagesize=<span class="hljs-number">2</span>&gt;; rel=<span class="hljs-string">"next"</span>, &lt;<span class="hljs-symbol">https:</span>/<span class="hljs-regexp">/api.eclipse.org/api</span><span class="hljs-regexp">/blob/</span><span class="hljs-constant">KJBNCEW08231nkJKCEW32898239?</span>page=<span class="hljs-number">27</span>&amp;amp;pagesize=<span class="hljs-number">2</span>&gt;; rel=<span class="hljs-string">"last"</span>, &lt;<span class="hljs-symbol">https:</span>/<span class="hljs-regexp">/api.eclipse.org/api</span><span class="hljs-regexp">/blob/</span><span class="hljs-constant">KJBNCEW08231nkJKCEW32898239?</span>page=<span class="hljs-number">1</span>&amp;amp;pagesize=<span class="hljs-number">2</span>&gt;; rel=<span class="hljs-string">"first"</span>, &lt;<span class="hljs-symbol">https:</span>/<span class="hljs-regexp">/api.eclipse.org/api</span><span class="hljs-regexp">/blob/</span><span class="hljs-constant">KJBNCEW08231nkJKCEW32898239?</span>page=<span class="hljs-number">1</span>&amp;amp;pagesize=<span class="hljs-number">2</span>&gt;; rel=<span class="hljs-string">"self"</span></code></pre>
-<p>Let’s break that down. rel=“next” says that the next page is page=2. This makes sense, since by default,
-all paginated queries start at page 1. rel=“last” provides some more information, stating that the last page of results is on page 27.</p>
-<p>Keep in mind that you should always rely on these link relations provided to you. Don’t try to guess or construct your own URL.</p>
-<h3 id="header-caching">Caching <a class="permalink" href="#header-caching" aria-hidden="true">¶</a></h3>
-<p>Most responses return an ETag header. You can use the values of these headers to make subsequent
-requests to those resources using the If-None-Match or if-Match header. For example, if the resource
-has not changed on a GET, the server will return a 304 Not Modified.</p>
-<p>The Etag for a blob resource is predictable. This is how we are currently generating them:</p>
-<pre><code><span class="hljs-keyword">function</span> _generate_etag(<span class="hljs-variable">$value</span>, <span class="hljs-variable">$application</span>_token, <span class="hljs-variable">$key</span>) {
-  <span class="hljs-variable">$string</span> = <span class="hljs-variable">$value</span> . <span class="hljs-variable">$application</span>_token . <span class="hljs-variable">$key</span>;
-  return  hash(<span class="hljs-string">'sha256'</span>, <span class="hljs-variable">$string</span>, FALSE);
-}</code></pre>
-<h3 id="header-authentication">Authentication <a class="permalink" href="#header-authentication" aria-hidden="true">¶</a></h3>
-<p><em>Eclipse Api RESTful API</em> uses OAuth2 Authorization for protected resources.</p>
-<h3 id="header-error-states">Error States <a class="permalink" href="#header-error-states" aria-hidden="true">¶</a></h3>
-<p>The common <a href="https://github.com/for-GET/know-your-http-well/blob/master/status-codes.md">HTTP Response Status Codes</a>
-are used.</p>
-<section id="user-profiles" class="resource-group"><h2 class="group-heading">User Profiles <a href="#user-profiles" class="permalink">&para;</a></h2><p>User information is available trought this resource. Some private information,
-is included when authenticated through OAuth with the <code>profile</code> scope.</p>
-<div id="user-profiles-current-user" class="resource"><h3 class="resource-heading">Current user <a href="#user-profiles-current-user" class="permalink">&nbsp;&para;</a></h3><div id="user-profiles-current-user-get" class="action get"><h4 class="action-heading"><div class="name">Current user</div><a href="#user-profiles-current-user-get" class="method get">GET</a><code class="uri">/account/profile</code></h4><p>Retrieve profile information about current user.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/account/profile</span></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>[
-  {
-    "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"9"</span></span>,
-    "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"cguindon"</span></span>,
-    "<span class="hljs-attribute">mail</span>": <span class="hljs-value"><span class="hljs-string">"chris.guindon@eclipse-foundation.org"</span></span>,
-    "<span class="hljs-attribute">eca</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">signed</span>": <span class="hljs-value"><span class="hljs-literal">true</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">is_committer</span>": <span class="hljs-value"><span class="hljs-literal">true</span></span>,
-    "<span class="hljs-attribute">friends</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">friend_id</span>": <span class="hljs-value"><span class="hljs-string">"6104"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">first_name</span>": <span class="hljs-value"><span class="hljs-string">"Christopher"</span></span>,
-    "<span class="hljs-attribute">last_name</span>": <span class="hljs-value"><span class="hljs-string">"Guindon"</span></span>,
-    "<span class="hljs-attribute">twitter_handle</span>": <span class="hljs-value"><span class="hljs-string">"chrisguindon"</span></span>,
-    "<span class="hljs-attribute">org</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Foundation"</span></span>,
-    "<span class="hljs-attribute">job_title</span>": <span class="hljs-value"><span class="hljs-string">"Lead Web Application Developper"</span></span>,
-    "<span class="hljs-attribute">website</span>": <span class="hljs-value"><span class="hljs-string">"http://www.chrisguindon.com/"</span></span>,
-    "<span class="hljs-attribute">country</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">code</span>": <span class="hljs-value"><span class="hljs-string">"CA"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Canada"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">bio</span>": <span class="hljs-value"><span class="hljs-string">"Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!"</span></span>,
-    "<span class="hljs-attribute">interests</span>": <span class="hljs-value">[
-      <span class="hljs-string">"Snowboarding"</span>,
-      <span class="hljs-string">"webdev"</span>,
-      <span class="hljs-string">"php"</span>,
-      <span class="hljs-string">"javascript"</span>,
-      <span class="hljs-string">"Drums"</span>
-    ]
-  </span>}
-]</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="user-profiles-retrieve-user" class="resource"><h3 class="resource-heading">Retrieve user <a href="#user-profiles-retrieve-user" class="permalink">&nbsp;&para;</a></h3><div id="user-profiles-retrieve-user-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve user</div><a href="#user-profiles-retrieve-user-get" class="method get">GET</a><code class="uri">/account/profile/{name}</code></h4><p>Retrieve profile information about a specified user.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/account/profile/<span class="hljs-attribute" title="name">name</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid Eclipse username.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"9"</span></span>,
-  "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"cguindon"</span></span>,
-  "<span class="hljs-attribute">mail</span>": <span class="hljs-value"><span class="hljs-string">"chris.guindon@eclipse-foundation.org"</span></span>,
-  "<span class="hljs-attribute">eca</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">signed</span>": <span class="hljs-value"><span class="hljs-literal">true</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">is_committer</span>": <span class="hljs-value"><span class="hljs-literal">true</span></span>,
-  "<span class="hljs-attribute">friends</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">friend_id</span>": <span class="hljs-value"><span class="hljs-string">"6104"</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">first_name</span>": <span class="hljs-value"><span class="hljs-string">"Christopher"</span></span>,
-  "<span class="hljs-attribute">last_name</span>": <span class="hljs-value"><span class="hljs-string">"Guindon"</span></span>,
-  "<span class="hljs-attribute">twitter_handle</span>": <span class="hljs-value"><span class="hljs-string">"chrisguindon"</span></span>,
-  "<span class="hljs-attribute">org</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Foundation"</span></span>,
-  "<span class="hljs-attribute">job_title</span>": <span class="hljs-value"><span class="hljs-string">"Lead Web Application Developper"</span></span>,
-  "<span class="hljs-attribute">website</span>": <span class="hljs-value"><span class="hljs-string">"http://www.chrisguindon.com/"</span></span>,
-  "<span class="hljs-attribute">country</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">code</span>": <span class="hljs-value"><span class="hljs-string">"CA"</span></span>,
-    "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Canada"</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">bio</span>": <span class="hljs-value"><span class="hljs-string">"Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!"</span></span>,
-  "<span class="hljs-attribute">interests</span>": <span class="hljs-value">[
-    <span class="hljs-string">"Snowboarding"</span>,
-    <span class="hljs-string">"webdev"</span>,
-    <span class="hljs-string">"php"</span>,
-    <span class="hljs-string">"javascript"</span>,
-    <span class="hljs-string">"Drums"</span>
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="user-profiles-search-for-a-user" class="resource"><h3 class="resource-heading">Search for a user <a href="#user-profiles-search-for-a-user" class="permalink">&nbsp;&para;</a></h3><div id="user-profiles-search-for-a-user-get" class="action get"><h4 class="action-heading"><div class="name">Search for a user</div><a href="#user-profiles-search-for-a-user-get" class="method get">GET</a><code class="uri">/account/profile/{?uid,name,mail}</code></h4><p>Search for a user by uid, name or mail. The uid will be used first, then the name and if no user was found, the server will try to load a user by mail.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/account/profile/?<span class="hljs-attribute">uid=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">name=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">mail=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>uid</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid User ID.</p>
-</dd><dt>name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid username.</p>
-</dd><dt>mail</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid encoded mail.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>[
-  {
-    "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"9"</span></span>,
-    "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"cguindon"</span></span>,
-    "<span class="hljs-attribute">mail</span>": <span class="hljs-value"><span class="hljs-string">"chris.guindon@eclipse-foundation.org"</span></span>,
-    "<span class="hljs-attribute">eca</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">signed</span>": <span class="hljs-value"><span class="hljs-literal">true</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">is_committer</span>": <span class="hljs-value"><span class="hljs-literal">true</span></span>,
-    "<span class="hljs-attribute">friends</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">friend_id</span>": <span class="hljs-value"><span class="hljs-string">"6104"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">first_name</span>": <span class="hljs-value"><span class="hljs-string">"Christopher"</span></span>,
-    "<span class="hljs-attribute">last_name</span>": <span class="hljs-value"><span class="hljs-string">"Guindon"</span></span>,
-    "<span class="hljs-attribute">twitter_handle</span>": <span class="hljs-value"><span class="hljs-string">"chrisguindon"</span></span>,
-    "<span class="hljs-attribute">org</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Foundation"</span></span>,
-    "<span class="hljs-attribute">job_title</span>": <span class="hljs-value"><span class="hljs-string">"Lead Web Application Developper"</span></span>,
-    "<span class="hljs-attribute">website</span>": <span class="hljs-value"><span class="hljs-string">"http://www.chrisguindon.com/"</span></span>,
-    "<span class="hljs-attribute">country</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">code</span>": <span class="hljs-value"><span class="hljs-string">"CA"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Canada"</span>
-    </span>}</span>,
-    "<span class="hljs-attribute">bio</span>": <span class="hljs-value"><span class="hljs-string">"Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!"</span></span>,
-    "<span class="hljs-attribute">interests</span>": <span class="hljs-value">[
-      <span class="hljs-string">"Snowboarding"</span>,
-      <span class="hljs-string">"webdev"</span>,
-      <span class="hljs-string">"php"</span>,
-      <span class="hljs-string">"javascript"</span>,
-      <span class="hljs-string">"Drums"</span>
-    ]
-  </span>}
-]</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="user-profiles-forum-posts" class="resource"><h3 class="resource-heading">Forum posts <a href="#user-profiles-forum-posts" class="permalink">&nbsp;&para;</a></h3><div id="user-profiles-forum-posts-get" class="action get"><h4 class="action-heading"><div class="name">Forum posts</div><a href="#user-profiles-forum-posts-get" class="method get">GET</a><code class="uri">/account/profile/{name}/forum</code></h4><p>This method returns forum post associated with a user.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/account/profile/<span class="hljs-attribute" title="name">name</span>/forum</span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid Eclipse username.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;amp;pagesize=20&gt;; rel="last", &lt;https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;amp;pagesize=20&gt;; rel="first", &lt;https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;amp;pagesize=20&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"125133"</span></span>,
-  "<span class="hljs-attribute">alias</span>": <span class="hljs-value"><span class="hljs-string">"Christopher Guindon"</span></span>,
-  "<span class="hljs-attribute">avatar_loc</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-  "<span class="hljs-attribute">email</span>": <span class="hljs-value"><span class="hljs-string">"chris.guindon@eclipse-foundation.org"</span></span>,
-  "<span class="hljs-attribute">posted_msg_count</span>": <span class="hljs-value"><span class="hljs-string">"2"</span></span>,
-  "<span class="hljs-attribute">join_date</span>": <span class="hljs-value"><span class="hljs-string">"1329944087"</span></span>,
-  "<span class="hljs-attribute">location</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-  "<span class="hljs-attribute">sig</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-  "<span class="hljs-attribute">last_visit</span>": <span class="hljs-value"><span class="hljs-string">"1489180635"</span></span>,
-  "<span class="hljs-attribute">level_name</span>": <span class="hljs-value"><span class="hljs-string">"Junior Member"</span></span>,
-  "<span class="hljs-attribute">level_img</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-  "<span class="hljs-attribute">posts</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">msg_id</span>": <span class="hljs-value"><span class="hljs-string">"1385038"</span></span>,
-      "<span class="hljs-attribute">msg_thread_id</span>": <span class="hljs-value"><span class="hljs-string">"781490"</span></span>,
-      "<span class="hljs-attribute">msg_poster_id</span>": <span class="hljs-value"><span class="hljs-string">"125133"</span></span>,
-      "<span class="hljs-attribute">msg_reply_to</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">msg_post_stamp</span>": <span class="hljs-value"><span class="hljs-string">"1401828571"</span></span>,
-      "<span class="hljs-attribute">msg_update_stamp</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">msg_updated_by</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">msg_subject</span>": <span class="hljs-value"><span class="hljs-string">"sdfdsf"</span></span>,
-      "<span class="hljs-attribute">thread_id</span>": <span class="hljs-value"><span class="hljs-string">"781490"</span></span>,
-      "<span class="hljs-attribute">thread_forum_id</span>": <span class="hljs-value"><span class="hljs-string">"97"</span></span>,
-      "<span class="hljs-attribute">thread_root_msg_id</span>": <span class="hljs-value"><span class="hljs-string">"1385038"</span></span>,
-      "<span class="hljs-attribute">thread_last_post_date</span>": <span class="hljs-value"><span class="hljs-string">"1490969896"</span></span>,
-      "<span class="hljs-attribute">thread_replies</span>": <span class="hljs-value"><span class="hljs-string">"6"</span></span>,
-      "<span class="hljs-attribute">thread_views</span>": <span class="hljs-value"><span class="hljs-string">"8925"</span></span>,
-      "<span class="hljs-attribute">thread_rating</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">thread_n_rating</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">thread_last_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1758673"</span></span>,
-      "<span class="hljs-attribute">thread_orderexpiry</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">thread_thread_opt</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">thread_tdescr</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">forum_name</span>": <span class="hljs-value"><span class="hljs-string">"Test"</span></span>,
-      "<span class="hljs-attribute">forum_cat_id</span>": <span class="hljs-value"><span class="hljs-string">"3"</span></span>,
-      "<span class="hljs-attribute">forum_description</span>": <span class="hljs-value"><span class="hljs-string">"Forum for testing messages. This is &lt;b&gt;UNRELATED to testing with Eclipse&lt;/b&gt;.  Use the &lt;a href='http://www.eclipse.org/forums/eclipse.tptp'&gt;Test and Performance forum&lt;/a&gt; for those discussions instead."</span></span>,
-      "<span class="hljs-attribute">forum_date_created</span>": <span class="hljs-value"><span class="hljs-string">"1248707241"</span></span>,
-      "<span class="hljs-attribute">forum_thread_count</span>": <span class="hljs-value"><span class="hljs-string">"975"</span></span>,
-      "<span class="hljs-attribute">forum_post_count</span>": <span class="hljs-value"><span class="hljs-string">"1526"</span></span>,
-      "<span class="hljs-attribute">forum_last_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1764500"</span></span>,
-      "<span class="hljs-attribute">cat_name</span>": <span class="hljs-value"><span class="hljs-string">"General (non-technical)"</span></span>,
-      "<span class="hljs-attribute">cat_description</span>": <span class="hljs-value"><span class="hljs-string">" - Click +/- to expand/collapse"</span></span>,
-      "<span class="hljs-attribute">read_last_view</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-      "<span class="hljs-attribute">last_msg_poster_id</span>": <span class="hljs-value"><span class="hljs-string">"216471"</span></span>,
-      "<span class="hljs-attribute">last_msg_subject</span>": <span class="hljs-value"><span class="hljs-string">"Re: sdfdsf"</span></span>,
-      "<span class="hljs-attribute">last_msg_post_stamp</span>": <span class="hljs-value"><span class="hljs-string">"1490969896"</span></span>,
-      "<span class="hljs-attribute">last_msg_update_stamp</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">last_poster_email</span>": <span class="hljs-value"><span class="hljs-string">"m.amjadi@engineer.com"</span></span>,
-      "<span class="hljs-attribute">last_poster_alias</span>": <span class="hljs-value"><span class="hljs-string">"Mohammad H. Amir Amjadi"</span></span>,
-      "<span class="hljs-attribute">root_msg_poster_id</span>": <span class="hljs-value"><span class="hljs-string">"125133"</span></span>,
-      "<span class="hljs-attribute">root_msg_subject</span>": <span class="hljs-value"><span class="hljs-string">"sdfdsf"</span></span>,
-      "<span class="hljs-attribute">root_msg_post_stamp</span>": <span class="hljs-value"><span class="hljs-string">"1401828571"</span></span>,
-      "<span class="hljs-attribute">root_msg_update_stamp</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">root_poster_email</span>": <span class="hljs-value"><span class="hljs-string">"chris.guindon@eclipse-foundation.org"</span></span>,
-      "<span class="hljs-attribute">root_poster_alias</span>": <span class="hljs-value"><span class="hljs-string">"Christopher Guindon"</span></span>,
-      "<span class="hljs-attribute">last_user_msg_poster_id</span>": <span class="hljs-value"><span class="hljs-string">"125133"</span></span>,
-      "<span class="hljs-attribute">last_user_msg_subject</span>": <span class="hljs-value"><span class="hljs-string">"sdfdsf"</span></span>,
-      "<span class="hljs-attribute">last_user_msg_stamp</span>": <span class="hljs-value"><span class="hljs-string">"1401828571"</span></span>,
-      "<span class="hljs-attribute">msg4_update_stamp</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">msg_group_post_stamp</span>": <span class="hljs-value"><span class="hljs-string">"1479327581"</span>
-    </span>}
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="user-profiles-project-relationship" class="resource"><h3 class="resource-heading">Project Relationship <a href="#user-profiles-project-relationship" class="permalink">&nbsp;&para;</a></h3><div id="user-profiles-project-relationship-get" class="action get"><h4 class="action-heading"><div class="name">Project Relationship</div><a href="#user-profiles-project-relationship-get" class="method get">GET</a><code class="uri">/account/profile/{name}/projects</code></h4><p>This call returns a list of project affiliations for a particular user.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/account/profile/<span class="hljs-attribute" title="name">name</span>/projects</span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid Eclipse username.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">technology.cbi</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">ActiveDate</span>": <span class="hljs-value"><span class="hljs-string">"2014-12-15"</span></span>,
-      "<span class="hljs-attribute">InactiveDate</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-      "<span class="hljs-attribute">EditBugs</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">ProjectName</span>": <span class="hljs-value"><span class="hljs-string">"Common Build Infrastructure"</span></span>,
-      "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://projects.eclipse.org/projects/technology.cbi"</span></span>,
-      "<span class="hljs-attribute">Relation</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">Relation</span>": <span class="hljs-value"><span class="hljs-string">"CM"</span></span>,
-        "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Committer"</span></span>,
-        "<span class="hljs-attribute">IsActive</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-        "<span class="hljs-attribute">Type</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">Type</span>": <span class="hljs-value"><span class="hljs-string">"PR"</span></span>,
-          "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Person - Project"</span>
-        </span>}
-      </span>}
-    </span>}
-  ]</span>,
-  "<span class="hljs-attribute">technology.usssdk</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">ActiveDate</span>": <span class="hljs-value"><span class="hljs-string">"2016-09-21"</span></span>,
-      "<span class="hljs-attribute">InactiveDate</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-      "<span class="hljs-attribute">EditBugs</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">ProjectName</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse USS SDK"</span></span>,
-      "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://projects.eclipse.org/projects/technology.usssdk"</span></span>,
-      "<span class="hljs-attribute">Relation</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">Relation</span>": <span class="hljs-value"><span class="hljs-string">"CM"</span></span>,
-        "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Committer"</span></span>,
-        "<span class="hljs-attribute">IsActive</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-        "<span class="hljs-attribute">Type</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">Type</span>": <span class="hljs-value"><span class="hljs-string">"PR"</span></span>,
-          "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Person - Project"</span>
-        </span>}
-      </span>}
-    </span>},
-    {
-      "<span class="hljs-attribute">ActiveDate</span>": <span class="hljs-value"><span class="hljs-string">"2016-09-21"</span></span>,
-      "<span class="hljs-attribute">InactiveDate</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-      "<span class="hljs-attribute">EditBugs</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">ProjectName</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse USS SDK"</span></span>,
-      "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://projects.eclipse.org/projects/technology.usssdk"</span></span>,
-      "<span class="hljs-attribute">Relation</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">Relation</span>": <span class="hljs-value"><span class="hljs-string">"PL"</span></span>,
-        "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Project Lead"</span></span>,
-        "<span class="hljs-attribute">IsActive</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-        "<span class="hljs-attribute">Type</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">Type</span>": <span class="hljs-value"><span class="hljs-string">"PR"</span></span>,
-          "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Person - Project"</span>
-        </span>}
-      </span>}
-    </span>}
-  ]</span>,
-  "<span class="hljs-attribute">foundation-internal</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">ActiveDate</span>": <span class="hljs-value"><span class="hljs-string">"2012-12-21"</span></span>,
-      "<span class="hljs-attribute">InactiveDate</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-      "<span class="hljs-attribute">EditBugs</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-      "<span class="hljs-attribute">ProjectName</span>": <span class="hljs-value"><span class="hljs-string">"Internal Foundation Projects"</span></span>,
-      "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">Relation</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">Relation</span>": <span class="hljs-value"><span class="hljs-string">"CM"</span></span>,
-        "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Committer"</span></span>,
-        "<span class="hljs-attribute">IsActive</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-        "<span class="hljs-attribute">Type</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">Type</span>": <span class="hljs-value"><span class="hljs-string">"PR"</span></span>,
-          "<span class="hljs-attribute">Description</span>": <span class="hljs-value"><span class="hljs-string">"Person - Project"</span>
-        </span>}
-      </span>}
-    </span>}
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="user-profiles-gerrit-review-count" class="resource"><h3 class="resource-heading">Gerrit review count <a href="#user-profiles-gerrit-review-count" class="permalink">&nbsp;&para;</a></h3><div id="user-profiles-gerrit-review-count-get" class="action get"><h4 class="action-heading"><div class="name">Gerrit review count</div><a href="#user-profiles-gerrit-review-count-get" class="method get">GET</a><code class="uri">/account/profile/{name}/gerrit</code></h4><p>This method returns gerrit review count for a user.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/account/profile/<span class="hljs-attribute" title="name">name</span>/gerrit</span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid Eclipse username.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">merged_changes_count</span>": <span class="hljs-value"><span class="hljs-string">"671"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="user-profiles-mailing-list-subscriptions" class="resource"><h3 class="resource-heading">Mailing List Subscriptions <a href="#user-profiles-mailing-list-subscriptions" class="permalink">&nbsp;&para;</a></h3><div id="user-profiles-mailing-list-subscriptions-get" class="action get"><h4 class="action-heading"><div class="name">Mailing List Subscriptions</div><a href="#user-profiles-mailing-list-subscriptions-get" class="method get">GET</a><code class="uri">/account/profile/{name}/mailing-list</code></h4><p>This method returns mailing list subscriptions for a user.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/account/profile/<span class="hljs-attribute" title="name">name</span>/mailing-list</span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>name</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>A valid Eclipse username.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">mailing_list_subscriptions</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">list_name</span>": <span class="hljs-value"><span class="hljs-string">"epp-dev"</span></span>,
-      "<span class="hljs-attribute">list_description</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Packaging Project"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">list_name</span>": <span class="hljs-value"><span class="hljs-string">"eclipse.org-webdev"</span></span>,
-      "<span class="hljs-attribute">list_description</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse.org Webdev notices and discussions"</span>
-    </span>}
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div></section><section id="eclipse-uss" class="resource-group"><h2 class="group-heading">Eclipse USS <a href="#eclipse-uss" class="permalink">&para;</a></h2><p>The Eclipse User Storage Service (USS) allows Eclipse projects to store user-specific project information on the
-Eclipse Foundation servers. The goal is to make it easy for our projects to offer a
-better user experience by storing relevant information in a central location.</p>
-<p>The BLOB resource is a way for projects to store binary objects based off a application_token/key value pair.</p>
-<p>The “value” is always the last element in this JSON structure. All other things must come before that so that
-the SDK implementation can parse and collect them into a Map and finally return a decoding InputStream to
-deliver the “value” content back to the caller/application. The blob value is available when the
-client retrieve a specific blob using an application_token and key.</p>
-<p>We are using application_token and key to identify a blob. The Application token is a string that is assigned by the
-Eclipse Management Organization.The key string must respect the following validation rules:</p>
-<ul>
-<li>
-<p>5-25 characters;</p>
-</li>
-<li>
-<p>letters: lowercase and uppercase/numbers/underscores are valid;</p>
-</li>
-<li>
-<p>each string should start with a letter.</p>
-</li>
-</ul>
-<div id="eclipse-uss-fetch-blobs" class="resource"><h3 class="resource-heading">Fetch Blobs <a href="#eclipse-uss-fetch-blobs" class="permalink">&nbsp;&para;</a></h3><div id="eclipse-uss-fetch-blobs-get" class="action get"><h4 class="action-heading"><div class="name">Fetch Blobs</div><a href="#eclipse-uss-fetch-blobs-get" class="method get">GET</a><code class="uri">/uss/blob{?page,pagesize}</code></h4><p>Retrieve a list of all the blobs for a user. Requires the <code>uss_retrieve</code> scope.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/uss/blob?<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd></dl></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Authorization</span>: <span class="hljs-string">Bearer ec342fe0d66baab3c4b42549f</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">User-Agent</span>: <span class="hljs-string">USER_AGENT</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>401</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/uss/blob?page=1&amp;amp;pagesize=20&gt;; rel="last", &lt;https://api.eclipse.org/uss/blob?page=1&amp;amp;pagesize=20&gt;; rel="first", &lt;https://api.eclipse.org/uss/blob?page=1&amp;amp;pagesize=20&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>[
-  {
-    "<span class="hljs-attribute">application_token</span>": <span class="hljs-value"><span class="hljs-string">"MZ04RMOpksKN5GpxKXafq2MSjSP"</span></span>,
-    "<span class="hljs-attribute">etag</span>": <span class="hljs-value"><span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span></span>,
-    "<span class="hljs-attribute">changed</span>": <span class="hljs-value"><span class="hljs-string">"1497030093"</span></span>,
-    "<span class="hljs-attribute">key</span>": <span class="hljs-value"><span class="hljs-string">"mpc_favorites"</span></span>,
-    "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites"</span>
-  </span>}
-]</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="eclipse-uss-search-blobs" class="resource"><h3 class="resource-heading">Search Blobs <a href="#eclipse-uss-search-blobs" class="permalink">&nbsp;&para;</a></h3><div id="eclipse-uss-search-blobs-get" class="action get"><h4 class="action-heading"><div class="name">Search Blobs</div><a href="#eclipse-uss-search-blobs-get" class="method get">GET</a><code class="uri">/uss/blob/{application_token}/{blob_key}{?page,pagesize}</code></h4><p>Search specific user blob object. Requires the <code>uss_retrieve</code> scope.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/uss/blob/<span class="hljs-attribute" title="application_token">application_token</span>/<span class="hljs-attribute" title="blob_key">blob_key</span>?<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>application_token</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifer of the project, e.g., eclipse.org.oomph.</p>
-</dd><dt>blob_key</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>Unique identifier of the profile setting to save, e.g., install_xml.</p>
-</dd><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd></dl></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Authorization</span>: <span class="hljs-string">Bearer ec342fe0d66baab3c4b42549f</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">User-Agent</span>: <span class="hljs-string">USER_AGENT</span><br><span class="hljs-attribute">If-None-Match</span>: <span class="hljs-string">54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">If-Modified-Since</span>: <span class="hljs-string">Wed, 21 Oct 2015 07:28:00 GMT</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>401</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>304</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Etag</span>: <span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/uss/blob?page=1&amp;amp;pagesize=20&gt;; rel="last", &lt;https://api.eclipse.org/uss/blob?page=1&amp;amp;pagesize=20&gt;; rel="first", &lt;https://api.eclipse.org/uss/blob?page=1&amp;amp;pagesize=20&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Etag</span>: <span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">application_token</span>": <span class="hljs-value"><span class="hljs-string">"MZ04RMOpksKN5GpxKXafq2MSjSP"</span></span>,
-  "<span class="hljs-attribute">etag</span>": <span class="hljs-value"><span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span></span>,
-  "<span class="hljs-attribute">changed</span>": <span class="hljs-value"><span class="hljs-string">"1497030093"</span></span>,
-  "<span class="hljs-attribute">key</span>": <span class="hljs-value"><span class="hljs-string">"mpc_favorites"</span></span>,
-  "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites"</span></span>,
-  "<span class="hljs-attribute">value</span>": <span class="hljs-value"><span class="hljs-string">"MzI3NDQwNQ=="</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="eclipse-uss-delete-blobs" class="resource"><h3 class="resource-heading">Delete Blobs <a href="#eclipse-uss-delete-blobs" class="permalink">&nbsp;&para;</a></h3><div id="eclipse-uss-delete-blobs-delete" class="action delete"><h4 class="action-heading"><div class="name">Delete Blobs</div><a href="#eclipse-uss-delete-blobs-delete" class="method delete">DELETE</a><code class="uri">/uss/blob/{application_token}/{blob_key}</code></h4><p>Delete a blob for a user. Requires the <code>uss_update</code> scope.</p>
-<h4>Example URI</h4><div class="definition"><span class="method delete">DELETE</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/uss/blob/<span class="hljs-attribute" title="application_token">application_token</span>/<span class="hljs-attribute" title="blob_key">blob_key</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>application_token</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifer of the project, e.g., eclipse.org.oomph.</p>
-</dd><dt>blob_key</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier of the profile setting to save, e.g., install_xml.</p>
-</dd></dl></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Authorization</span>: <span class="hljs-string">Bearer ec342fe0d66baab3c4b42549f</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">User-Agent</span>: <span class="hljs-string">USER_AGENT</span><br><span class="hljs-attribute">If-None-Match</span>: <span class="hljs-string">54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>401</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/js</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>204</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/js</span></code></pre><div style="height: 1px;"></div></div></div></div></div><div id="eclipse-uss-update-create-blobs" class="resource"><h3 class="resource-heading">Update/Create Blobs <a href="#eclipse-uss-update-create-blobs" class="permalink">&nbsp;&para;</a></h3><div id="eclipse-uss-update-create-blobs-put" class="action put"><h4 class="action-heading"><div class="name">Update/Create Blobs</div><a href="#eclipse-uss-update-create-blobs-put" class="method put">PUT</a><code class="uri">/uss/blob/{application_token}/{blob_key}</code></h4><p>Delete a blob for a user. Requires the <code>uss_update</code> scope.</p>
-<h4>Example URI</h4><div class="definition"><span class="method put">PUT</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/uss/blob/<span class="hljs-attribute" title="application_token">application_token</span>/<span class="hljs-attribute" title="blob_key">blob_key</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>application_token</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifer of the project, e.g., eclipse.org.oomph.</p>
-</dd><dt>blob_key</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier of the profile setting to save, e.g., install_xml.</p>
-</dd></dl></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Authorization</span>: <span class="hljs-string">Bearer ec342fe0d66baab3c4b42549f</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">User-Agent</span>: <span class="hljs-string">USER_AGENT</span><br><span class="hljs-attribute">If-Match</span>: <span class="hljs-string">54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61</span><br><span class="hljs-attribute">Accept</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>401</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/js</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>201</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/js</span><br><span class="hljs-attribute">Etag</span>: <span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/api/blob/:namespace/:key"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/js</span><br><span class="hljs-attribute">Etag</span>: <span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span></code></pre><div style="height: 1px;"></div></div></div></div></div></section><section id="download" class="resource-group"><h2 class="group-heading">Download <a href="#download" class="permalink">&para;</a></h2><p>Download files and release information.</p>
-<div id="download-retrieve-file" class="resource"><h3 class="resource-heading">Retrieve File <a href="#download-retrieve-file" class="permalink">&nbsp;&para;</a></h3><div id="download-retrieve-file-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve File</div><a href="#download-retrieve-file-get" class="method get">GET</a><code class="uri">/download/file/{file_id}</code></h4><p>Fetch download file information.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/download/file/<span class="hljs-attribute" title="file_id">file_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>file_id</dt><dd><code>integer</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>The id of a download file.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"213"</span></span>,
-  "<span class="hljs-attribute">file_name</span>": <span class="hljs-value"><span class="hljs-string">"/stats/releases/mars/org.eclipse.oomph.setup.sdk"</span></span>,
-  "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"4499"</span></span>,
-  "<span class="hljs-attribute">size_disk_bytes</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-  "<span class="hljs-attribute">timestamp_disk</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-  "<span class="hljs-attribute">md5sum</span>": <span class="hljs-value"><span class="hljs-string">"nofile"</span></span>,
-  "<span class="hljs-attribute">sha1sum</span>": <span class="hljs-value"><span class="hljs-string">"nofile"</span></span>,
-  "<span class="hljs-attribute">sha512sum</span>": <span class="hljs-value"><span class="hljs-string">"nofile"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="download-release" class="resource"><h3 class="resource-heading">Release <a href="#download-release" class="permalink">&nbsp;&para;</a></h3><div id="download-release-get" class="action get"><h4 class="action-heading"><div class="name">Release</div><a href="#download-release-get" class="method get">GET</a><code class="uri">/download/release/{release_type}{?release_name,release_version}</code></h4><p>Fetch download file information.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/download/release/<span class="hljs-attribute" title="release_type">release_type</span>?<span class="hljs-attribute">release_name=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">release_version=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>release_type</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Release type, e.g., eclipse_packages.</p>
-</dd><dt>release_name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>The name of the release, e.g., oxygen.</p>
-</dd><dt>release_version</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>The version of the release, e.g., sr1, 0, 1.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">release_name</span>": <span class="hljs-value"><span class="hljs-string">"neon"</span></span>,
-  "<span class="hljs-attribute">release_version</span>": <span class="hljs-value"><span class="hljs-string">"r"</span></span>,
-  "<span class="hljs-attribute">packages</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">jee-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse IDE for Java EE Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"jee-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1231525"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.jee.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.common.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.connectivity.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.connectivity.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.enablement.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.intro"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.modelbase.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.sqldevtools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.sqltools.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.common.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.dbws.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jaxb.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jaxb.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jpa.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jpa.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jsf.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.common.fproj.enablement.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.jst.enterprise_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.server_adapters.ext.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.server_adapters.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.server_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.webpageeditor.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.webpageeditor.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.web_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.ws.axis2tools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.ws.axis2tools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.ws.cxf.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.ws.jaxws.dom.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.ws.jaxws.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.logback.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.wtp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.wtp.jaxrs.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.wtp.jpa.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.wtp.jsf.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.java_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.pde"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.mylyn.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.cft.server.core.feature"</span>,
-        <span class="hljs-string">"org.eclipse.cft.server.ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.rse"</span>,
-        <span class="hljs-string">"org.eclipse.rse.useractions"</span>,
-        <span class="hljs-string">"org.eclipse.tm.terminal.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.common.fproj"</span>,
-        <span class="hljs-string">"org.eclipse.wst.jsdt.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.jsdt.chromium.debug.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.server_adapters.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.web_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xsl.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"299 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524320"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524320"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"14810"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"526ddec029b7f036b3e99a61b460433d"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"e8874627ef24180681e4f50023131858b2c2bf99"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"4449200d77a0ea25ead72f2e47e135f0a7c546d1c484ab2ed928dc09fe191d59820bf4924d151c9d08c8d704b4d3212c13e3e4c2275b7a56b5adc2cf7709ae66"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"299 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1516862"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1516862"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"112057"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"5b034fe90970b4397aa41d819e8ffd4a"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"353178c8031c4f96ee8b872ba7765801a75ed6cc"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"301 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1496662"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1496662"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"236198"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"e448375731e107d50638f034d879f694"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"34d7ec1122ba1283592ec725ca42113c25acb396"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"7dc144ea3613e7fc42c74e6dddb682b6705088a5e54092baf888389bb71cc37a0ce4ce7b17ba45f3ce1d3c1c9fdb744e4a0e925167c12befd1f6c498620d94cc"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"301 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1483618"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1483618"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"789774"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"1542baca4dce7808cc61a20e10211d17"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"cd00f5d5d3aa8932c8988513632fb82cd3c7f4bb"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"5cc9b1f93825707fe39ee4ac0c7733bf5e8f32525bb58cf1f422e4f8bcb464ea2ecfec5a5c20f770c18e9a461413cb711dce7d4fcfe27d3a02689baf59688f3a"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"299 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1510957"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1510957"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"78686"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"583d4b9e2030defbacee7cb8cd820b63"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"75899b2decba15fbbe7be44f5d474e9def477b6c"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"d3b2ea5db93cdb3ca16cf6a674ed359ec7a3fc8953c721e3b19443ac0f0d3479bb1ee6f5783deecee8c3ff3c181cab451fe52155ef36c40935d78fc29bb97ca8"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">java-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse IDE for Java Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"java-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"560313"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.java.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.buildship"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.jgit"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.logback.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.git"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.hudson"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.java_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.mylyn.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.snipmatch.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"160 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524135"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524135"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"51597"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"94a564abb4f0dc014e84043bd6fdf495"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"684297167ccc6435b6434ee8c24ef226b1e9991f"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"be17f820859c73ec19b44bf83ddfeccd503e008df837005cbb80f16adf97d53aefbc1488dfe5c8fec796da0de11d70e647e735fb98ad29aecc2a8c44e6d66eb5"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"161 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1515686"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1515686"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"135236"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"b21c5c168ec3d5a4b5ec7336625ba85b"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"78919c417386ce0a5df27eba542e07f62c2331ef"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"618ecc193b3fa7e2b5bb85fbc6a75142487e9cef63a0b2f7e7130f49babe1e793ace4fa6ee83848fc74fea7ed2faa094f81504c4a918184882200b1218006134"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"161 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1483666"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1483666"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"326737"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"80cebd741b815ecffff6326c98cc2bbd"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"3330a534b40c28a189da328130a29561795250e0"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"57d979b19cc86fbf0f6bfa9464aa89413662b5bbe3c984492d78247ebf72048ec57946aada55bd5c7fa81746f202e600e8048ee81729936f101971941e97c10d"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"160 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524479"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524479"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"7396"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"3b8f3098ec353962208a38af3cbb36c6"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"7e4caabffafa4e5379893846a636f46d691f03a8"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"57ffab533690bcbeabb40966ef7f05aab85868afc669c5a54631e8a3ec99e1f74bde19ab51f18d8d580a05fb3c80154f0b187595c91e0445219cece9c0346ceb"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"160 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1523565"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1523565"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"39347"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"dc4cf41b6f48af4978885c66d9630d3d"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"d7562af3c5a7377d05abae14e746b36b4896d39f"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"01bc46fcaf3187bc70bb0f26dcdae9fa2f633106785c1c8b41b2d3daf4330efbd0d6a00d5dbc2d6159a6faefb74c403d98794bdbf172cd6e73d6156f36f94641"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">cpp-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse IDE for C/C++ Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"cpp-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"197278"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"An IDE for C/C++ developers with Mylyn integration.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.cpp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.cdt"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.autotools"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.build.crossgcc"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.debug.standalone"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.debug.ui.memory"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.launch.remote"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.linuxtools.cdt.libhover.feature"</span>,
-        <span class="hljs-string">"org.eclipse.linuxtools.cdt.libhover.devhelp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.linuxtools.changelog.c"</span>,
-        <span class="hljs-string">"org.eclipse.linuxtools.gcov"</span>,
-        <span class="hljs-string">"org.eclipse.linuxtools.gprof.feature"</span>,
-        <span class="hljs-string">"org.eclipse.linuxtools.rpm"</span>,
-        <span class="hljs-string">"org.eclipse.linuxtools.valgrind"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.team_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.rse"</span>,
-        <span class="hljs-string">"org.eclipse.tracecompass.gdbtrace"</span>,
-        <span class="hljs-string">"org.eclipse.tracecompass.lttng2.control"</span>,
-        <span class="hljs-string">"org.eclipse.tracecompass.lttng2.kernel"</span>,
-        <span class="hljs-string">"org.eclipse.tracecompass.lttng2.ust"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"176 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524293"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524293"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"33790"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"eb526e56ebf93df96f584a2184488eb1"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"b69b8a2e8eed5ef982eb4c23653c78f671a6a949"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"4314ddc67d723a30380cfa36cf3496d28785485d103c5150b85d64eaa96ca0c20a7849668779b536d78f25b8a5e49744cac584a9a2ae364eb125735f40eb0c20"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"176 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524207"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524207"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"85751"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"7694342c71b025791b4ca69c2ce798a5"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"98152b923ce8c4f656a13f730747304b12d78fd5"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"ba65f745b11a6e4a5c23eb1df32f0b14f853e572d3b39a7fcf3f4d07fea2e309694f9c62ae34a35bf61fc696ae47d3013b3731086341d84fddbe933812acefba"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"175 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524150"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524150"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"14826"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"7a0325aff425cb2625388e9f52ab9816"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"85fec7f0997b14030b7b4bff14dba2db29bfb24d"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"8d7516a9400a920b5acd574e947d9196c502dd0a88db6303158603ee81d0fe86ba850560ba98d83bdfba5dabd1820eb8ef410284ae2fe900bbe44959f08f2619"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"182 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524302"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524302"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"10826"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"76ba76b9ee4f8d7a594125ced87bee88"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"c3473d0c02712ed559606f65e2e54c51bc2c8c1b"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"0ed94a7a2bccc530f32c491b7282f261cbb1e431b7369c9a8e976248f71cbd11339598b6cf3c8a047f17d1b11ee94a28cf2e1a51e354562926b4d3f0ee08b24e"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"182 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1523714"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1523714"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"52085"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"e9ee3b49afa8a9b7a46d744e87290301"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"6d708f40feb9c41b15529c6cb8f527deee9ac04a"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"d4da1d315e37fe7e418304bc48eda84ebd62ac0ac2385211fbc1dff1a14f4928d0b4914a55958df2f07d4567de8dcc486a4afd41f180cb2fdd91801e362258f8"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">android-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse for Android Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"android-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"119802"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">true</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"An IDE for developers creating Android applications.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.android.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.andmore.android.basic.feature"</span>,
-        <span class="hljs-string">"org.eclipse.andmore.gldebugger.feature"</span>,
-        <span class="hljs-string">"org.eclipse.andmore.hierarchyviewer.feature"</span>,
-        <span class="hljs-string">"org.eclipse.andmore.ndk.feature"</span>,
-        <span class="hljs-string">"org.eclipse.andmore.traceview.feature"</span>,
-        <span class="hljs-string">"org.eclipse.buildship"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.logback.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.git"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.hudson"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.java_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.mylyn.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.snipmatch.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"243 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525322"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525322"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1828"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"9300cf4af38e7515bd8cd1572a62ae73"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"09a2eb7247c6ffe9d5990b825ed5615af7d07a29"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"293d2d765179176075692596b44a9baab8e1984d066a2bf1d029431a7a8a078485ff52f158d5458783ac5643714c7f5d17636fd36e1b2571c7c1f0bed9d4f026"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"243 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524233"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524233"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"6817"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"6dae90fdcc0cc3a49a8cfe5c4ee68c43"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"86f6fe742cbcf5471247c819d59bf658ebaa49b9"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"798e7e80bb6c347a978c275503d249191251ee8014830ab3d571ff656b5f3ac5dadf57f4e79fc7e7916bc9e0d6feccd8dfbadb76bd6a8766b5a41ddf14d1ed4d"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"245 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524356"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524356"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"26896"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"d323f0ac85cb0526e835bcc23ae6f28b"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"76a8161ee434c72c8f0d90609c240dc263802f91"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"7e6054c5af55e0338d5dd0d07fbafd72ca69b3af125a8646c3e24112e0ea906efa43338b28bbab2f59ecb73a5afad4590d91c521b1d6959677a3bd9c60e1b595"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"245 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524306"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524306"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"76619"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"6a9d56b94d26429370e9b4134d7645d2"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"2ec2e2a032ef4771ff8c04764b38c59c8d28d100"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"1da1fd3a779b91010cb2e29ed6632cae9f87bd8c3df62af3d633f6d42cfcdf37b4031b9fa5b6118d4f7c5398907fe4cbe31c016915a78917c50d8407a4f6a6ee"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"244 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524250"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524250"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"7642"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"907423883e2bf2a0533f1d9d218cc774"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"4906c6101479678c279acde63ba15f9da103280e"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"93a85ed681d6f11d7c3b9a8942be39e3a92fc5d472a7ef4b50e40bc4ca311b2cc39f4b36cb4a42af8974334d62ad24081afd96c22ef8596473b3c72ac383dd9b"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">php-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse for PHP Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"php-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"108187"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-php-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.php.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.gitflow.feature"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.github.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.php.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.php.importer"</span>,
-        <span class="hljs-string">"org.eclipse.php"</span>,
-        <span class="hljs-string">"org.eclipse.wst.jsdt.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"160 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524494"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524494"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"8517"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"19b5f43d0b896dd294262962718baca1"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"2ffa637414c33a40ec011fb43ef190875c8b8b27"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"82e4a16c74916b93c5d4994c8202d393fbafc23391eafc89bc9f0e46ff82b30a9670c819f509e6cecb06376263ca9febcedcdc0abd7cf228642890f856aec701"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"160 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525126"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525126"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"2470"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"6718005f1a87d12e452ef2b5d0e143dd"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"98ceec59073c1a914cf3dcbe5ff9642dc87bea89"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"4fe370bacb80c1b9a9e5296d3985451ed491a2cafb19563af60c2df116a6a2ca95de9abc39a5689889ca4827440d55baaca559ce4fd0474719d2258a926b9df2"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"160 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524255"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524255"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"14220"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"02d4b3ac00cd7b37db0fbed490a02709"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"136d8a3d94b55a8424214630a0700162d977fb72"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"728eed94ac9324bb10e3ed56998628edf6b1d618bd82030351e2ad261f535810aab3920ec9b7522cd656c0ecf6b3b9354aefcbd42adaadddde5f86e2e942cc92"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"161 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524383"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524383"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"17445"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"f87370d525d75fddea404ca23e534654"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"82e1a85d1b05de7ffbfa836fd957c9a3a50ccb1a"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"0970d5b966168ab05ecdfc21282d3024015c838f6afb66d9d177b0e80f735c7d39f5c18d3ed1197799997f47d5312344dce82452728f58a49f91d15c4ec819e6"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"161 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524166"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524166"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"65535"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"1b35504359e60a10c2f6cff86f27c582"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"e512ee9542949c10af31958c34c13889ac81f69c"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"46c2077a45896cd3c85fec7ccb964835bd8ceec181daacfe205e86a999546c52e5ab91df71faa6fe31c1642f6df493bcf4fc62438c45167204a20cacb88fac3d"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">reporting-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse IDE for Java and Report Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"reporting-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"75827"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-report-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"Java EE tools and BIRT reporting tool for Java developers to create Java EE and Web applications that also have reporting needs.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.reporting.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.birt.chart.cshelp"</span>,
-        <span class="hljs-string">"org.eclipse.birt.cshelp"</span>,
-        <span class="hljs-string">"org.eclipse.birt.doc"</span>,
-        <span class="hljs-string">"org.eclipse.birt.example"</span>,
-        <span class="hljs-string">"org.eclipse.birt"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.common.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.connectivity.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.connectivity.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.enablement.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.intro"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.modelbase.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.sqldevtools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.datatools.sqltools.doc.user"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.common.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.dbws.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jaxb.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jaxb.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jpa.eclipselink.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jpt.jpa.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jsf.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.common.fproj.enablement.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.jst.enterprise_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.server_adapters.ext.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.server_adapters.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.server_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.webpageeditor.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.web_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.jst.ws.axis2tools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.java_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.rse"</span>,
-        <span class="hljs-string">"org.eclipse.rse.useractions"</span>,
-        <span class="hljs-string">"org.eclipse.tm.terminal.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.common.fproj"</span>,
-        <span class="hljs-string">"org.eclipse.wst.jsdt.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.server_adapters.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.web_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xsl.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"309 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525452"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525452"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"665"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"eece49f787953545683d26579d547368"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"97e2ffad55df94180aa8423d760aba561debdadc"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"a1fef86ce393035b4548d21a22f0ee09258159d337de88e5a7563c3c7f9aac11094765083b7ab6b1c6de5e486804c9bea57dcebb72d352ea71f8d7b6f6799c62"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"310 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524284"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524284"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"5099"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"aa50a2d7867830355c8f398767636cc4"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"31474634d56d8af3544220a6ee78d0f8fca4ba31"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"a776c0f6e6b6b1d2a8793274a060dfe32344ee32efbee0e09eaac0c34926f3e88d60067501f73b969d2ea25af0c006861e7281d8b6cece35d15e6697dce8d1f0"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"311 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525333"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525333"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"9087"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"ee6d9a1403b91c74bc3c8d3449f8c4df"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"62e444d033911234748f87a7273d94e2060efc8e"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"dee1c5f5c0319925e6298d731370ee283cb26005e0cf7b6a267861b5fcefe8952a0679344aee0492b4b0881ba36a7259cd4a6646c1f324caa0e3855c3e385290"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"311 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524402"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524402"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"55294"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"66c5023b052ca0f5722ac2d974632661"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"318670bd82838529ad0e32d39da6feb3c594e72c"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"e14b6ffc27f9c40e0f7651bcb4b13260a8ba257c541362ea2ca464d01a708b52f8a1623ac3b3e630234063a72b7da32cba0ff910e432dd6995095ee4dd77332c"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"310 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1527808"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1527808"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"5682"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"a5ca997cca7e3d77c66b869ba2fbc105"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"b4b730366731413ec6906d0181bed47fc9397001"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"46cc676a634f7f8ae0004b9b7c5678a5a60e553612044c250b2d02ff4e70cd77fd03215f2e8309c59b858e13934f8c533c45b5200088f6a5a13e6537e98e7166"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">committers-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse IDE for Eclipse Committers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"committers-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"41746"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.\nClick here to file a bug against Eclipse Platform.\nClick here to file a bug against Eclipse Git team provider.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.committers.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.buildship"</span>,
-        <span class="hljs-string">"org.eclipse.cvs"</span>,
-        <span class="hljs-string">"org.eclipse.cvs.source"</span>,
-        <span class="hljs-string">"org.eclipse.e4.core.tools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.equinox.p2.user.ui"</span>,
-        <span class="hljs-string">"org.eclipse.help"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.jdt.source"</span>,
-        <span class="hljs-string">"org.eclipse.jgit"</span>,
-        <span class="hljs-string">"org.eclipse.jgit.http.apache"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.builds"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.commons"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.commons.identity"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.commons.notifications"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.commons.repositories"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.commons.repositories.http"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.discovery"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.gerrit.dashboard.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.gerrit.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.git"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.hudson"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.monitor"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.reviews.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.team_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.versions"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.pde"</span>,
-        <span class="hljs-string">"org.eclipse.pde.source"</span>,
-        <span class="hljs-string">"org.eclipse.platform.source"</span>,
-        <span class="hljs-string">"org.eclipse.rcp.source"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.news.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.mylyn.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.snipmatch.rcp.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"250 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524211"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524211"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"4719"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"52be998fd3682b56b439bf03f338dd0d"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"9c4b9058c3a3f6199ae373e1c45175f0115ebaec"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"c168593cfeebdbf14797505d1e47ec7eebd72b7f979e5da78a6596ad2c3faae637fb725d8b05884f16be0f23bc4fb4155e403ea48acc4ccf22357c6bf6c4017e"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"250 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525686"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525686"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"605"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"f8fc14ed285d075af0300f320918344e"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"fd10990f81ae46d55387c56c528bbb22ca0e1367"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"dc5ee097c7cdc354276606745b7e61f3aefaf30f5d3d729b6676033634a0d2afddd3bebba3381741f2137351b13e1093ecbf840bb2a02baf4836e1ee71239a15"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"250 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524425"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524425"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"2225"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"144db1455448d2977d4695ffbc0f63b6"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"75a1cb2257f7955001af207ebe7bdc3640c14c62"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"ce4ca5ac5bbb251f3b8878a73fe313d3a716933e1b625c20fafc3db8c40859d1dc842d2b841fe471400e9254f3ed86f6590b1b0b8b2081e7c6e01351b78625a8"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"251 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524283"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524283"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"12044"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"7f1a766177266b8d7427d9f2923fc992"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"5a251350ffc8af51e77bd86472ae7a3c771b6b77"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"69e99995c75ce9f5038fd6ab562e0b49628c058da7484cce9693ff0692a6d39676d40461de9540426d28e574a144704195d4e1923932501ee7e4b722fda6ccac"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"252 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1483658"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1483658"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"22153"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"c7f18c844094ee7cec10e1ab13ecccdc"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"0708487ba047fcaa79928fe5f3ade8b74902d866"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"c5e86f03e9f0497003ede16edc21721f8de9bd297bd3ec6ac8537a8f7415458bfd09fcf2175350b2797b9f84f6b9efcffbe94e999158d5f817261dfa4b383d00"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">javascript-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse IDE for JavaScript and Web Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"javascript-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"33070"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"The essential tools for any JavaScript developer, including JavaScript language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.javascript.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.egit.gitflow.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.equinox.p2.user.ui"</span>,
-        <span class="hljs-string">"org.eclipse.help"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.github.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.web_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.json_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.jsdt.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.jsdt.chromium.debug.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.server_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.server_adapters.feature"</span>,
-        <span class="hljs-string">"org.eclipse.thym.feature"</span>,
-        <span class="hljs-string">"org.eclipse.tm.terminal.feature"</span>,
-        <span class="hljs-string">"org.eclipse.rse"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"152 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1526084"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1526084"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"623"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"6318c5c7cec4b5dbd48f145b316f63b3"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"a967a1e9677110c2bcecce456fa7314babd51f2a"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"c30cdb5a710f7148c0fccea1dcfc2ae0e1292601542af497ac73cdd8b88ed95fd562b6c6f6d37322458efb30886e71b3c036b0d9e4ad26ecb2227d3199a749d5"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"152 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524430"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524430"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"3973"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"4afd4f0ecc5c783fdb9e8ba7aab85c48"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"e001f590f479307bd0d8f2f561e17d8ba6af5dd7"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"6cbddad97bb484f2af3559ee58bbb7c88f5c570697054ad0eb9b37dbf3e43fc1f879565e6c151c5b8c0ec5eac2fbb9e5fda49a56d8b47e0333295ec568fdccfa"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"152 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524444"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524444"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"2858"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"7c3b8ea6d0e31d1f93d51bc8f02f80e6"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"bdc5ffff2f9822a7a86271c994cb96ef0f1e881d"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"ae7f0980d23a9f80eb47dff60537a7966c04806bab79afaedd1278e63fe6c3842feb926650e8b4b164105b40d5ea800309b0bad4b4c221889f6b710bfecfc1e8"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"153 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524273"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524273"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"5747"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"a73a626ca59bcb62fc4faac061ae1601"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"2281f03db190f738593f584a88a22d713317742c"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"d74796ff7cfdfa0902030afabb69e305d31ec0a862c31eac74d835a4101cbb3955cff27c6614990a8dcab24f2aa9f1a3b0fae1632e33e3b299df9c8c407685e7"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"153 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524168"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524168"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"19869"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"654618033d609f35afa68082c72c760a"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"00cee84b68a10257ebecfaba7f0d2182af6b8b80"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"668d89134ae0aeaca95d36fc79667084036d78e4bb9066d0b3b037d800e23d47365a1cce7b0e7dda26876ba1d3c78be25fb5f274f406d4db8bd01536c6802194"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">dsl-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse IDE for Java and DSL Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"dsl-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"13360"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-dsl-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"The essential tools for Java and DSL developers, including a Java &amp;amp; Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.dsl.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.emf.ecore.xcore.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.emf.mwe2.language.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.emf.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.xtext.sdk"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"307 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1528603"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1528603"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"293"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"97489bf2ca0016b712a990bb5df6aa04"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"5a47d0d895f724c94ab71090600d598c944bd555"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"bdfc97fa67d9a6660e249706f881df7005c8e76437a06f020bfda30f02ea3afb95799d054af27864985aaff33c6d91584bca0b22c01604a32dd328e3644fb449"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"307 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524421"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524421"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"861"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"87d481557c8fc460510f08950a93780c"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"e32d39281766edfcc68dfca963345b220a9bfa0c"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"26d38648495133bad5658888c792ac175219f32a3a84e69674d755d9a11fba8eb0a6711e9a017c69c10649c06c1bf5bf858bc7dc8f1d7bc49f816a7e964ba3bf"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"309 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524107"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524107"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"4050"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"fd460f06359bd00337f5e6b1dfb1d7c5"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"91f520d56b4246cc9bb4c2bb1a271ef976a1e641"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"d661c3eecf26e2c128da4e8ed35859368a20a1adc2b39192c7fa5746773e29e58ecb7f70637a13812f6475d4dcf88c5e67032248645e437e12627996107d5969"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"309 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524312"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524312"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"7094"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"9851fa5fb1ed4f83d68f788a3cff467a"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"7b63a368a118b7a108df419f919bf2d16c197737"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"6f379f1fa7ae0b00fc93aa1c6f9a25bcf6a1885cb0f140dd7b32b3bfba1874b9bd7ca79f4f1a8ded6fde59e85528eec66e849ef6ab0565a0e39e6412de420ff9"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"307 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524541"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524541"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1062"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"d355b631a7d23b97024d622654aa2576"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"2186f313c4009ced315c2e32e5631d6e80c4562d"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"6a489dac8783304656121b6a3dbb2c23121a7d402d40dd2b61880a307fdc99fa31300e2da391eb3e8fd28e28c5944711d49e69c1dcf89ba2c6808fc60bd1f9b7"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">rcp-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse for RCP and RAP Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"rcp-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"10905"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.pde"</span>,
-        <span class="hljs-string">"org.eclipse.platform.source"</span>,
-        <span class="hljs-string">"org.eclipse.rcp.source"</span>,
-        <span class="hljs-string">"org.eclipse.buildship"</span>,
-        <span class="hljs-string">"org.eclipse.e4.core.tools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.logback.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.gerrit.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.git"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.hudson"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.java_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.pde_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.rap.tools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.mylyn.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.recommenders.snipmatch.rcp.feature"</span>,
-        <span class="hljs-string">"org.eclipse.swtbot.eclipse.g.ef"</span>,
-        <span class="hljs-string">"org.eclipse.swtbot.eclipse"</span>,
-        <span class="hljs-string">"org.eclipse.swtbot.ide"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"253 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1523705"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1523705"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"2120"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"978b29e839a523eca88945bfc61f897c"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"26adc14d7d4bfca9748b23766f94c67347153a12"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"a9ca07e4b77a90da45acd1653af36cec71a2c204c75beacc4aabf1a59f2b3a7addbe9b0c2983c5fb86ff2789842929169d9e0b4ef83ed56d9eb18bd4feb8e576"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"253 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1519683"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1519683"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"6011"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"86794395a9ac3b3a83f6b6a2c732f160"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"bc5428102a9b320b1c7e677ff40495895fbf8123"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"01f39831d674d4aecc95bd1337e9c5df23af81dfd6d5e2ba1fb092d3713a7412a158c6cb1b84c1473987d75dca8e4c555843657a86b829842631f460e3c2810c"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"252 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1523571"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1523571"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"267"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"e1ee3ff6db3dc23393ab4a9aeaf7203c"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"fb4e2722d7a9d7c1eeaa7cab05ad8831cfe99b92"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"f40183f9d038c89f9e825afb1080d7d7aa4f24c06a16d48904f4367bc3c39b204e886ae87a23af6afe4b60dfe17ce1be7ee91a156b28a82bd5c8bd5189e9e0e7"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"252 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524363"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524363"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1599"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"d71a7f69610cd72255f92c7c1b470d5f"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"16513e7e93b88d3342000853886e0aca8ecd2480"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"4c3719abf3fca7c9d247b1fe0ad601ceedf4d23e16d824a6720ec82567096393277694216e3bfeaa0263add1e1540b978b988c79564851b88594e7ec9b30b2fc"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"252 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1519969"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1519969"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"908"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"27c3a4310762f0c45c1977be52bc1f53"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"66d8264700222cd986baa178e5e80da170f39667"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"1b7b079c8303824aff3c70aba31af89707275a7214ed865157b665339f87fc89007488513e8600e41964144c4093088c9f29cabae010dba10a97ee4dd4bf2934"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">modeling-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Modeling Tools"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"modeling-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"9634"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"The Modeling package provides tools and runtimes for building model-based applications.\n        You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications.\n        In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.modeling.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.amalgam.discovery"</span>,
-        <span class="hljs-string">"org.eclipse.e4.core.tools.feature"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.emf.cdo.epp"</span>,
-        <span class="hljs-string">"org.eclipse.emf.compare.ide.ui.source"</span>,
-        <span class="hljs-string">"org.eclipse.emf.compare.source"</span>,
-        <span class="hljs-string">"org.eclipse.emf.compare.diagram.sirius.source"</span>,
-        <span class="hljs-string">"org.eclipse.emf.compare.egit"</span>,
-        <span class="hljs-string">"org.eclipse.emf.ecoretools.explorer.contextual"</span>,
-        <span class="hljs-string">"org.eclipse.emf.ecoretools.design"</span>,
-        <span class="hljs-string">"org.eclipse.emf.ecp.sdk.feature"</span>,
-        <span class="hljs-string">"org.eclipse.emf.parsley.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.emf.parsley.sdk.source"</span>,
-        <span class="hljs-string">"org.eclipse.emf.emfstore.sdk.feature"</span>,
-        <span class="hljs-string">"org.eclipse.emf.query.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.emf.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.emf.transaction.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.emf.validation.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.g.ef.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.g.mf.runtime.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.java_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.pde_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.ocl.all.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.pde"</span>,
-        <span class="hljs-string">"org.eclipse.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.uml2.sdk"</span>,
-        <span class="hljs-string">"org.eclipse.xsd.sdk"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"388 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524553"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524553"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"899"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"4b3b8ba5ad522b9e8dcad4b9cf69949f"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"33e13262fbe4552d2027115ed0e5a4d4c46819e2"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"10e5acd6b3a297ba84a801cfc05c9cd115954c3415370bf6079a793ced2768a941d01d7c99f89a834e45067c57e954a1d2b1b039a8cdece1fe4392de48c65e99"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"387 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1530449"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1530449"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"233"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"0348089c9a6d92e4b9b75bc3dae32e0a"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"e79f77d984d0d6598900075d7774db5f0cdad185"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"7079bdf357fa15b868d40b2388cddddb1f6343e96befba2c845e5e815ed6bbff1359f7a7120c7b461ffb5873ac3ef9a209cd12c10f83b502aaa908199fc249c7"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"387 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524217"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524217"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1403"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"e4826f1f634b067d53c14b9502821f28"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"61dd3e2fc413bf10479b7cea3e08d55c962fc165"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"5708db7218f981722a1958f321da5a91dbc584f8daaac76c45e18963b92353afa065240f6caa191e5f8b82e50eb008e7244169b59c1fd36d04c8e29ef9442f8d"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"390 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524403"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524403"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1663"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"60a201bc9182870ccb8505c5c771443c"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"61546cab7db9d5791e51a08c11b1a62d52f61ce3"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"00112adf0bef8186c38eb7564176ee55ca76420b3a23d6087c6d64600bc798d9346e51f4aee1935324339a0c0b42ada91d4491f0176e01f1564094976544e483"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"390 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524141"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524141"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"5436"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"040110e2046793c0ad6a9c465509bfbc"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"79bb3a6f0b09712b6a6e277df58449f9ef05213d"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"eee044dade2d2ae4eb24f8a4638fd664610d843c0160d6de33a1911049e536c3bc543961764392dbe9d8410436f38b95d056f7ea0089179bca49e2fafc081f90"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">parallel-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse for Parallel Application Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"parallel-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"7059"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.parallel.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.cdt"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.autotools"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.bupc"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.core.parser.upc.feature"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.debug.ui.memory"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.platform"</span>,
-        <span class="hljs-string">"org.eclipse.cdt.xlc.feature"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.jgit"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.team_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.ptp"</span>,
-        <span class="hljs-string">"org.eclipse.ptp.debug.sdm"</span>,
-        <span class="hljs-string">"org.eclipse.ptp.fortran"</span>,
-        <span class="hljs-string">"org.eclipse.ptp.pldt.upc"</span>,
-        <span class="hljs-string">"org.eclipse.ptp.rdt.sync"</span>,
-        <span class="hljs-string">"org.eclipse.ptp.remote.terminal"</span>,
-        <span class="hljs-string">"org.eclipse.ptp.rm.jaxb.contrib"</span>,
-        <span class="hljs-string">"org.eclipse.remote"</span>,
-        <span class="hljs-string">"org.eclipse.remote.console"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"225 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524375"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524375"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"953"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"49d440af4bba71b40369c5a21e9157ad"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"5d257cf53bf08620e417f1aa9bbf8b349495731d"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"ac9dcebbaa56667331c2de8f54276b8cf228fa8100a9be3ff3b0eb801269e8a5c964813ac4d37da94f7c0034eecf4d4fd664f2fee7c8053e6c6f2fe365469fad"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"225 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524380"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524380"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"2994"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"ed4e418b792d412447786da704d6037f"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"7f1342f2bb173ad4a1ff8f032cebfd57d2ee3dc1"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"2a800f15205edfc93cc916ffe06c4f3d9be864dbcb67956f6ee9236a23b1c273bd670b9b6bd60d90341f97fbd43d434ba0aed6c493f632ab50fe80515949d307"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"229 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1528619"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1528619"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"262"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"92789ca7c502a44d7083ac53d516ca42"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"0105dc21c713f0da5a27ba00b6f61297c2d6ca1b"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"3907e2e3ff6d5a9a9b5782f0ba78dae71d52c26480840ac9dcf908b0df37f4f57b0f3b5686e158d98c436149eee92ef24c19767506476184559f863511d17366"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"229 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524962"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524962"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"2137"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"5f3fe4e9471b8f40cea43fc14bf3d031"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"dc8b57e5c68b40974b3a799456a1b48b6f686159"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"9281103b111ee75fa98a10295df3902f13cba74c3f90ac3e920d23d2b4199d476c59ff20422c63abc47a5e34d507621c30a8d6b65822d9edb744445a52f36ac3"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"224 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524330"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524330"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"713"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"d7f655fe0ee24f2b9a283b7fef9416e2"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"9e1bf08e7fc13db2b8177b3468fd517420a67662"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"4c374af83e114b016e276e024ba68b8603d04822380b91ceb243bf5133fdf3906d0971281964df379a7ecd9dac34ce4ad09d4f78d1f12cc8de07f0c248e5a637"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">testing-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse for Testers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"testing-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"3951"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-testers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"This package contains Eclipse features that support the software development quality assurance process, such as Jubula and Mylyn.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.testing.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.jubula.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"132 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525317"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525317"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1050"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"d08a25f562da12044cba3ab50723b310"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"18b07e90ea7ad5fe281f4c38e63d6b3b7a5a3875"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"585bfb8b9eeb91ec439b526ade8eca24a4b8bd11c2de41dd0447367b19676e27a07028262da615d99beaefb60dc65bfc06473fcba33454c7f9fd6144ee9057db"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"132 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524949"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524949"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"2043"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"ee953f7c4ac4255e0e7e3ab4f846daa8"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"4d651173785697bd0b3606c8296f6d26476c61f8"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"33b404efb90abff8da162d9117972f81e92fdf2c6917bf5950e4bf6c1b859b7d6048862a1bb3218eba40ed5e9e8b34c971557d04a8b38dc474fe0652a32806f1"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"130 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1526033"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1526033"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"287"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"d9e63fcf36650cf8a5117671babc41f1"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"e3f998aa897cf6a799652beff664a8934d763e27"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"140ef2d1ca61bb523f8627d4951e97daedf7e4831c36d7050fb2a9e5f2ad2bf5e8914379b93aca03d7a1b6e83f32b07d4dde84c950a79f2529ed5dc4d70012fc"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"130 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1534796"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1534796"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"201"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"7773c6c6af53c78e0c3a0cc2545dec4f"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"77ee38775eb201290e03e1f72143e8b873854df8"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"b7bfd708c4122e74402af36e0adb879e74afa15c67e7c36dbcbf732c330d89f3d6070ef7a1ff72f878ce2e263868c7d9bc787bff45f1c25908ab94d9d925f0c2"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"130 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525360"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525360"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"370"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"de987358dab2d4499f8dbe7631d18532"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"b0d02d8b4cbbaa2c7f0e2e400de7296808762d12"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"50537983a29770687e151a54c94f0eb82fe995eac3fcd51411cb229290a982a8b35c5ca3c05919ce07a21f6e492fb8ebd84a80c5b72694bf7a50ed030265acd4"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}</span>,
-    "<span class="hljs-attribute">scout-package</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse for Scout Developers"</span></span>,
-      "<span class="hljs-attribute">package_bugzilla_id</span>": <span class="hljs-value"><span class="hljs-string">"scout-package"</span></span>,
-      "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"3007"</span></span>,
-      "<span class="hljs-attribute">website_url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/packages/eclipse-scout-developers/neonr"</span></span>,
-      "<span class="hljs-attribute">incubating</span>": <span class="hljs-value"><span class="hljs-literal">false</span></span>,
-      "<span class="hljs-attribute">class</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.\n"</span></span>,
-      "<span class="hljs-attribute">features</span>": <span class="hljs-value">[
-        <span class="hljs-string">"org.eclipse.epp.package.scout.feature"</span>,
-        <span class="hljs-string">"org.eclipse.epp.package.common.feature"</span>,
-        <span class="hljs-string">"org.eclipse.platform"</span>,
-        <span class="hljs-string">"org.eclipse.egit"</span>,
-        <span class="hljs-string">"org.eclipse.egit.mylyn"</span>,
-        <span class="hljs-string">"org.eclipse.help.source"</span>,
-        <span class="hljs-string">"org.eclipse.jdt"</span>,
-        <span class="hljs-string">"org.eclipse.jdt.source"</span>,
-        <span class="hljs-string">"org.eclipse.jgit"</span>,
-        <span class="hljs-string">"org.eclipse.jst.web_ui.feature"</span>,
-        <span class="hljs-string">"org.eclipse.m2e.feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.bugzilla_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.context_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.git"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.ide_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.java_feature"</span>,
-        <span class="hljs-string">"org.eclipse.mylyn.wikitext_feature"</span>,
-        <span class="hljs-string">"org.eclipse.scout.sdk-feature"</span>,
-        <span class="hljs-string">"org.eclipse.wst.xml_ui.feature"</span>
-      ]</span>,
-      "<span class="hljs-attribute">files</span>": <span class="hljs-value">{
-        "<span class="hljs-attribute">linux</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"211 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1530456"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1530456"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"143"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"48fd3a247aef4793455d4ef495ceea78"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"f78cea27ed257db42af404f120bc4f384ffd7c24"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"423ef85db94e2d3dd3d752cf96dddb13e50b682f7fbe03bff2bc6a20d19e41b1bb25e601b7f02d9e481c1a423e8f453bc5111d7b83a069f6b5d33774afc85a52"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"211 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1525520"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1525520"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"308"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"687758e2df35957dc70905ba6c230d7a"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"41c38e90b504e280f91cf4e2dd0dd003a4943d5a"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"1c3603d096db5a718424216a9792dae854d706db733422f870202edb38ff2e7de7175711d9ba0098060355fbc04583f7fefab09941fa30e4adac16151f95a058"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">mac</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-macosx-cocoa-x86_64.tar.gz"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"211 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1528331"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1528331"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"182"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"6c7a56a49df80b29f38b432daae8fe7f"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"a7630525d7152d6bb692e4b90a84eab92e897c65"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"e2c7e7a75ba5e0866e20172b0d690318f0936423d131fabfc4d8353749c909aa10f4395b62a725a5d9c2219dab80acac9735aaea6dfaf417b23e49a29bbc395a"</span>
-            </span>}
-          </span>}
-        </span>}</span>,
-        "<span class="hljs-attribute">windows</span>": <span class="hljs-value">{
-          "<span class="hljs-attribute">32</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"212 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1528609"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1528609"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"784"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"3008b857bcf4950e90d90b0ff20fac70"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"fd08490f78416d992d1c37cc86e541409d240f6c"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"8e2a7f254487cf4e07cc20cd042790585335dbdeb4adca8d790e3b85aa2e27b97a6682295a33f0a0540d85ae550fb6126d735bbc1581e2326022b40332de9c1d"</span>
-            </span>}
-          </span>}</span>,
-          "<span class="hljs-attribute">64</span>": <span class="hljs-value">{
-            "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32-x86_64.zip"</span></span>,
-            "<span class="hljs-attribute">size</span>": <span class="hljs-value"><span class="hljs-string">"212 MB"</span></span>,
-            "<span class="hljs-attribute">file_id</span>": <span class="hljs-value"><span class="hljs-string">"1524362"</span></span>,
-            "<span class="hljs-attribute">file_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/download/file/1524362"</span></span>,
-            "<span class="hljs-attribute">download_count</span>": <span class="hljs-value"><span class="hljs-string">"1590"</span></span>,
-            "<span class="hljs-attribute">checksum</span>": <span class="hljs-value">{
-              "<span class="hljs-attribute">md5</span>": <span class="hljs-value"><span class="hljs-string">"177d9f3ac1fb88af3625b7254142f4dd"</span></span>,
-              "<span class="hljs-attribute">sha1</span>": <span class="hljs-value"><span class="hljs-string">"2243644bf4fa903b3dd056c3a5b331b5bf11409a"</span></span>,
-              "<span class="hljs-attribute">sha512</span>": <span class="hljs-value"><span class="hljs-string">"26b2f9e15533c449041e143f68123c4b64e92a37a0a2762589a9cd6fe25cd2467a7a5dd903b14ce2e1bacdf50678f930af629b6f78e4326cce9e1679e7d5e794"</span>
-            </span>}
-          </span>}
-        </span>}
-      </span>}
-    </span>}
-  </span>}
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div></section><section id="marketplace-favorites" class="resource-group"><h2 class="group-heading">Marketplace Favorites <a href="#marketplace-favorites" class="permalink">&para;</a></h2><p>The Eclipse MarketPlace is a place to discover, share, and install relevant Eclipse plugins and solutions.
-Think of it like an app store for Eclipse solutions.</p>
-<div id="marketplace-favorites-search-favorites" class="resource"><h3 class="resource-heading">Search Favorites <a href="#marketplace-favorites-search-favorites" class="permalink">&nbsp;&para;</a></h3><div id="marketplace-favorites-search-favorites-get" class="action get"><h4 class="action-heading"><div class="name">Search Favorites</div><a href="#marketplace-favorites-search-favorites-get" class="method get">GET</a><code class="uri">/marketplace/favorites{?name,page,pagesize}</code></h4><p>Retrieve all favorites or retrieve favorites for a specific user.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/marketplace/favorites?<span class="hljs-attribute">name=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid Eclipse username.</p>
-</dd><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/marketplace/favorites?page=2&amp;amp;pagesize=5&gt;; rel="next", &lt;https://api.eclipse.org/marketplace/favorites?page=294&amp;amp;pagesize=5&gt;; rel="last", &lt;https://api.eclipse.org/marketplace/favorites?page=1&amp;amp;pagesize=5&gt;; rel="first", &lt;https://api.eclipse.org/marketplace/favorites?page=1&amp;amp;pagesize=5&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">mpc_favorites</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">content_id</span>": <span class="hljs-value"><span class="hljs-string">"27025"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"677"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1496973302"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">content_id</span>": <span class="hljs-value"><span class="hljs-string">"979"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"675"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1496687525"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">content_id</span>": <span class="hljs-value"><span class="hljs-string">"1099"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"630"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1496955226"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">content_id</span>": <span class="hljs-value"><span class="hljs-string">"171"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"572"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1496728909"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">content_id</span>": <span class="hljs-value"><span class="hljs-string">"1336"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"555"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1496679696"</span>
-    </span>}
-  ]</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-number">1466</span></span>,
-    "<span class="hljs-attribute">range</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">since</span>": <span class="hljs-value"><span class="hljs-number">0</span></span>,
-      "<span class="hljs-attribute">until</span>": <span class="hljs-value"><span class="hljs-number">1497023920</span>
-    </span>}
-  </span>}
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="marketplace-favorites-retrieve-favorites" class="resource"><h3 class="resource-heading">Retrieve Favorites <a href="#marketplace-favorites-retrieve-favorites" class="permalink">&nbsp;&para;</a></h3><div id="marketplace-favorites-retrieve-favorites-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve Favorites</div><a href="#marketplace-favorites-retrieve-favorites-get" class="method get">GET</a><code class="uri">/marketplace/favorites/{content_id}{?name,page,pagesize}</code></h4><p>Fetch favorites for a specific listing on Eclipse MarketPlace.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/marketplace/favorites/<span class="hljs-attribute" title="content_id">content_id</span>?<span class="hljs-attribute">name=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>content_id</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier of the listing, e.g., 123, 134.</p>
-</dd><dt>name</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A valid Eclipse username.</p>
-</dd><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/marketplace/favorites/114?page=2&amp;amp;pagesize=5&gt;; rel="next", &lt;https://api.eclipse.org/marketplace/favorites/114?page=99&amp;amp;pagesize=5&gt;; rel="last", &lt;https://api.eclipse.org/marketplace/favorites/114?page=1&amp;amp;pagesize=5&gt;; rel="first", &lt;https://api.eclipse.org/marketplace/favorites/114?page=1&amp;amp;pagesize=5&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">961</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3463</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">users</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"webdev"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Christopher Guindon"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/sites/default/files/styles/site_login_profile_thumbnail/public/profile_pictures/picture-1-1490713016.png?itok=j23V_zvl"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Foundation Webdev team list"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1461185652"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/webdev"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/webdev"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=webdev"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/webdev/favorites"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"12"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"creckord"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Carsten Reckord"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.gravatar.com/avatar/cfa23205cce07923a8c4e3f4b0824389.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Carsten Reckord"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1494936399"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/creckord"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/creckord"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=creckord"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/creckord/favorites"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"70"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"bandruschuk"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Borislav Andruschuk"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.g.ravatar.com/avatar/c1d9c95b0675f3b6e0bf7868207841c2.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Borislav Andruschuk"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1461162980"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/bandruschuk"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/bandruschuk"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=bandruschuk"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/bandruschuk/favorites"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"97"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"cvedovinid70"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Claude Vedovini"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.g.ravatar.com/avatar/8ed6098669efdf6ac398b47b262effcf.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Claude Vedovini"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1461162986"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/cvedovinid70"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/cvedovinid70"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=cvedovinid70"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/cvedovinid70/favorites"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"102"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"fzadroznyr0g"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Fabio Zadrozny"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.g.ravatar.com/avatar/70fc26faedcbfc82344a0b347053aaa0.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Fabio Zadrozny"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1461162987"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/fzadroznyr0g"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/fzadroznyr0g"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=fzadroznyr0g"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/fzadroznyr0g/favorites"</span>
-    </span>}
-  ]</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-number">494</span>
-  </span>}
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="marketplace-favorites-random-favorites" class="resource"><h3 class="resource-heading">Random Favorites <a href="#marketplace-favorites-random-favorites" class="permalink">&nbsp;&para;</a></h3><div id="marketplace-favorites-random-favorites-get" class="action get"><h4 class="action-heading"><div class="name">Random Favorites</div><a href="#marketplace-favorites-random-favorites-get" class="method get">GET</a><code class="uri">/marketplace/favorites/random{?page,pagesize}</code></h4><p>Fetch random favorites.</p>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/marketplace/favorites/random?<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/marketplace/favorites/random?page=1&amp;amp;pagesize=5&gt;; rel="last", &lt;https://api.eclipse.org/marketplace/favorites/random?page=1&amp;amp;pagesize=5&gt;; rel="first", &lt;https://api.eclipse.org/marketplace/favorites/random?page=1&amp;amp;pagesize=5&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">961</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3463</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">users</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"3470"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"xxieuk4"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Xie Xie"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.gravatar.com/avatar/c026fd755eb489e0005df10f11cfc1d3.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Xie Xie"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1461163708"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/xxieuk4"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/xxieuk4"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=xxieuk4"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/xxieuk4/favorites"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"6"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"348551"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"szampini"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Simone Zampini"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.g.ravatar.com/avatar/71eb311c431ee16ed29833aeff0d87d2.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Simone Zampini"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1490352801"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/szampini"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/szampini"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=szampini"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/szampini/favorites"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"8"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"32625"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"swilke"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Steffen Wilke"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.g.ravatar.com/avatar/dba2f866944d0d813d3977b3d70e4be9.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Steffen Wilke"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1491998786"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/swilke"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/swilke"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=swilke"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/swilke/favorites"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"2"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"168"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"bgrill"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Balazs Grill"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.g.ravatar.com/avatar/6da5a9178b8752078c97909601c80ba9.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for Balazs Grill"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1461163003"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/bgrill"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/bgrill"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=bgrill"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/bgrill/favorites"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"9"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"4337"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"kvr978"</span></span>,
-      "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"K R"</span></span>,
-      "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.g.ravatar.com/avatar/d5f2eaa1a249b0ce0911db783e0c5531.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-      "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"Favorites for K R"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1461163897"</span></span>,
-      "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/kvr978"</span></span>,
-      "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/kvr978"</span></span>,
-      "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=kvr978"</span></span>,
-      "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/kvr978/favorites"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"7"</span>
-    </span>}
-  ]</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-number">5</span>
-  </span>}
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="marketplace-favorites-favorite-list" class="resource"><h3 class="resource-heading">Favorite List <a href="#marketplace-favorites-favorite-list" class="permalink">&nbsp;&para;</a></h3><div id="marketplace-favorites-favorite-list-post" class="action post"><h4 class="action-heading"><div class="name">Add Favorite</div><a href="#marketplace-favorites-favorite-list-post" class="method post">POST</a><code class="uri">/marketplace/favorites/{content_id}</code></h4><p>Add a listings from a user favorite list. Requires the <code>mpc_update</code> scope.</p>
-<h4>Example URI</h4><div class="definition"><span class="method post">POST</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/marketplace/favorites/<span class="hljs-attribute" title="content_id">content_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>content_id</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier of the listing, e.g., 123, 134.</p>
-</dd></dl></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Authorization</span>: <span class="hljs-string">Bearer XXXX</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;amp;pagesize=100&gt;; rel="last", &lt;https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;amp;pagesize=100&gt;; rel="first", &lt;https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;amp;pagesize=100&gt;; rel="self"</span><br><span class="hljs-attribute">Etag</span>: <span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">961</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3463</span><br><span class="hljs-attribute">Last-Modified</span>: <span class="hljs-string">Fri, 09 Jun 2017 17:41:33 GMT</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">mpc_favorites</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">content_id</span>": <span class="hljs-value"><span class="hljs-string">"3274405"</span></span>,
-      "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-string">"70"</span></span>,
-      "<span class="hljs-attribute">timestamp</span>": <span class="hljs-value"><span class="hljs-string">"1497030093"</span>
-    </span>}
-  ]</span>,
-  "<span class="hljs-attribute">mpc_list_name</span>": <span class="hljs-value"><span class="hljs-string">"&lt;b&gt;Jaa&lt;b&gt;"</span></span>,
-  "<span class="hljs-attribute">user</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">uid</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-    "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"webdev"</span></span>,
-    "<span class="hljs-attribute">full_name</span>": <span class="hljs-value"><span class="hljs-string">"Christopher Guindon"</span></span>,
-    "<span class="hljs-attribute">picture</span>": <span class="hljs-value"><span class="hljs-string">"https://secure.gravatar.com/avatar/81d7b21d89fa05b42a5e8103ee70cb14.jpg?d=mm&amp;s=185&amp;r=G"</span></span>,
-    "<span class="hljs-attribute">profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile/webdev"</span></span>,
-    "<span class="hljs-attribute">html_profile_url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/users/webdev"</span></span>,
-    "<span class="hljs-attribute">mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/marketplace/favorites/?name=webdev"</span></span>,
-    "<span class="hljs-attribute">html_mpc_favorites_url</span>": <span class="hljs-value"><span class="hljs-string">"https://marketplace.eclipse.org/user/webdev/favorites"</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">count</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">range</span>": <span class="hljs-value">{
-      "<span class="hljs-attribute">since</span>": <span class="hljs-value"><span class="hljs-number">0</span></span>,
-      "<span class="hljs-attribute">until</span>": <span class="hljs-value"><span class="hljs-number">1497030093</span>
-    </span>}
-  </span>}
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div><div id="marketplace-favorites-favorite-list-delete" class="action delete"><h4 class="action-heading"><div class="name">Remove Favorite</div><a href="#marketplace-favorites-favorite-list-delete" class="method delete">DELETE</a><code class="uri">/marketplace/favorites/{content_id}</code></h4><p>Remove a listings from a user favorite list. Requires the <code>mpc_update</code> scope.</p>
-<h4>Example URI</h4><div class="definition"><span class="method delete">DELETE</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/marketplace/favorites/<span class="hljs-attribute" title="content_id">content_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>content_id</dt><dd><code>string</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier of the listing, e.g., 123, 134.</p>
-</dd></dl></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Authorization</span>: <span class="hljs-string">Bearer XXXX</span></code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;amp;pagesize=100&gt;; rel="last", &lt;https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;amp;pagesize=100&gt;; rel="first", &lt;https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;amp;pagesize=100&gt;; rel="self"</span><br><span class="hljs-attribute">Etag</span>: <span class="hljs-string">"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">961</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3463</span><br><span class="hljs-attribute">Last-Modified</span>: <span class="hljs-string">Fri, 09 Jun 2017 17:41:33 GMT</span></code></pre><div style="height: 1px;"></div></div></div></div><div id="marketplace-favorites-favorite-list-post-1" class="action post"><h4 class="action-heading"><div class="name">Rename Favorite List</div><a href="#marketplace-favorites-favorite-list-post-1" class="method post">POST</a><code class="uri">/marketplace/favorites/rename_list</code></h4><p>Create a custom name for the user favorite list.</p>
-<h4>Example URI</h4><div class="definition"><span class="method post">POST</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/marketplace/favorites/rename_list</span></div><div class="title"><strong>Request</strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Authorization</span>: <span class="hljs-string">Bearer XXXX</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">list_name</span>": <span class="hljs-value"><span class="hljs-string">"New list name"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div><div class="title"><strong>Response&nbsp;&nbsp;<code>204</code></strong></div></div></div></section><section id="forums" class="resource-group"><h2 class="group-heading">Forums <a href="#forums" class="permalink">&para;</a></h2><p>Eclipse Forums are available through this resource.</p>
-<div id="forums-fetch-categories" class="resource"><h3 class="resource-heading">Fetch Categories <a href="#forums-fetch-categories" class="permalink">&nbsp;&para;</a></h3><div id="forums-fetch-categories-get" class="action get"><h4 class="action-heading"><div class="name">Fetch Categories</div><a href="#forums-fetch-categories-get" class="method get">GET</a><code class="uri">/forums/category{?page,pagesize,order_by}</code></h4><h3 id="header-overview">Overview <a class="permalink" href="#header-overview" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>all the categories</strong> from the Eclipse Forums website.</p>
-<h3 id="header-what-is-a-category?">What is a category? <a class="permalink" href="#header-what-is-a-category?" aria-hidden="true">¶</a></h3>
-<p>A category is a group of forums.</p>
-<p>Forums are associated to a category by category id.</p>
-<h3 id="header-result-definition">Result definition <a class="permalink" href="#header-result-definition" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the category</p>
-</li>
-<li>
-<p><strong>name:</strong> name of the category</p>
-</li>
-<li>
-<p><strong>description:</strong> description of the category</p>
-</li>
-<li>
-<p><strong>url:</strong> url that will return information of a specific category on the Eclipse Forums website <em>(Note: the trailing slash is important)</em></p>
-</li>
-<li>
-<p><strong>forum_url:</strong> url that will return information for all the forums associated with a specific category id</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/category?<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">order_by=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd><dt>order_by</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>The order by ID in which the results will be returned. DESC by default</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/forums/category?page=1&amp;amp;pagesize=20&gt;; rel="next", &lt;https://api.eclipse.org/forums/category?page=99&amp;amp;pagesize=5&gt;; rel="last", &lt;https://api.eclipse.org/forums/category?page=1&amp;amp;pagesize=5&gt;; rel="first", &lt;https://api.eclipse.org/forums/category?page=1&amp;amp;pagesize=5&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">pagination</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">page</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">pagesize</span>": <span class="hljs-value"><span class="hljs-number">2</span></span>,
-    "<span class="hljs-attribute">result_start</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_end</span>": <span class="hljs-value"><span class="hljs-number">2</span></span>,
-    "<span class="hljs-attribute">result_size</span>": <span class="hljs-value"><span class="hljs-number">2</span></span>,
-    "<span class="hljs-attribute">total_result_size</span>": <span class="hljs-value"><span class="hljs-number">9</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Projects"</span></span>,
-      "<span class="hljs-attribute">description</span>": <span class="hljs-value"><span class="hljs-string">" - Eclipse Project Forums - click +/- to expand/collapse"</span></span>,
-      "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php/i/1/"</span></span>,
-      "<span class="hljs-attribute">forums_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/forum?category_id=1"</span>
-    </span>},
-    {
-      "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"2"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Newcomers"</span></span>,
-      "<span class="hljs-attribute">description</span>": <span class="hljs-value"><span class="hljs-string">" - General Newcomer discussions"</span></span>,
-      "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php/i/2/"</span></span>,
-      "<span class="hljs-attribute">forums_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/forum?category_id=2"</span>
-    </span>}
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-retrieve-category" class="resource"><h3 class="resource-heading">Retrieve Category <a href="#forums-retrieve-category" class="permalink">&nbsp;&para;</a></h3><div id="forums-retrieve-category-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve Category</div><a href="#forums-retrieve-category-get" class="method get">GET</a><code class="uri">/forums/category/{category_id}</code></h4><h3 id="header-overview-1">Overview <a class="permalink" href="#header-overview-1" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>a specific category</strong> from the Eclipse Forums website.</p>
-<h3 id="header-what-is-a-category?-1">What is a category? <a class="permalink" href="#header-what-is-a-category?-1" aria-hidden="true">¶</a></h3>
-<p>A category is a group of forums.</p>
-<p>Forums are associated to a category by category id.</p>
-<h3 id="header-result-definition-1">Result definition <a class="permalink" href="#header-result-definition-1" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the category</p>
-</li>
-<li>
-<p><strong>name:</strong> name of the category</p>
-</li>
-<li>
-<p><strong>description:</strong> description of the category</p>
-</li>
-<li>
-<p><strong>url:</strong> url that will return information of a specific category on the Eclipse Forums website <em>(Note: the trailing slash is important)</em></p>
-</li>
-<li>
-<p><strong>forum_url:</strong> url that will return information for all the forums associated with a specific category id</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/category/<span class="hljs-attribute" title="category_id">category_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>category_id</dt><dd><code>integer</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier for category</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-  "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse Projects"</span></span>,
-  "<span class="hljs-attribute">description</span>": <span class="hljs-value"><span class="hljs-string">" - Eclipse Project Forums - click +/- to expand/collapse"</span></span>,
-  "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php/i/1/"</span></span>,
-  "<span class="hljs-attribute">forums_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/forum?category_id=1"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-fetch-forums" class="resource"><h3 class="resource-heading">Fetch Forums <a href="#forums-fetch-forums" class="permalink">&nbsp;&para;</a></h3><div id="forums-fetch-forums-get" class="action get"><h4 class="action-heading"><div class="name">Fetch Forums</div><a href="#forums-fetch-forums-get" class="method get">GET</a><code class="uri">/forums/forum{?category_id,page,pagesize,order_by,since,until}</code></h4><h3 id="header-overview-2">Overview <a class="permalink" href="#header-overview-2" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>all the forums</strong> from the Eclipse Forums website.</p>
-<p>Optionally, you can retrieve information for all the forums associated to a specific category by using the category_id parameter.
-You can also retrieve forums that have been created between dates using the since and until parameters.</p>
-<h3 id="header-what-is-a-forum?">What is a forum? <a class="permalink" href="#header-what-is-a-forum?" aria-hidden="true">¶</a></h3>
-<p>A forum is a group of topics.</p>
-<p>Topics are associated to a forum by forum id.</p>
-<h3 id="header-result-definition-2">Result definition <a class="permalink" href="#header-result-definition-2" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the forum</p>
-</li>
-<li>
-<p><strong>name:</strong> name of the forum</p>
-</li>
-<li>
-<p><strong>category_id:</strong> id of the category associated to this forum</p>
-</li>
-<li>
-<p><strong>url:</strong> url of a specific forum on the Eclipse Forums website <em>(Note: the trailing slash is important)</em></p>
-</li>
-<li>
-<p><strong>description:</strong> description of the forum</p>
-</li>
-<li>
-<p><strong>created_date:</strong> date when the forum has been created (timestamp)</p>
-</li>
-<li>
-<p><strong>topic_count:</strong> number of topics in this forum</p>
-</li>
-<li>
-<p><strong>post_count:</strong> number of posts in this forum</p>
-</li>
-<li>
-<p><strong>last_post_id:</strong> id of the last post in this forum</p>
-</li>
-<li>
-<p><strong>category_url:</strong> url that will return information about a category</p>
-</li>
-<li>
-<p><strong>topics_url:</strong> url that will return all the topics associated with a specific forum id</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/forum?<span class="hljs-attribute">category_id=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">order_by=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">since=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">until=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>category_id</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>Unique identifier for a category</p>
-</dd><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd><dt>order_by</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>The order created date in which the results will be returned. DESC by default</p>
-</dd><dt>since</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The results since a timestamp onward</p>
-</dd><dt>until</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The results until a timestamp</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/forums/forum?category_id=1&amp;amp;page=1&amp;amp;pagesize=20&gt;; rel="last", &lt;https://api.eclipse.org/forums/forum?category_id=1&amp;amp;page=99&amp;amp;pagesize=20&gt;; rel="first", &lt;https://api.eclipse.org/forums/forum?category_id=1&amp;amp;page=1&amp;amp;pagesize=20&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">pagination</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">page</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">pagesize</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_start</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_end</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_size</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">total_result_size</span>": <span class="hljs-value"><span class="hljs-number">391</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"89"</span></span>,
-      "<span class="hljs-attribute">category_id</span>": <span class="hljs-value"><span class="hljs-string">"2"</span></span>,
-      "<span class="hljs-attribute">description</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse forum for newcomers"</span></span>,
-      "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Newcomers"</span></span>,
-      "<span class="hljs-attribute">created_date</span>": <span class="hljs-value"><span class="hljs-string">"1248707078"</span></span>,
-      "<span class="hljs-attribute">topic_count</span>": <span class="hljs-value"><span class="hljs-string">"22344"</span></span>,
-      "<span class="hljs-attribute">post_count</span>": <span class="hljs-value"><span class="hljs-string">"62843"</span></span>,
-      "<span class="hljs-attribute">last_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1780973"</span></span>,
-      "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php/f/89/"</span></span>,
-      "<span class="hljs-attribute">topics_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/topic?forum_id=89"</span></span>,
-      "<span class="hljs-attribute">category_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/category/2"</span>
-    </span>}
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-retrieve-forum" class="resource"><h3 class="resource-heading">Retrieve Forum <a href="#forums-retrieve-forum" class="permalink">&nbsp;&para;</a></h3><div id="forums-retrieve-forum-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve Forum</div><a href="#forums-retrieve-forum-get" class="method get">GET</a><code class="uri">/forums/forum/{forum_id}</code></h4><h3 id="header-overview-3">Overview <a class="permalink" href="#header-overview-3" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>a specific forum</strong> from the Eclipse Forums website.</p>
-<h3 id="header-what-is-a-forum?-1">What is a forum? <a class="permalink" href="#header-what-is-a-forum?-1" aria-hidden="true">¶</a></h3>
-<p>A forum is a group of topics.</p>
-<p>Topics are associated to a forum by forum id.</p>
-<h3 id="header-result-definition-3">Result definition <a class="permalink" href="#header-result-definition-3" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the forum</p>
-</li>
-<li>
-<p><strong>name:</strong> name of the forum</p>
-</li>
-<li>
-<p><strong>category_id:</strong> id of the category associated to this forum</p>
-</li>
-<li>
-<p><strong>url:</strong> url of a specific forum on the Eclipse Forums website <em>(Note: the trailing slash is important)</em></p>
-</li>
-<li>
-<p><strong>description:</strong> description of the forum</p>
-</li>
-<li>
-<p><strong>created_date:</strong> date when the forum has been created (timestamp)</p>
-</li>
-<li>
-<p><strong>topic_count:</strong> number of topics in this forum</p>
-</li>
-<li>
-<p><strong>post_count:</strong> number of posts in this forum</p>
-</li>
-<li>
-<p><strong>last_post_id:</strong> id of the last post in this forum</p>
-</li>
-<li>
-<p><strong>category_url:</strong> url that will return information about a category</p>
-</li>
-<li>
-<p><strong>topics_url:</strong> url that will return all the topics associated with a specific forum id</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/forum/<span class="hljs-attribute" title="forum_id">forum_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>forum_id</dt><dd><code>integer</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier for a forum</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"89"</span></span>,
-  "<span class="hljs-attribute">category_id</span>": <span class="hljs-value"><span class="hljs-string">"2"</span></span>,
-  "<span class="hljs-attribute">description</span>": <span class="hljs-value"><span class="hljs-string">"Eclipse forum for newcomers"</span></span>,
-  "<span class="hljs-attribute">name</span>": <span class="hljs-value"><span class="hljs-string">"Newcomers"</span></span>,
-  "<span class="hljs-attribute">created_date</span>": <span class="hljs-value"><span class="hljs-string">"1248707078"</span></span>,
-  "<span class="hljs-attribute">topic_count</span>": <span class="hljs-value"><span class="hljs-string">"22344"</span></span>,
-  "<span class="hljs-attribute">post_count</span>": <span class="hljs-value"><span class="hljs-string">"62843"</span></span>,
-  "<span class="hljs-attribute">last_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1780973"</span></span>,
-  "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php/f/89/"</span></span>,
-  "<span class="hljs-attribute">topics_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/topic?forum_id=89"</span></span>,
-  "<span class="hljs-attribute">category_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/category/2"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-fetch-topics" class="resource"><h3 class="resource-heading">Fetch Topics <a href="#forums-fetch-topics" class="permalink">&nbsp;&para;</a></h3><div id="forums-fetch-topics-get" class="action get"><h4 class="action-heading"><div class="name">Fetch Topics</div><a href="#forums-fetch-topics-get" class="method get">GET</a><code class="uri">/forums/topic{?forum_id,page,pagesize,order_by,since,until}</code></h4><h3 id="header-overview-4">Overview <a class="permalink" href="#header-overview-4" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>all the topics</strong> from the Eclipse Forums website.</p>
-<p>Optionally, you can retrieve information for all the topics associated to a specific forum by using the forum_id parameter.
-You can also retrieve topics that have been created between dates using the since and until parameters.</p>
-<h3 id="header-what-is-a-topic?">What is a topic? <a class="permalink" href="#header-what-is-a-topic?" aria-hidden="true">¶</a></h3>
-<p>A topic is a group of posts.</p>
-<p>Posts are associated to a topic by topic id.</p>
-<h3 id="header-result-definition-4">Result definition <a class="permalink" href="#header-result-definition-4" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the topic</p>
-</li>
-<li>
-<p><strong>forum_id:</strong> id of the forum associated to this topic</p>
-</li>
-<li>
-<p><strong>last_post_id:</strong> id of the last post in this forum</p>
-</li>
-<li>
-<p><strong>last_post_date:</strong> date of the last post in this topic (timestamp)</p>
-</li>
-<li>
-<p><strong>root_post_id:</strong> id of the root post of this topic</p>
-</li>
-<li>
-<p><strong>replies:</strong> number of replies for this topic</p>
-</li>
-<li>
-<p><strong>views:</strong> number of views for this topic</p>
-</li>
-<li>
-<p><strong>url:</strong> url of a specific topic on the Eclipse Forums website <em>(Note: the trailing slash is important)</em></p>
-</li>
-<li>
-<p><strong>forum_url:</strong> url that will return information about the forum associated to this topic</p>
-</li>
-<li>
-<p><strong>posts_url:</strong> url that will return information about for all the posts associated with a specific topic id</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/topic?<span class="hljs-attribute">forum_id=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">order_by=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">since=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">until=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>forum_id</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>Unique identifier for a forum</p>
-</dd><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd><dt>order_by</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>The order created date in which the results will be returned. DESC by default</p>
-</dd><dt>since</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The results since a timestamp onward</p>
-</dd><dt>until</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The results until a timestamp</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/forums/topic?forum_id=1&amp;amp;page=1&amp;amp;pagesize=20&gt;; rel="last", &lt;https://api.eclipse.org/forums/topic?forum_id=1&amp;amp;page=99&amp;amp;pagesize=20&gt;; rel="first", &lt;https://api.eclipse.org/forums/topic?forum_id=1&amp;amp;page=1&amp;amp;pagesize=20&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">pagination</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">page</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">pagesize</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_start</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_end</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_size</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">total_result_size</span>": <span class="hljs-value"><span class="hljs-number">892958</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"1091418"</span></span>,
-      "<span class="hljs-attribute">forum_id</span>": <span class="hljs-value"><span class="hljs-string">"89"</span></span>,
-      "<span class="hljs-attribute">last_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1780973"</span></span>,
-      "<span class="hljs-attribute">last_post_date</span>": <span class="hljs-value"><span class="hljs-string">"1517333817"</span></span>,
-      "<span class="hljs-attribute">root_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1780971"</span></span>,
-      "<span class="hljs-attribute">replies</span>": <span class="hljs-value"><span class="hljs-string">"2"</span></span>,
-      "<span class="hljs-attribute">views</span>": <span class="hljs-value"><span class="hljs-string">"52"</span></span>,
-      "<span class="hljs-attribute">subject</span>": <span class="hljs-value"><span class="hljs-string">"keep the parameter  value selected"</span></span>,
-      "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php/t/1091418/"</span></span>,
-      "<span class="hljs-attribute">posts_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/post?topic_id=1091418"</span></span>,
-      "<span class="hljs-attribute">forum_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/forum/89"</span>
-    </span>}
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-retrieve-topic" class="resource"><h3 class="resource-heading">Retrieve Topic <a href="#forums-retrieve-topic" class="permalink">&nbsp;&para;</a></h3><div id="forums-retrieve-topic-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve Topic</div><a href="#forums-retrieve-topic-get" class="method get">GET</a><code class="uri">/forums/topic/{topic_id}</code></h4><h3 id="header-overview-5">Overview <a class="permalink" href="#header-overview-5" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>a specific topic</strong> from the Eclipse Forums website.</p>
-<h3 id="header-what-is-a-topic?-1">What is a topic? <a class="permalink" href="#header-what-is-a-topic?-1" aria-hidden="true">¶</a></h3>
-<p>A topic is a group of posts.</p>
-<p>Posts are associated to a topic by topic id.</p>
-<h3 id="header-result-definition-5">Result definition <a class="permalink" href="#header-result-definition-5" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the topic</p>
-</li>
-<li>
-<p><strong>forum_id:</strong> id of the forum associated to this topic</p>
-</li>
-<li>
-<p><strong>last_post_id:</strong> id of the last post in this forum</p>
-</li>
-<li>
-<p><strong>last_post_date:</strong> date of the last post in this topic (timestamp)</p>
-</li>
-<li>
-<p><strong>root_post_id:</strong> id of the root post of this topic</p>
-</li>
-<li>
-<p><strong>replies:</strong> number of replies for this topic</p>
-</li>
-<li>
-<p><strong>views:</strong> number of views for this topic</p>
-</li>
-<li>
-<p><strong>url:</strong> url of a specific topic on the Eclipse Forums website <em>(Note: the trailing slash is important)</em></p>
-</li>
-<li>
-<p><strong>forum_url:</strong> url that will return information about the forum associated to this topic</p>
-</li>
-<li>
-<p><strong>posts_url:</strong> url that will return information about all the posts associated with a specific topic id</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/topic/<span class="hljs-attribute" title="topic_id">topic_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>topic_id</dt><dd><code>integer</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Unique identifier for a topic</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"1091418"</span></span>,
-  "<span class="hljs-attribute">forum_id</span>": <span class="hljs-value"><span class="hljs-string">"89"</span></span>,
-  "<span class="hljs-attribute">last_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1780973"</span></span>,
-  "<span class="hljs-attribute">last_post_date</span>": <span class="hljs-value"><span class="hljs-string">"1517333817"</span></span>,
-  "<span class="hljs-attribute">root_post_id</span>": <span class="hljs-value"><span class="hljs-string">"1780971"</span></span>,
-  "<span class="hljs-attribute">replies</span>": <span class="hljs-value"><span class="hljs-string">"2"</span></span>,
-  "<span class="hljs-attribute">views</span>": <span class="hljs-value"><span class="hljs-string">"52"</span></span>,
-  "<span class="hljs-attribute">subject</span>": <span class="hljs-value"><span class="hljs-string">"keep the parameter  value selected"</span></span>,
-  "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php/t/1091418/"</span></span>,
-  "<span class="hljs-attribute">posts_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/post?topic_id=1091418"</span></span>,
-  "<span class="hljs-attribute">forum_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/forum/89"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-fetch-posts" class="resource"><h3 class="resource-heading">Fetch Posts <a href="#forums-fetch-posts" class="permalink">&nbsp;&para;</a></h3><div id="forums-fetch-posts-get" class="action get"><h4 class="action-heading"><div class="name">Fetch Posts</div><a href="#forums-fetch-posts-get" class="method get">GET</a><code class="uri">/forums/post{?topic_id,page,pagesize,order_by,since,until}</code></h4><h3 id="header-overview-6">Overview <a class="permalink" href="#header-overview-6" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>all the posts</strong> from the Eclipse Forums website.</p>
-<p>Optionally, you can retrieve information for all the posts associated to a specific topic by using the topic_id parameter.
-You can also retrieve posts that have been created between dates using the since and until parameters.</p>
-<h3 id="header-what-is-a-post?">What is a post? <a class="permalink" href="#header-what-is-a-post?" aria-hidden="true">¶</a></h3>
-<p>A post is a message attached to a specific topic</p>
-<p>Posts are associated to a topic by topic id.</p>
-<h3 id="header-result-definition-6">Result definition <a class="permalink" href="#header-result-definition-6" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the post</p>
-</li>
-<li>
-<p><strong>subject:</strong> subject of the post</p>
-</li>
-<li>
-<p><strong>forum_id:</strong> id of the forum associated to this post</p>
-</li>
-<li>
-<p><strong>topic_id:</strong> id of the topic associated to this post</p>
-</li>
-<li>
-<p><strong>poster_id:</strong> id of the user that submitted this post</p>
-</li>
-<li>
-<p><strong>created_date:</strong> date that this post has been created (timestamp)</p>
-</li>
-<li>
-<p><strong>url:</strong> url of a specific post on the Eclipse Forums website</p>
-</li>
-<li>
-<p><strong>body:</strong> body content of this post</p>
-</li>
-<li>
-<p><strong>topic_url:</strong> url that will return information about the topic associated to this post</p>
-</li>
-<li>
-<p><strong>topic_posts_url:</strong> url that will return all the posts from the topic associated to this post</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/post?<span class="hljs-attribute">topic_id=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">order_by=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">since=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">until=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>topic_id</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>Unique identifier for a topic</p>
-</dd><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd><dt>order_by</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>The order created date in which the results will be returned. DESC by default</p>
-</dd><dt>since</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The results since a timestamp onward</p>
-</dd><dt>until</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The results until a timestamp</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/forums/post?topic_id=1&amp;amp;page=1&amp;amp;pagesize=20&gt;; rel="last", &lt;https://api.eclipse.org/forums/post?topic_id=1&amp;amp;page=99&amp;amp;pagesize=20&gt;; rel="first", &lt;https://api.eclipse.org/forums/post?topic_id=1&amp;amp;page=1&amp;amp;pagesize=20&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">pagination</span>": <span class="hljs-value">{
-    "<span class="hljs-attribute">page</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">pagesize</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_start</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_end</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">result_size</span>": <span class="hljs-value"><span class="hljs-number">1</span></span>,
-    "<span class="hljs-attribute">total_result_size</span>": <span class="hljs-value"><span class="hljs-number">1645105</span>
-  </span>}</span>,
-  "<span class="hljs-attribute">result</span>": <span class="hljs-value">[
-    {
-      "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"1780973"</span></span>,
-      "<span class="hljs-attribute">subject</span>": <span class="hljs-value"><span class="hljs-string">"Re: keep the parameter  value selected"</span></span>,
-      "<span class="hljs-attribute">topic_id</span>": <span class="hljs-value"><span class="hljs-string">"1091418"</span></span>,
-      "<span class="hljs-attribute">poster_id</span>": <span class="hljs-value"><span class="hljs-string">"219149"</span></span>,
-      "<span class="hljs-attribute">created_date</span>": <span class="hljs-value"><span class="hljs-string">"1517333817"</span></span>,
-      "<span class="hljs-attribute">forum_id</span>": <span class="hljs-value"><span class="hljs-string">"89"</span></span>,
-      "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"This is the body"</span></span>,
-      "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php?t=msg&amp;th=1091418&amp;goto=1780973&amp;#msg_1780973"</span></span>,
-      "<span class="hljs-attribute">topic_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/topic/1091418"</span></span>,
-      "<span class="hljs-attribute">forum_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/forum/89"</span></span>,
-      "<span class="hljs-attribute">user_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/user/219149"</span>
-    </span>}
-  ]
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-retrieve-post" class="resource"><h3 class="resource-heading">Retrieve Post <a href="#forums-retrieve-post" class="permalink">&nbsp;&para;</a></h3><div id="forums-retrieve-post-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve Post</div><a href="#forums-retrieve-post-get" class="method get">GET</a><code class="uri">/forums/post/{post_id}</code></h4><h3 id="header-overview-7">Overview <a class="permalink" href="#header-overview-7" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>a specific post</strong> from the Eclipse Forums website.</p>
-<h3 id="header-what-is-a-post?-1">What is a post? <a class="permalink" href="#header-what-is-a-post?-1" aria-hidden="true">¶</a></h3>
-<p>A post is a message attached to a specific topic</p>
-<p>Posts are associated to a topic by topic id.</p>
-<h3 id="header-result-definition-7">Result definition <a class="permalink" href="#header-result-definition-7" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the post</p>
-</li>
-<li>
-<p><strong>subject:</strong> subject of the post</p>
-</li>
-<li>
-<p><strong>forum_id:</strong> id of the forum associated to this post</p>
-</li>
-<li>
-<p><strong>topic_id:</strong> id of the topic associated to this post</p>
-</li>
-<li>
-<p><strong>poster_id:</strong> id of the user that submitted this post</p>
-</li>
-<li>
-<p><strong>created_date:</strong> date that this post has been created (timestamp)</p>
-</li>
-<li>
-<p><strong>url:</strong> url of a specific post on the Eclipse Forums website</p>
-</li>
-<li>
-<p><strong>body:</strong> body content of this post</p>
-</li>
-<li>
-<p><strong>topic_url:</strong> url that will return information about the topic associated to this post</p>
-</li>
-<li>
-<p><strong>topic_posts_url:</strong> url that will return all the posts from the topic associated to this post</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/post/<span class="hljs-attribute" title="post_id">post_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>post_id</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>Unique identifier for a post</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"1780973"</span></span>,
-  "<span class="hljs-attribute">subject</span>": <span class="hljs-value"><span class="hljs-string">"Re: keep the parameter  value selected"</span></span>,
-  "<span class="hljs-attribute">topic_id</span>": <span class="hljs-value"><span class="hljs-string">"1091418"</span></span>,
-  "<span class="hljs-attribute">poster_id</span>": <span class="hljs-value"><span class="hljs-string">"219149"</span></span>,
-  "<span class="hljs-attribute">created_date</span>": <span class="hljs-value"><span class="hljs-string">"1517333817"</span></span>,
-  "<span class="hljs-attribute">forum_id</span>": <span class="hljs-value"><span class="hljs-string">"89"</span></span>,
-  "<span class="hljs-attribute">body</span>": <span class="hljs-value"><span class="hljs-string">"This is the body"</span></span>,
-  "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php?t=msg&amp;th=1091418&amp;goto=1780973&amp;#msg_1780973"</span></span>,
-  "<span class="hljs-attribute">topic_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/topic/1091418"</span></span>,
-  "<span class="hljs-attribute">forum_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/forum/89"</span></span>,
-  "<span class="hljs-attribute">user_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/user/219149"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="forums-retrieve-user" class="resource"><h3 class="resource-heading">Retrieve User <a href="#forums-retrieve-user" class="permalink">&nbsp;&para;</a></h3><div id="forums-retrieve-user-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve User</div><a href="#forums-retrieve-user-get" class="method get">GET</a><code class="uri">/forums/user/{user_id}</code></h4><h3 id="header-overview-8">Overview <a class="permalink" href="#header-overview-8" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for <strong>a specific user</strong> from the Eclipse Forums website.</p>
-<h3 id="header-what-is-a-user?">What is a user? <a class="permalink" href="#header-what-is-a-user?" aria-hidden="true">¶</a></h3>
-<p>A user is the author of a post</p>
-<h3 id="header-result-definition-8">Result definition <a class="permalink" href="#header-result-definition-8" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>id:</strong> id of the user</p>
-</li>
-<li>
-<p><strong>alias:</strong> alias of the user</p>
-</li>
-<li>
-<p><strong>email:</strong> email of the user</p>
-</li>
-<li>
-<p><strong>posted_msg_count:</strong> number of posts the user created</p>
-</li>
-<li>
-<p><strong>join_date:</strong> timestamp of the date the user joined the Eclipse Forums</p>
-</li>
-<li>
-<p><strong>last_visit:</strong> timestamp of the date the user last visited the Eclipse Forums website</p>
-</li>
-<li>
-<p><strong>level_name:</strong> level of the user</p>
-</li>
-<li>
-<p><strong>url:</strong> url of the user on the Eclipse Forums website</p>
-</li>
-<li>
-<p><strong>account_url:</strong> url of the user’s account on <a href="http://accounts.eclipse.org">accounts.eclipse.org</a></p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/forums/user/<span class="hljs-attribute" title="user_id">user_id</span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>user_id</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>Unique identifier for a user</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>{
-  "<span class="hljs-attribute">id</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-  "<span class="hljs-attribute">alias</span>": <span class="hljs-value"><span class="hljs-string">"Test user"</span></span>,
-  "<span class="hljs-attribute">email</span>": <span class="hljs-value"><span class="hljs-string">"test@user.org"</span></span>,
-  "<span class="hljs-attribute">post_count</span>": <span class="hljs-value"><span class="hljs-string">"4"</span></span>,
-  "<span class="hljs-attribute">join_date</span>": <span class="hljs-value"><span class="hljs-string">"1510351551"</span></span>,
-  "<span class="hljs-attribute">last_visit</span>": <span class="hljs-value"><span class="hljs-string">"1517333991"</span></span>,
-  "<span class="hljs-attribute">level_name</span>": <span class="hljs-value"><span class="hljs-string">"Junior Member"</span></span>,
-  "<span class="hljs-attribute">html_url</span>": <span class="hljs-value"><span class="hljs-string">"https://www.eclipse.org/forums/index.php?t=usrinfo&amp;id=1"</span></span>,
-  "<span class="hljs-attribute">account_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/account/profile?mail=test@user.org"</span></span>,
-  "<span class="hljs-attribute">posts_url</span>": <span class="hljs-value"><span class="hljs-string">"https://api.eclipse.org/forums/post?user_id=1"</span>
-</span>}</code></pre><div style="height: 1px;"></div></div></div></div></div></section><section id="mailing-lists" class="resource-group"><h2 class="group-heading">Mailing Lists <a href="#mailing-lists" class="permalink">&para;</a></h2><p>Eclipse Mailing Lists are available through this resource.</p>
-<div id="mailing-lists-fetch-mailing-lists" class="resource"><h3 class="resource-heading">Fetch Mailing lists <a href="#mailing-lists-fetch-mailing-lists" class="permalink">&nbsp;&para;</a></h3><div id="mailing-lists-fetch-mailing-lists-get" class="action get"><h4 class="action-heading"><div class="name">Fetch Mailing lists</div><a href="#mailing-lists-fetch-mailing-lists-get" class="method get">GET</a><code class="uri">/foundation/mailing-list{?search,page,pagesize,order_by}</code></h4><h3 id="header-overview-9">Overview <a class="permalink" href="#header-overview-9" aria-hidden="true">¶</a></h3>
-<p>Retrieve metadata for all the mailing lists.</p>
-<h3 id="header-result-definition-9">Result definition <a class="permalink" href="#header-result-definition-9" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>list_name:</strong> name of the mailing list</p>
-</li>
-<li>
-<p><strong>list_description:</strong> description of the mailing list</p>
-</li>
-<li>
-<p><strong>project_id:</strong> Id of the project related to the mailing list</p>
-</li>
-<li>
-<p><strong>list_short_description:</strong> short description of the mailing list</p>
-</li>
-<li>
-<p><strong>is_disabled:</strong> if the mailing list is disabled</p>
-</li>
-<li>
-<p><strong>is_deleted:</strong> if the mailing list is deleted</p>
-</li>
-<li>
-<p><strong>is_subscribable:</strong> if the mailing list is subscribable</p>
-</li>
-<li>
-<p><strong>create_date:</strong> the date the mailing list was created</p>
-</li>
-<li>
-<p><strong>url:</strong> url of the mailing list</p>
-</li>
-<li>
-<p><strong>email:</strong> email of the mailing list</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/foundation/mailing-list?<span class="hljs-attribute">search=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">page=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">pagesize=</span><span class="hljs-literal"></span>&<span class="hljs-attribute">order_by=</span><span class="hljs-literal"></span></span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>search</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>A keyword to search for in a mailing list name</p>
-</dd><dt>page</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The index of the page to get, defaults to 1.</p>
-</dd><dt>pagesize</dt><dd><code>integer</code>&nbsp;<span>(optional)</span>&nbsp;<p>The number of records to get per page, defaults to 20. Maximum value is 100.</p>
-</dd><dt>order_by</dt><dd><code>string</code>&nbsp;<span>(optional)</span>&nbsp;<p>The order by name in which the results will be returned. ASC by default</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">Link</span>: <span class="hljs-string">&lt;https://api.eclipse.org/foundation/mailing-list?page=1&amp;amp;pagesize=20&gt;; rel="next", &lt;https://api.eclipse.org/foundation/mailing-list?page=99&amp;amp;pagesize=5&gt;; rel="last", &lt;https://api.eclipse.org/foundation/mailing-list?page=1&amp;amp;pagesize=5&gt;; rel="first", &lt;https://api.eclipse.org/foundation/mailing-list?page=1&amp;amp;pagesize=5&gt;; rel="self"</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>[
-  {
-    "<span class="hljs-attribute">list_name</span>": <span class="hljs-value"><span class="hljs-string">"dash-dev"</span></span>,
-    "<span class="hljs-attribute">list_description</span>": <span class="hljs-value"><span class="hljs-string">"Tools for Committer Community"</span></span>,
-    "<span class="hljs-attribute">project_id</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-    "<span class="hljs-attribute">list_short_description</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-    "<span class="hljs-attribute">is_disabled</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-    "<span class="hljs-attribute">is_deleted</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-    "<span class="hljs-attribute">is_subscribable</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-    "<span class="hljs-attribute">create_date</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-    "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/mailing-list/dash-dev"</span></span>,
-    "<span class="hljs-attribute">email</span>": <span class="hljs-value"><span class="hljs-string">"dash-dev@eclipse.org"</span>
-  </span>}
-]</code></pre><div style="height: 1px;"></div></div></div></div></div><div id="mailing-lists-retrieve-mailing-list" class="resource"><h3 class="resource-heading">Retrieve Mailing List <a href="#mailing-lists-retrieve-mailing-list" class="permalink">&nbsp;&para;</a></h3><div id="mailing-lists-retrieve-mailing-list-get" class="action get"><h4 class="action-heading"><div class="name">Retrieve Mailing List</div><a href="#mailing-lists-retrieve-mailing-list-get" class="method get">GET</a><code class="uri">/foundation/mailing-list/</code></h4><h3 id="header-overview-10">Overview <a class="permalink" href="#header-overview-10" aria-hidden="true">¶</a></h3>
-<p>Retrieve information for a specific mailing list</p>
-<h3 id="header-result-definition-10">Result definition <a class="permalink" href="#header-result-definition-10" aria-hidden="true">¶</a></h3>
-<ul>
-<li>
-<p><strong>list_name:</strong> name of the mailing list</p>
-</li>
-<li>
-<p><strong>list_description:</strong> description of the mailing list</p>
-</li>
-<li>
-<p><strong>project_id:</strong> Id of the project related to the mailing list</p>
-</li>
-<li>
-<p><strong>list_short_description:</strong> short description of the mailing list</p>
-</li>
-<li>
-<p><strong>is_disabled:</strong> if the mailing list is disabled</p>
-</li>
-<li>
-<p><strong>is_deleted:</strong> if the mailing list is deleted</p>
-</li>
-<li>
-<p><strong>is_subscribable:</strong> if the mailing list is subscribable</p>
-</li>
-<li>
-<p><strong>create_date:</strong> the date the mailing list was created</p>
-</li>
-<li>
-<p><strong>url:</strong> url of the mailing list</p>
-</li>
-<li>
-<p><strong>email:</strong> email of the mailing list</p>
-</li>
-</ul>
-<h4>Example URI</h4><div class="definition"><span class="method get">GET</span>&nbsp;<span class="uri"><span class="hostname">https://api.eclipse.org</span>/foundation/mailing-list/</span></div><div class="title"><strong>URI Parameters</strong><div class="collapse-button show"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><dl class="inner"><dt>name</dt><dd><code>integer</code>&nbsp;<span class="required">(required)</span>&nbsp;<p>Name of the mailing list</p>
-</dd></dl></div><div class="title"><strong>Response&nbsp;&nbsp;<code>200</code></strong><div class="collapse-button"><span class="close">Hide</span><span class="open">Show</span></div></div><div class="collapse-content"><div class="inner"><h5>Headers</h5><pre><code><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span><br><span class="hljs-attribute">X-Rate-Limit-Limit</span>: <span class="hljs-string">1000</span><br><span class="hljs-attribute">X-Rate-Limit-Remaining</span>: <span class="hljs-string">964</span><br><span class="hljs-attribute">X-Rate-Limit-Reset</span>: <span class="hljs-string">3553</span><br><span class="hljs-attribute">Content-Type</span>: <span class="hljs-string">application/json</span></code></pre><div style="height: 1px;"></div><h5>Body</h5><pre><code>[
-  {
-    "<span class="hljs-attribute">list_name</span>": <span class="hljs-value"><span class="hljs-string">"dash-dev"</span></span>,
-    "<span class="hljs-attribute">list_description</span>": <span class="hljs-value"><span class="hljs-string">"Tools for Committer Community"</span></span>,
-    "<span class="hljs-attribute">project_id</span>": <span class="hljs-value"><span class="hljs-string">""</span></span>,
-    "<span class="hljs-attribute">list_short_description</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-    "<span class="hljs-attribute">is_disabled</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-    "<span class="hljs-attribute">is_deleted</span>": <span class="hljs-value"><span class="hljs-string">"0"</span></span>,
-    "<span class="hljs-attribute">is_subscribable</span>": <span class="hljs-value"><span class="hljs-string">"1"</span></span>,
-    "<span class="hljs-attribute">create_date</span>": <span class="hljs-value"><span class="hljs-literal">null</span></span>,
-    "<span class="hljs-attribute">url</span>": <span class="hljs-value"><span class="hljs-string">"https://accounts.eclipse.org/mailing-list/dash-dev"</span></span>,
-    "<span class="hljs-attribute">email</span>": <span class="hljs-value"><span class="hljs-string">"dash-dev@eclipse.org"</span>
-  </span>}
-]</code></pre><div style="height: 1px;"></div></div></div></div></div></section></div></div></div><p style="text-align: center;" class="text-muted"> 
-Copyright &copy; 
-2019
-The Eclipse Foundation. All Rights Reserved.</p><p style="text-align: center;" class="text-muted hide">Generated by&nbsp;<a href="https://github.com/danielgtaylor/aglio" class="aglio">aglio</a>&nbsp;on 23 Jan 2019</p><script>/* eslint-env browser */
-/* eslint quotes: [2, "single"] */
-'use strict';
-
-/*
-  Determine if a string ends with another string.
-*/
-function endsWith(str, suffix) {
-    return str.indexOf(suffix, str.length - suffix.length) !== -1;
-}
-
-/*
-  Get a list of direct child elements by class name.
-*/
-function childrenByClass(element, name) {
-  var filtered = [];
-
-  for (var i = 0; i < element.children.length; i++) {
-    var child = element.children[i];
-    var classNames = child.className.split(' ');
-    if (classNames.indexOf(name) !== -1) {
-      filtered.push(child);
-    }
-  }
-
-  return filtered;
-}
-
-/*
-  Get an array [width, height] of the window.
-*/
-function getWindowDimensions() {
-  var w = window,
-      d = document,
-      e = d.documentElement,
-      g = d.body,
-      x = w.innerWidth || e.clientWidth || g.clientWidth,
-      y = w.innerHeight || e.clientHeight || g.clientHeight;
-
-  return [x, y];
-}
-
-/*
-  Collapse or show a request/response example.
-*/
-function toggleCollapseButton(event) {
-    var button = event.target.parentNode;
-    var content = button.parentNode.nextSibling;
-    var inner = content.children[0];
-
-    if (button.className.indexOf('collapse-button') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-        // Currently showing, so let's hide it
-        button.className = 'collapse-button';
-        content.style.maxHeight = '0px';
-    } else {
-        // Currently hidden, so let's show it
-        button.className = 'collapse-button show';
-        content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-function toggleTabButton(event) {
-    var i, index;
-    var button = event.target;
-
-    // Get index of the current button.
-    var buttons = childrenByClass(button.parentNode, 'tab-button');
-    for (i = 0; i < buttons.length; i++) {
-        if (buttons[i] === button) {
-            index = i;
-            button.className = 'tab-button active';
-        } else {
-            buttons[i].className = 'tab-button';
-        }
-    }
-
-    // Hide other tabs and show this one.
-    var tabs = childrenByClass(button.parentNode.parentNode, 'tab');
-    for (i = 0; i < tabs.length; i++) {
-        if (i === index) {
-            tabs[i].style.display = 'block';
-        } else {
-            tabs[i].style.display = 'none';
-        }
-    }
-}
-
-/*
-  Collapse or show a navigation menu. It will not be hidden unless it
-  is currently selected or `force` has been passed.
-*/
-function toggleCollapseNav(event, force) {
-    var heading = event.target.parentNode;
-    var content = heading.nextSibling;
-    var inner = content.children[0];
-
-    if (heading.className.indexOf('heading') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-      // Currently showing, so let's hide it, but only if this nav item
-      // is already selected. This prevents newly selected items from
-      // collapsing in an annoying fashion.
-      if (force || window.location.hash && endsWith(event.target.href, window.location.hash)) {
-        content.style.maxHeight = '0px';
-      }
-    } else {
-      // Currently hidden, so let's show it
-      content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-/*
-  Refresh the page after a live update from the server. This only
-  works in live preview mode (using the `--server` parameter).
-*/
-function refresh(body) {
-    document.querySelector('body').className = 'preload';
-    document.body.innerHTML = body;
-
-    // Re-initialize the page
-    init();
-    autoCollapse();
-
-    document.querySelector('body').classList.remove("preload");
-}
-
-/*
-  Determine which navigation items should be auto-collapsed to show as many
-  as possible on the screen, based on the current window height. This also
-  collapses them.
-*/
-function autoCollapse() {
-  var windowHeight = (getWindowDimensions()[1])-150;
-  var itemsHeight = 64; /* Account for some padding */
-  var itemsArray = Array.prototype.slice.call(
-    document.querySelectorAll('nav .resource-group .heading'));
-
-  // Get the total height of the navigation items
-  itemsArray.forEach(function (item) {
-    itemsHeight += item.parentNode.offsetHeight;
-  });
-
-  // Should we auto-collapse any nav items? Try to find the smallest item
-  // that can be collapsed to show all items on the screen. If not possible,
-  // then collapse the largest item and do it again. First, sort the items
-  // by height from smallest to largest.
-  var sortedItems = itemsArray.sort(function (a, b) {
-    return a.parentNode.offsetHeight - b.parentNode.offsetHeight;
-  });
-
-  while (sortedItems.length && itemsHeight > windowHeight) {
-    for (var i = 0; i < sortedItems.length; i++) {
-      // Will collapsing this item help?
-      var itemHeight = sortedItems[i].nextSibling.offsetHeight;
-      if ((itemsHeight - itemHeight <= windowHeight) || i === sortedItems.length - 1) {
-        // It will, so let's collapse it, remove its content height from
-        // our total and then remove it from our list of candidates
-        // that can be collapsed.
-        itemsHeight -= itemHeight;
-        toggleCollapseNav({target: sortedItems[i].children[0]}, true);
-        sortedItems.splice(i, 1);
-        break;
-      }
-    }
-  }
-}
-
-/*
-  Initialize the interactive functionality of the page.
-*/
-function init() {
-    var i, j;
-
-    // Make collapse buttons clickable
-    var buttons = document.querySelectorAll('.collapse-button');
-    for (i = 0; i < buttons.length; i++) {
-        buttons[i].onclick = toggleCollapseButton;
-
-        // Show by default? Then toggle now.
-        if (buttons[i].className.indexOf('show') !== -1) {
-            toggleCollapseButton({target: buttons[i].children[0]});
-        }
-    }
-
-    var responseCodes = document.querySelectorAll('.example-names');
-    for (i = 0; i < responseCodes.length; i++) {
-        var tabButtons = childrenByClass(responseCodes[i], 'tab-button');
-        for (j = 0; j < tabButtons.length; j++) {
-            tabButtons[j].onclick = toggleTabButton;
-
-            // Show by default?
-            if (j === 0) {
-                toggleTabButton({target: tabButtons[j]});
-            }
-        }
-    }
-
-    // Make nav items clickable to collapse/expand their content.
-    var navItems = document.querySelectorAll('nav .resource-group .heading');
-    for (i = 0; i < navItems.length; i++) {
-        navItems[i].onclick = toggleCollapseNav;
-
-        // Show all by default
-        toggleCollapseNav({target: navItems[i].children[0]});
-    }
-}
-
-// Initial call to set up buttons
-init();
-
-window.onload = function () {
-    autoCollapse();
-    // Remove the `preload` class to enable animations
-    document.querySelector('body').classList.remove("preload");
-};
-</script></body></html>
\ No newline at end of file
diff --git a/docs/proposals.html b/docs/proposals.html
deleted file mode 100644
index 96c79283a8c5fba7d5d9dd3be653230799da7e33..0000000000000000000000000000000000000000
--- a/docs/proposals.html
+++ /dev/null
@@ -1,347 +0,0 @@
-<!DOCTYPE html><html><head><meta charset="utf-8"><title>Eclipse RESTful API Proposals</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"><script src="//eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js"></script><script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script><link rel="stylesheet" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css"><link rel="stylesheet" href="//eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone.min.css"><style>@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Inconsolata|Raleway:200');.hljs-comment,.hljs-title{color:#8e908c}.hljs-variable,.hljs-attribute,.hljs-tag,.hljs-regexp,.ruby .hljs-constant,.xml .hljs-tag .hljs-title,.xml .hljs-pi,.xml .hljs-doctype,.html .hljs-doctype,.css .hljs-id,.css .hljs-class,.css .hljs-pseudo{color:#c82829}.hljs-number,.hljs-preprocessor,.hljs-pragma,.hljs-built_in,.hljs-literal,.hljs-params,.hljs-constant{color:#f5871f}.ruby .hljs-class .hljs-title,.css .hljs-rules .hljs-attribute{color:#eab700}.hljs-string,.hljs-value,.hljs-inheritance,.hljs-header,.ruby .hljs-symbol,.xml .hljs-cdata{color:#718c00}.css .hljs-hexcolor{color:#3e999f}.hljs-function,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword,.perl .hljs-sub,.javascript .hljs-title,.coffeescript .hljs-title{color:#4271ae}.hljs-keyword,.javascript .hljs-function{color:#8959a8}.hljs{display:block;background:white;color:#4d4d4c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .javascript,.xml .vbscript,.xml .css,.xml .hljs-cdata{opacity:.5}.right .hljs-comment{color:#969896}.right .css .hljs-class,.right .css .hljs-id,.right .css .hljs-pseudo,.right .hljs-attribute,.right .hljs-regexp,.right .hljs-tag,.right .hljs-variable,.right .html .hljs-doctype,.right .ruby .hljs-constant,.right .xml .hljs-doctype,.right .xml .hljs-pi,.right .xml .hljs-tag .hljs-title{color:#c66}.right .hljs-built_in,.right .hljs-constant,.right .hljs-literal,.right .hljs-number,.right .hljs-params,.right .hljs-pragma,.right .hljs-preprocessor{color:#de935f}.right .css .hljs-rule .hljs-attribute,.right .ruby .hljs-class .hljs-title{color:#f0c674}.right .hljs-header,.right .hljs-inheritance,.right .hljs-name,.right .hljs-string,.right .hljs-value,.right .ruby .hljs-symbol,.right .xml .hljs-cdata{color:#b5bd68}.right .css .hljs-hexcolor,.right .hljs-title{color:#8abeb7}.right .coffeescript .hljs-title,.right .hljs-function,.right .javascript .hljs-title,.right .perl .hljs-sub,.right .python .hljs-decorator,.right .python .hljs-title,.right .ruby .hljs-function .hljs-title,.right .ruby .hljs-title .hljs-keyword{color:#81a2be}.right .hljs-keyword,.right .javascript .hljs-function{color:#b294bb}.right .hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.5em;-webkit-text-size-adjust:none}.right .coffeescript .javascript,.right .javascript .xml,.right .tex .hljs-formula,.right .xml .css,.right .xml .hljs-cdata,.right .xml .javascript,.right .xml .vbscript{opacity:.5}body{color:black;background:white;font:400 14px / 1.42 'Roboto',Helvetica,sans-serif}header{border-bottom:1px solid #f2f2f2;margin-bottom:12px}h1,h2,h3,h4,h5{color:black;margin:12px 0}h1 .permalink,h2 .permalink,h3 .permalink,h4 .permalink,h5 .permalink{margin-left:0;opacity:0;transition:opacity .25s ease}h1:hover .permalink,h2:hover .permalink,h3:hover .permalink,h4:hover .permalink,h5:hover .permalink{opacity:1}.triple h1 .permalink,.triple h2 .permalink,.triple h3 .permalink,.triple h4 .permalink,.triple h5 .permalink{opacity:.15}.triple h1:hover .permalink,.triple h2:hover .permalink,.triple h3:hover .permalink,.triple h4:hover .permalink,.triple h5:hover .permalink{opacity:.15}h1{font:200 36px 'Raleway',Helvetica,sans-serif;font-size:36px}h2{font:200 36px 'Raleway',Helvetica,sans-serif;font-size:30px}h3{font-size:100%;text-transform:uppercase}h5{font-size:100%;font-weight:normal}p{margin:0 0 10px}p.choices{line-height:1.6}a{color:#428bca;text-decoration:none}li p{margin:0}hr.split{border:0;height:1px;width:100%;padding-left:6px;margin:12px auto;background-image:linear-gradient(to right, rgba(0,0,0,0) 20%, rgba(0,0,0,0.2) 51.4%, rgba(255,255,255,0.2) 51.4%, rgba(255,255,255,0) 80%)}dl dt{float:left;width:130px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}dl dd{margin-left:150px}blockquote{color:rgba(0,0,0,0.5);font-size:15.5px;padding:10px 20px;margin:12px 0;border-left:5px solid #e8e8e8}blockquote p:last-child{margin-bottom:0}pre{background-color:#f5f5f5;padding:12px;border:1px solid #cfcfcf;border-radius:6px;overflow:auto}pre code{color:black;background-color:transparent;padding:0;border:none}code{color:#444;background-color:#f5f5f5;font:'Inconsolata',monospace;padding:1px 4px;border:1px solid #cfcfcf;border-radius:3px}ul,ol{padding-left:2em}table{border-collapse:collapse;border-spacing:0;margin-bottom:12px}table tr:nth-child(2n){background-color:#fafafa}table th,table td{padding:6px 12px;border:1px solid #e6e6e6}.text-muted{opacity:.5}.note,.warning{padding:.3em 1em;margin:1em 0;border-radius:2px;font-size:90%}.note h1,.warning h1,.note h2,.warning h2,.note h3,.warning h3,.note h4,.warning h4,.note h5,.warning h5,.note h6,.warning h6{font-family:200 36px 'Raleway',Helvetica,sans-serif;font-size:135%;font-weight:500}.note p,.warning p{margin:.5em 0}.note{color:black;background-color:#f0f6fb;border-left:4px solid #428bca}.note h1,.note h2,.note h3,.note h4,.note h5,.note h6{color:#428bca}.warning{color:black;background-color:#fbf1f0;border-left:4px solid #c9302c}.warning h1,.warning h2,.warning h3,.warning h4,.warning h5,.warning h6{color:#c9302c}header{margin-top:24px}nav{position:fixed;top:24px;bottom:0;overflow-y:auto}nav .resource-group{padding:0}nav .resource-group .heading{position:relative}nav .resource-group .heading .chevron{position:absolute;top:12px;right:12px;opacity:.5}nav .resource-group .heading a{display:block;color:black;opacity:.7;border-left:2px solid transparent;margin:0}nav .resource-group .heading a:hover{text-decoration:none;background-color:bad-color;border-left:2px solid black}nav ul{list-style-type:none;padding-left:0}nav ul a{display:block;font-size:13px;color:rgba(0,0,0,0.7);padding:8px 12px;border-top:1px solid #d9d9d9;border-left:2px solid transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}nav ul a:hover{text-decoration:none;background-color:bad-color;border-left:2px solid black}nav ul>li{margin:0}nav ul>li:first-child{margin-top:-12px}nav ul>li:last-child{margin-bottom:-12px}nav ul ul a{padding-left:24px}nav ul ul li{margin:0}nav ul ul li:first-child{margin-top:0}nav ul ul li:last-child{margin-bottom:0}nav>div>div>ul>li:first-child>a{border-top:none}.preload *{transition:none !important}.pull-left{float:left}.pull-right{float:right}.badge{display:inline-block;float:right;min-width:10px;min-height:14px;padding:3px 7px;font-size:12px;color:#000;background-color:#f2f2f2;border-radius:10px;margin:-2px 0}.badge.get{color:#70bbe1;background-color:#d9edf7}.badge.head{color:#70bbe1;background-color:#d9edf7}.badge.options{color:#70bbe1;background-color:#d9edf7}.badge.put{color:#f0db70;background-color:#fcf8e3}.badge.patch{color:#f0db70;background-color:#fcf8e3}.badge.post{color:#93cd7c;background-color:#dff0d8}.badge.delete{color:#ce8383;background-color:#f2dede}.collapse-button{float:right}.collapse-button .close{display:none;color:#428bca;cursor:pointer}.collapse-button .open{color:#428bca;cursor:pointer}.collapse-button.show .close{display:inline}.collapse-button.show .open{display:none}.collapse-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}nav{width:220px}.container{max-width:940px;margin-left:auto;margin-right:auto}.container .row .content{margin-left:244px;width:696px}.container .row:after{content:'';display:block;clear:both}.container-fluid nav{width:22%}.container-fluid .row .content{margin-left:24%}.container-fluid.triple nav{width:16.5%;padding-right:1px}.container-fluid.triple .row .content{position:relative;margin-left:16.5%;padding-left:24px}.middle:before,.middle:after{content:'';display:table}.middle:after{clear:both}.middle{box-sizing:border-box;width:51.5%;padding-right:12px}.right{box-sizing:border-box;float:right;width:48.5%;padding-left:12px}.right a{color:#428bca}.right h1,.right h2,.right h3,.right h4,.right h5,.right p,.right div{color:white}.right pre{background-color:#1d1f21;border:1px solid #1d1f21}.right pre code{color:#c5c8c6}.right .description{margin-top:12px}.triple .resource-heading{font-size:125%}.definition{margin-top:12px;margin-bottom:12px}.definition .method{font-weight:bold}.definition .method.get{color:#2e8ab8}.definition .method.head{color:#2e8ab8}.definition .method.options{color:#2e8ab8}.definition .method.post{color:#56b82e}.definition .method.put{color:#b8a22e}.definition .method.patch{color:#b8a22e}.definition .method.delete{color:#b82e2e}.definition .uri{word-break:break-all;word-wrap:break-word}.definition .hostname{opacity:.5}.example-names{background-color:#eee;padding:12px;border-radius:6px}.example-names .tab-button{cursor:pointer;color:black;border:1px solid #ddd;padding:6px;margin-left:12px}.example-names .tab-button.active{background-color:#d5d5d5}.right .example-names{background-color:#444}.right .example-names .tab-button{color:white;border:1px solid #666;border-radius:6px}.right .example-names .tab-button.active{background-color:#5e5e5e}#nav-background{position:fixed;left:0;top:0;bottom:0;width:16.5%;padding-right:14.4px;background-color:#fbfbfb;border-right:1px solid #f0f0f0;z-index:-1}#right-panel-background{position:absolute;right:-12px;top:-12px;bottom:-12px;width:48.6%;background-color:#333;z-index:-1}@media (max-width:1200px){nav{width:198px}.container{max-width:840px}.container .row .content{margin-left:224px;width:606px}}@media (max-width:992px){nav{width:169.4px}.container{max-width:720px}.container .row .content{margin-left:194px;width:526px}}@media (max-width:768px){nav{display:none}.container{width:95%;max-width:none}.container .row .content,.container-fluid .row .content,.container-fluid.triple .row .content{margin-left:auto;margin-right:auto;width:95%}#nav-background{display:none}#right-panel-background{width:48.6%}}.back-to-top{position:fixed;z-index:1;bottom:0;right:24px;padding:4px 8px;color:rgba(0,0,0,0.5);background-color:#f2f2f2;text-decoration:none !important;border-top:1px solid #d9d9d9;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;border-top-left-radius:3px;border-top-right-radius:3px}.resource-group{padding:12px;margin-bottom:12px;background-color:white;border:1px solid #d9d9d9;border-radius:6px}.resource-group h2.group-heading,.resource-group .heading a{padding:12px;margin:-12px -12px 12px -12px;background-color:#f2f2f2;border-bottom:1px solid #d9d9d9;border-top-left-radius:6px;border-top-right-radius:6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.triple .content .resource-group{padding:0;border:none}.triple .content .resource-group h2.group-heading,.triple .content .resource-group .heading a{margin:0 0 12px 0;border:1px solid #d9d9d9}nav .resource-group .heading a{padding:12px;margin-bottom:0}nav .resource-group .collapse-content{padding:0}.action{margin-bottom:12px;padding:12px 12px 0 12px;overflow:hidden;border:1px solid transparent;border-radius:6px}.action h4.action-heading{padding:6px 12px;margin:-12px -12px 12px -12px;border-bottom:1px solid transparent;border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.action h4.action-heading .name{float:right;font-weight:normal;padding:6px 0}.action h4.action-heading .method{padding:6px 12px;margin-right:12px;border-radius:3px;display:inline-block}.action h4.action-heading .method.get{color:#fff;background-color:#337ab7}.action h4.action-heading .method.head{color:#fff;background-color:#337ab7}.action h4.action-heading .method.options{color:#fff;background-color:#337ab7}.action h4.action-heading .method.put{color:#fff;background-color:#ed9c28}.action h4.action-heading .method.patch{color:#fff;background-color:#ed9c28}.action h4.action-heading .method.post{color:#fff;background-color:#5cb85c}.action h4.action-heading .method.delete{color:#fff;background-color:#d9534f}.action h4.action-heading code{color:#444;background-color:#f5f5f5;border-color:#cfcfcf;font-weight:normal;word-break:break-all;display:inline-block;margin-top:2px}.action dl.inner{padding-bottom:2px}.action .title{border-bottom:1px solid white;margin:0 -12px -1px -12px;padding:12px}.action.get{border-color:#bce8f1}.action.get h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.head{border-color:#bce8f1}.action.head h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.options{border-color:#bce8f1}.action.options h4.action-heading{color:#337ab7;background:#d9edf7;border-bottom-color:#bce8f1}.action.post{border-color:#d6e9c6}.action.post h4.action-heading{color:#5cb85c;background:#dff0d8;border-bottom-color:#d6e9c6}.action.put{border-color:#faebcc}.action.put h4.action-heading{color:#ed9c28;background:#fcf8e3;border-bottom-color:#faebcc}.action.patch{border-color:#faebcc}.action.patch h4.action-heading{color:#ed9c28;background:#fcf8e3;border-bottom-color:#faebcc}.action.delete{border-color:#ebccd1}.action.delete h4.action-heading{color:#d9534f;background:#f2dede;border-bottom-color:#ebccd1}body,html{padding:0;margin:0}header.thin-header{position:fixed;width:100%;margin:0;top:0;background:#fff;z-index:999;boder-color:#D9D9D5}@media (min-width:768px){header.thin-header{padding:10px}}nav,.container-content{margin-top:65px;padding-left:15px}.container-fluid .row .content{margin-left:25%;max-width:1000px;padding-right:10px}</style></head><body id="body_solstice" class="preload solstice-footer-min"><!-- Google Tag Manager -->
-<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
-new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
-j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
-'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
-})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
-<!-- End Google Tag Manager -->
-
-<!-- Google Tag Manager (noscript) -->
-<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
-height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
-<!-- End Google Tag Manager (noscript) --><header class="header-wrapper barebone-layout thin-header" id="header-wrapper">
-  <div class="container-fluid">
-    <div class="row-fluid" id="header-row">
-      <div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
-        <div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-      </div>
-      
-      <div class="col-sm-19 col-md-20 reset" id="main-menu-wrapper">
-        <div class="navbar yamm" id="main-menu">
-          <div class="navbar-collapse collapse reset float-right" id="navbar-main-menu">
-            <ul class="nav navbar-nav navbar-right">
-              <li><a href="https://api.eclipse.org/docs" target="_self">Resources</a></li>
-              <li><a href="https://api.eclipse.org/docs/auth" target="_self">Authorization</a></li>
-              <li><a href="https://api.eclipse.org/reports/" target="_self">Reports</a></li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                  <li><a href="http://events.eclipse.org">Events</a></li>
-                  <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                  <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                  <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                  <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                  <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                  <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                  <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                  <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                  <li><a href="https://help.eclipse.org">Documentation</a></li>
-                  <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                  <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                  <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                  <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                </ul>
-              </li>
-              <!-- More -->
-              <li class="dropdown eclipse-more hidden-xs">
-                <a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li>
-                    <!-- Content container to add padding -->
-                    <div class="yamm-content">
-                      <div class="row">
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Community</strong></p>
-                          </li>
-                          <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                          <li><a href="http://events.eclipse.org">Events</a></li>
-                          <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                          <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                          <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                          <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Participate</strong></p>
-                          </li>
-                          <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                          <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                          <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                          <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                          <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Eclipse IDE</strong></p>
-                          </li>
-                          <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                          <li><a href="https://help.eclipse.org">Documentation</a></li>
-                          <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                          <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                          <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                          <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                        </ul>
-                      </div>
-                    </div>
-                  </li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-          <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            </button>
-            <div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-          </div>
-        </div>
-      </div>
-    </div>
-  </div>
-</header><a href="#top" class="text-muted back-to-top"><i class="fa fa-toggle-up"></i>&nbsp;Back to top</a><div class="container-fluid container-content"><div class="row"><nav><p style="text-align: center; word-wrap: break-word;"><a href="https://api.eclipse.org">https://api.eclipse.org</a></p></nav><div class="content"><header><h1 id="top">Eclipse RESTful API Proposals</h1></header><p>This page lists endpoint proposals for Eclipse API.</p>
-<p>Please note that these are not on production and ready to use.</p>
-</div></div></div><p style="text-align: center;" class="text-muted"> 
-Copyright &copy; 
-2019
-The Eclipse Foundation. All Rights Reserved.</p><p style="text-align: center;" class="text-muted hide">Generated by&nbsp;<a href="https://github.com/danielgtaylor/aglio" class="aglio">aglio</a>&nbsp;on 23 Jan 2019</p><script>/* eslint-env browser */
-/* eslint quotes: [2, "single"] */
-'use strict';
-
-/*
-  Determine if a string ends with another string.
-*/
-function endsWith(str, suffix) {
-    return str.indexOf(suffix, str.length - suffix.length) !== -1;
-}
-
-/*
-  Get a list of direct child elements by class name.
-*/
-function childrenByClass(element, name) {
-  var filtered = [];
-
-  for (var i = 0; i < element.children.length; i++) {
-    var child = element.children[i];
-    var classNames = child.className.split(' ');
-    if (classNames.indexOf(name) !== -1) {
-      filtered.push(child);
-    }
-  }
-
-  return filtered;
-}
-
-/*
-  Get an array [width, height] of the window.
-*/
-function getWindowDimensions() {
-  var w = window,
-      d = document,
-      e = d.documentElement,
-      g = d.body,
-      x = w.innerWidth || e.clientWidth || g.clientWidth,
-      y = w.innerHeight || e.clientHeight || g.clientHeight;
-
-  return [x, y];
-}
-
-/*
-  Collapse or show a request/response example.
-*/
-function toggleCollapseButton(event) {
-    var button = event.target.parentNode;
-    var content = button.parentNode.nextSibling;
-    var inner = content.children[0];
-
-    if (button.className.indexOf('collapse-button') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-        // Currently showing, so let's hide it
-        button.className = 'collapse-button';
-        content.style.maxHeight = '0px';
-    } else {
-        // Currently hidden, so let's show it
-        button.className = 'collapse-button show';
-        content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-function toggleTabButton(event) {
-    var i, index;
-    var button = event.target;
-
-    // Get index of the current button.
-    var buttons = childrenByClass(button.parentNode, 'tab-button');
-    for (i = 0; i < buttons.length; i++) {
-        if (buttons[i] === button) {
-            index = i;
-            button.className = 'tab-button active';
-        } else {
-            buttons[i].className = 'tab-button';
-        }
-    }
-
-    // Hide other tabs and show this one.
-    var tabs = childrenByClass(button.parentNode.parentNode, 'tab');
-    for (i = 0; i < tabs.length; i++) {
-        if (i === index) {
-            tabs[i].style.display = 'block';
-        } else {
-            tabs[i].style.display = 'none';
-        }
-    }
-}
-
-/*
-  Collapse or show a navigation menu. It will not be hidden unless it
-  is currently selected or `force` has been passed.
-*/
-function toggleCollapseNav(event, force) {
-    var heading = event.target.parentNode;
-    var content = heading.nextSibling;
-    var inner = content.children[0];
-
-    if (heading.className.indexOf('heading') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-      // Currently showing, so let's hide it, but only if this nav item
-      // is already selected. This prevents newly selected items from
-      // collapsing in an annoying fashion.
-      if (force || window.location.hash && endsWith(event.target.href, window.location.hash)) {
-        content.style.maxHeight = '0px';
-      }
-    } else {
-      // Currently hidden, so let's show it
-      content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-/*
-  Refresh the page after a live update from the server. This only
-  works in live preview mode (using the `--server` parameter).
-*/
-function refresh(body) {
-    document.querySelector('body').className = 'preload';
-    document.body.innerHTML = body;
-
-    // Re-initialize the page
-    init();
-    autoCollapse();
-
-    document.querySelector('body').classList.remove("preload");
-}
-
-/*
-  Determine which navigation items should be auto-collapsed to show as many
-  as possible on the screen, based on the current window height. This also
-  collapses them.
-*/
-function autoCollapse() {
-  var windowHeight = (getWindowDimensions()[1])-150;
-  var itemsHeight = 64; /* Account for some padding */
-  var itemsArray = Array.prototype.slice.call(
-    document.querySelectorAll('nav .resource-group .heading'));
-
-  // Get the total height of the navigation items
-  itemsArray.forEach(function (item) {
-    itemsHeight += item.parentNode.offsetHeight;
-  });
-
-  // Should we auto-collapse any nav items? Try to find the smallest item
-  // that can be collapsed to show all items on the screen. If not possible,
-  // then collapse the largest item and do it again. First, sort the items
-  // by height from smallest to largest.
-  var sortedItems = itemsArray.sort(function (a, b) {
-    return a.parentNode.offsetHeight - b.parentNode.offsetHeight;
-  });
-
-  while (sortedItems.length && itemsHeight > windowHeight) {
-    for (var i = 0; i < sortedItems.length; i++) {
-      // Will collapsing this item help?
-      var itemHeight = sortedItems[i].nextSibling.offsetHeight;
-      if ((itemsHeight - itemHeight <= windowHeight) || i === sortedItems.length - 1) {
-        // It will, so let's collapse it, remove its content height from
-        // our total and then remove it from our list of candidates
-        // that can be collapsed.
-        itemsHeight -= itemHeight;
-        toggleCollapseNav({target: sortedItems[i].children[0]}, true);
-        sortedItems.splice(i, 1);
-        break;
-      }
-    }
-  }
-}
-
-/*
-  Initialize the interactive functionality of the page.
-*/
-function init() {
-    var i, j;
-
-    // Make collapse buttons clickable
-    var buttons = document.querySelectorAll('.collapse-button');
-    for (i = 0; i < buttons.length; i++) {
-        buttons[i].onclick = toggleCollapseButton;
-
-        // Show by default? Then toggle now.
-        if (buttons[i].className.indexOf('show') !== -1) {
-            toggleCollapseButton({target: buttons[i].children[0]});
-        }
-    }
-
-    var responseCodes = document.querySelectorAll('.example-names');
-    for (i = 0; i < responseCodes.length; i++) {
-        var tabButtons = childrenByClass(responseCodes[i], 'tab-button');
-        for (j = 0; j < tabButtons.length; j++) {
-            tabButtons[j].onclick = toggleTabButton;
-
-            // Show by default?
-            if (j === 0) {
-                toggleTabButton({target: tabButtons[j]});
-            }
-        }
-    }
-
-    // Make nav items clickable to collapse/expand their content.
-    var navItems = document.querySelectorAll('nav .resource-group .heading');
-    for (i = 0; i < navItems.length; i++) {
-        navItems[i].onclick = toggleCollapseNav;
-
-        // Show all by default
-        toggleCollapseNav({target: navItems[i].children[0]});
-    }
-}
-
-// Initial call to set up buttons
-init();
-
-window.onload = function () {
-    autoCollapse();
-    // Remove the `preload` class to enable animations
-    document.querySelector('body').classList.remove("preload");
-};
-</script></body></html>
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000000000000000000000000000000000000..731505a26d0b39350012252f2dd7075095ced18f
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,3505 @@
+{
+  "name": "eclipse-marketplace-client-api-v2",
+  "version": "1.0.0",
+  "lockfileVersion": 1,
+  "requires": true,
+  "dependencies": {
+    "@babel/code-frame": {
+      "version": "7.5.5",
+      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
+      "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
+      "requires": {
+        "@babel/highlight": "^7.0.0"
+      }
+    },
+    "@babel/highlight": {
+      "version": "7.5.0",
+      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
+      "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
+      "requires": {
+        "chalk": "^2.0.0",
+        "esutils": "^2.0.2",
+        "js-tokens": "^4.0.0"
+      }
+    },
+    "@babel/runtime": {
+      "version": "7.6.2",
+      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
+      "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
+      "requires": {
+        "regenerator-runtime": "^0.13.2"
+      }
+    },
+    "accepts": {
+      "version": "1.3.7",
+      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
+      "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
+      "requires": {
+        "mime-types": "~2.1.24",
+        "negotiator": "0.6.2"
+      }
+    },
+    "ajv": {
+      "version": "5.5.2",
+      "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
+      "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
+      "requires": {
+        "co": "^4.6.0",
+        "fast-deep-equal": "^1.0.0",
+        "fast-json-stable-stringify": "^2.0.0",
+        "json-schema-traverse": "^0.3.0"
+      }
+    },
+    "ansi-regex": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
+      "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
+    },
+    "ansi-styles": {
+      "version": "3.2.1",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+      "requires": {
+        "color-convert": "^1.9.0"
+      }
+    },
+    "anymatch": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
+      "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
+      "requires": {
+        "micromatch": "^3.1.4",
+        "normalize-path": "^2.1.1"
+      },
+      "dependencies": {
+        "normalize-path": {
+          "version": "2.1.1",
+          "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
+          "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
+          "requires": {
+            "remove-trailing-separator": "^1.0.1"
+          }
+        }
+      }
+    },
+    "argparse": {
+      "version": "1.0.10",
+      "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+      "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+      "requires": {
+        "sprintf-js": "~1.0.2"
+      }
+    },
+    "arr-diff": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
+      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
+    },
+    "arr-flatten": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
+      "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="
+    },
+    "arr-union": {
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
+      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
+    },
+    "array-flatten": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+      "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
+    },
+    "array-union": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+      "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
+      "requires": {
+        "array-uniq": "^1.0.1"
+      }
+    },
+    "array-uniq": {
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+      "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
+    },
+    "array-unique": {
+      "version": "0.3.2",
+      "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
+      "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
+    },
+    "assign-symbols": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
+      "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
+    },
+    "async": {
+      "version": "2.6.3",
+      "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+      "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+      "requires": {
+        "lodash": "^4.17.14"
+      }
+    },
+    "async-each": {
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
+      "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
+    },
+    "async-limiter": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
+      "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
+    },
+    "asynckit": {
+      "version": "0.4.0",
+      "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+      "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
+    },
+    "atob": {
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
+      "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
+    },
+    "balanced-match": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
+      "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
+    },
+    "base": {
+      "version": "0.11.2",
+      "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
+      "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
+      "requires": {
+        "cache-base": "^1.0.1",
+        "class-utils": "^0.3.5",
+        "component-emitter": "^1.2.1",
+        "define-property": "^1.0.0",
+        "isobject": "^3.0.1",
+        "mixin-deep": "^1.2.0",
+        "pascalcase": "^0.1.1"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+          "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+          "requires": {
+            "is-descriptor": "^1.0.0"
+          }
+        },
+        "is-accessor-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+          "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-data-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+          "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-descriptor": {
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+          "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+          "requires": {
+            "is-accessor-descriptor": "^1.0.0",
+            "is-data-descriptor": "^1.0.0",
+            "kind-of": "^6.0.2"
+          }
+        }
+      }
+    },
+    "better-ajv-errors": {
+      "version": "0.5.7",
+      "resolved": "https://registry.npmjs.org/better-ajv-errors/-/better-ajv-errors-0.5.7.tgz",
+      "integrity": "sha512-O7tpXektKWVwYCH5g6Vs3lKD+sJs7JHh5guapmGJd+RTwxhFZEf4FwvbHBURUnoXsTeFaMvGuhTTmEGiHpNi6w==",
+      "requires": {
+        "@babel/code-frame": "^7.0.0",
+        "@babel/runtime": "^7.0.0",
+        "chalk": "^2.4.1",
+        "core-js": "^2.5.7",
+        "json-to-ast": "^2.0.3",
+        "jsonpointer": "^4.0.1",
+        "leven": "^2.1.0"
+      },
+      "dependencies": {
+        "core-js": {
+          "version": "2.6.9",
+          "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz",
+          "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A=="
+        }
+      }
+    },
+    "binary-extensions": {
+      "version": "1.13.1",
+      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
+      "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw=="
+    },
+    "body-parser": {
+      "version": "1.19.0",
+      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
+      "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
+      "requires": {
+        "bytes": "3.1.0",
+        "content-type": "~1.0.4",
+        "debug": "2.6.9",
+        "depd": "~1.1.2",
+        "http-errors": "1.7.2",
+        "iconv-lite": "0.4.24",
+        "on-finished": "~2.3.0",
+        "qs": "6.7.0",
+        "raw-body": "2.4.0",
+        "type-is": "~1.6.17"
+      }
+    },
+    "brace-expansion": {
+      "version": "1.1.11",
+      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+      "requires": {
+        "balanced-match": "^1.0.0",
+        "concat-map": "0.0.1"
+      }
+    },
+    "braces": {
+      "version": "2.3.2",
+      "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+      "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+      "requires": {
+        "arr-flatten": "^1.1.0",
+        "array-unique": "^0.3.2",
+        "extend-shallow": "^2.0.1",
+        "fill-range": "^4.0.0",
+        "isobject": "^3.0.1",
+        "repeat-element": "^1.1.2",
+        "snapdragon": "^0.8.1",
+        "snapdragon-node": "^2.0.1",
+        "split-string": "^3.0.2",
+        "to-regex": "^3.0.1"
+      },
+      "dependencies": {
+        "extend-shallow": {
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+          "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+          "requires": {
+            "is-extendable": "^0.1.0"
+          }
+        }
+      }
+    },
+    "bytes": {
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
+      "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
+    },
+    "cache-base": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
+      "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
+      "requires": {
+        "collection-visit": "^1.0.0",
+        "component-emitter": "^1.2.1",
+        "get-value": "^2.0.6",
+        "has-value": "^1.0.0",
+        "isobject": "^3.0.1",
+        "set-value": "^2.0.0",
+        "to-object-path": "^0.3.0",
+        "union-value": "^1.0.0",
+        "unset-value": "^1.0.0"
+      }
+    },
+    "call-me-maybe": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz",
+      "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms="
+    },
+    "camelcase": {
+      "version": "5.3.1",
+      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+      "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
+    },
+    "chalk": {
+      "version": "2.4.2",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+      "requires": {
+        "ansi-styles": "^3.2.1",
+        "escape-string-regexp": "^1.0.5",
+        "supports-color": "^5.3.0"
+      }
+    },
+    "chokidar": {
+      "version": "2.1.8",
+      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+      "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
+      "requires": {
+        "anymatch": "^2.0.0",
+        "async-each": "^1.0.1",
+        "braces": "^2.3.2",
+        "fsevents": "^1.2.7",
+        "glob-parent": "^3.1.0",
+        "inherits": "^2.0.3",
+        "is-binary-path": "^1.0.0",
+        "is-glob": "^4.0.0",
+        "normalize-path": "^3.0.0",
+        "path-is-absolute": "^1.0.0",
+        "readdirp": "^2.2.1",
+        "upath": "^1.1.1"
+      }
+    },
+    "class-utils": {
+      "version": "0.3.6",
+      "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
+      "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
+      "requires": {
+        "arr-union": "^3.1.0",
+        "define-property": "^0.2.5",
+        "isobject": "^3.0.0",
+        "static-extend": "^0.1.1"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "0.2.5",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+          "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+          "requires": {
+            "is-descriptor": "^0.1.0"
+          }
+        }
+      }
+    },
+    "cliui": {
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
+      "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
+      "requires": {
+        "string-width": "^2.1.1",
+        "strip-ansi": "^4.0.0",
+        "wrap-ansi": "^2.0.0"
+      }
+    },
+    "co": {
+      "version": "4.6.0",
+      "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+      "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
+    },
+    "code-error-fragment": {
+      "version": "0.0.230",
+      "resolved": "https://registry.npmjs.org/code-error-fragment/-/code-error-fragment-0.0.230.tgz",
+      "integrity": "sha512-cadkfKp6932H8UkhzE/gcUqhRMNf8jHzkAN7+5Myabswaghu4xABTgPHDCjW+dBAJxj/SpkTYokpzDqY4pCzQw=="
+    },
+    "code-point-at": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
+      "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
+    },
+    "collection-visit": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
+      "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
+      "requires": {
+        "map-visit": "^1.0.0",
+        "object-visit": "^1.0.0"
+      }
+    },
+    "color-convert": {
+      "version": "1.9.3",
+      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+      "requires": {
+        "color-name": "1.1.3"
+      }
+    },
+    "color-name": {
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+      "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+    },
+    "combined-stream": {
+      "version": "1.0.8",
+      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+      "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+      "requires": {
+        "delayed-stream": "~1.0.0"
+      }
+    },
+    "commander": {
+      "version": "2.20.1",
+      "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.1.tgz",
+      "integrity": "sha512-cCuLsMhJeWQ/ZpsFTbE765kvVfoeSddc4nU3up4fV+fDBcfUXnbITJ+JzhkdjzOqhURjZgujxaioam4RM9yGUg=="
+    },
+    "component-emitter": {
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
+      "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
+    },
+    "concat-map": {
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+    },
+    "content-disposition": {
+      "version": "0.5.3",
+      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
+      "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
+      "requires": {
+        "safe-buffer": "5.1.2"
+      }
+    },
+    "content-type": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
+      "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
+    },
+    "cookie": {
+      "version": "0.4.0",
+      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
+      "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg=="
+    },
+    "cookie-signature": {
+      "version": "1.0.6",
+      "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+      "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
+    },
+    "cookiejar": {
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz",
+      "integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA=="
+    },
+    "copy-descriptor": {
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
+      "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
+    },
+    "core-js": {
+      "version": "3.2.1",
+      "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
+      "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
+    },
+    "core-util-is": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
+      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
+    },
+    "cors": {
+      "version": "2.8.5",
+      "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
+      "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
+      "requires": {
+        "object-assign": "^4",
+        "vary": "^1"
+      }
+    },
+    "cross-spawn": {
+      "version": "6.0.5",
+      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
+      "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+      "requires": {
+        "nice-try": "^1.0.4",
+        "path-key": "^2.0.1",
+        "semver": "^5.5.0",
+        "shebang-command": "^1.2.0",
+        "which": "^1.2.9"
+      }
+    },
+    "debug": {
+      "version": "2.6.9",
+      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+      "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+      "requires": {
+        "ms": "2.0.0"
+      }
+    },
+    "decamelize": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
+    },
+    "decode-uri-component": {
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
+      "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
+    },
+    "deep-is": {
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
+      "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
+    },
+    "define-property": {
+      "version": "2.0.2",
+      "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
+      "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
+      "requires": {
+        "is-descriptor": "^1.0.2",
+        "isobject": "^3.0.1"
+      },
+      "dependencies": {
+        "is-accessor-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+          "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-data-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+          "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-descriptor": {
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+          "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+          "requires": {
+            "is-accessor-descriptor": "^1.0.0",
+            "is-data-descriptor": "^1.0.0",
+            "kind-of": "^6.0.2"
+          }
+        }
+      }
+    },
+    "delayed-stream": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+      "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
+    },
+    "depd": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
+    },
+    "destroy": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+      "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
+    },
+    "drange": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/drange/-/drange-1.1.1.tgz",
+      "integrity": "sha512-pYxfDYpued//QpnLIm4Avk7rsNtAtQkUES2cwAYSvD/wd2pKD71gN2Ebj3e7klzXwjocvE8c5vx/1fxwpqmSxA=="
+    },
+    "ee-first": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+      "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
+    },
+    "email-addresses": {
+      "version": "3.0.3",
+      "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.0.3.tgz",
+      "integrity": "sha512-kUlSC06PVvvjlMRpNIl3kR1NRXLEe86VQ7N0bQeaCZb2g+InShCeHQp/JvyYNTugMnRN2NvJhHlc3q12MWbbpg=="
+    },
+    "encodeurl": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
+      "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
+    },
+    "end-of-stream": {
+      "version": "1.4.4",
+      "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+      "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+      "requires": {
+        "once": "^1.4.0"
+      }
+    },
+    "escape-html": {
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+      "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
+    },
+    "escape-string-regexp": {
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+      "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
+    },
+    "escodegen": {
+      "version": "1.12.0",
+      "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.12.0.tgz",
+      "integrity": "sha512-TuA+EhsanGcme5T3R0L80u4t8CpbXQjegRmf7+FPTJrtCTErXFeelblRgHQa1FofEzqYYJmJ/OqjTwREp9qgmg==",
+      "requires": {
+        "esprima": "^3.1.3",
+        "estraverse": "^4.2.0",
+        "esutils": "^2.0.2",
+        "optionator": "^0.8.1",
+        "source-map": "~0.6.1"
+      },
+      "dependencies": {
+        "esprima": {
+          "version": "3.1.3",
+          "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
+          "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM="
+        }
+      }
+    },
+    "esprima": {
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+      "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
+    },
+    "estraverse": {
+      "version": "4.3.0",
+      "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+      "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
+    },
+    "esutils": {
+      "version": "2.0.3",
+      "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+      "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
+    },
+    "etag": {
+      "version": "1.8.1",
+      "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+      "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
+    },
+    "execa": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
+      "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+      "requires": {
+        "cross-spawn": "^6.0.0",
+        "get-stream": "^4.0.0",
+        "is-stream": "^1.1.0",
+        "npm-run-path": "^2.0.0",
+        "p-finally": "^1.0.0",
+        "signal-exit": "^3.0.0",
+        "strip-eof": "^1.0.0"
+      }
+    },
+    "expand-brackets": {
+      "version": "2.1.4",
+      "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
+      "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
+      "requires": {
+        "debug": "^2.3.3",
+        "define-property": "^0.2.5",
+        "extend-shallow": "^2.0.1",
+        "posix-character-classes": "^0.1.0",
+        "regex-not": "^1.0.0",
+        "snapdragon": "^0.8.1",
+        "to-regex": "^3.0.1"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "0.2.5",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+          "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+          "requires": {
+            "is-descriptor": "^0.1.0"
+          }
+        },
+        "extend-shallow": {
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+          "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+          "requires": {
+            "is-extendable": "^0.1.0"
+          }
+        }
+      }
+    },
+    "express": {
+      "version": "4.17.1",
+      "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
+      "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
+      "requires": {
+        "accepts": "~1.3.7",
+        "array-flatten": "1.1.1",
+        "body-parser": "1.19.0",
+        "content-disposition": "0.5.3",
+        "content-type": "~1.0.4",
+        "cookie": "0.4.0",
+        "cookie-signature": "1.0.6",
+        "debug": "2.6.9",
+        "depd": "~1.1.2",
+        "encodeurl": "~1.0.2",
+        "escape-html": "~1.0.3",
+        "etag": "~1.8.1",
+        "finalhandler": "~1.1.2",
+        "fresh": "0.5.2",
+        "merge-descriptors": "1.0.1",
+        "methods": "~1.1.2",
+        "on-finished": "~2.3.0",
+        "parseurl": "~1.3.3",
+        "path-to-regexp": "0.1.7",
+        "proxy-addr": "~2.0.5",
+        "qs": "6.7.0",
+        "range-parser": "~1.2.1",
+        "safe-buffer": "5.1.2",
+        "send": "0.17.1",
+        "serve-static": "1.14.1",
+        "setprototypeof": "1.1.1",
+        "statuses": "~1.5.0",
+        "type-is": "~1.6.18",
+        "utils-merge": "1.0.1",
+        "vary": "~1.1.2"
+      }
+    },
+    "extend": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
+      "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
+    },
+    "extend-shallow": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
+      "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
+      "requires": {
+        "assign-symbols": "^1.0.0",
+        "is-extendable": "^1.0.1"
+      },
+      "dependencies": {
+        "is-extendable": {
+          "version": "1.0.1",
+          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
+          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+          "requires": {
+            "is-plain-object": "^2.0.4"
+          }
+        }
+      }
+    },
+    "extglob": {
+      "version": "2.0.4",
+      "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
+      "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
+      "requires": {
+        "array-unique": "^0.3.2",
+        "define-property": "^1.0.0",
+        "expand-brackets": "^2.1.4",
+        "extend-shallow": "^2.0.1",
+        "fragment-cache": "^0.2.1",
+        "regex-not": "^1.0.0",
+        "snapdragon": "^0.8.1",
+        "to-regex": "^3.0.1"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+          "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+          "requires": {
+            "is-descriptor": "^1.0.0"
+          }
+        },
+        "extend-shallow": {
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+          "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+          "requires": {
+            "is-extendable": "^0.1.0"
+          }
+        },
+        "is-accessor-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+          "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-data-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+          "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-descriptor": {
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+          "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+          "requires": {
+            "is-accessor-descriptor": "^1.0.0",
+            "is-data-descriptor": "^1.0.0",
+            "kind-of": "^6.0.2"
+          }
+        }
+      }
+    },
+    "faker": {
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/faker/-/faker-4.1.0.tgz",
+      "integrity": "sha1-HkW7vsxndLPBlfrSg1EJxtdIzD8="
+    },
+    "fast-deep-equal": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
+      "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ="
+    },
+    "fast-json-stable-stringify": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
+      "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I="
+    },
+    "fast-levenshtein": {
+      "version": "2.0.6",
+      "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+      "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
+    },
+    "filename-reserved-regex": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz",
+      "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q="
+    },
+    "filenamify": {
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz",
+      "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=",
+      "requires": {
+        "filename-reserved-regex": "^1.0.0",
+        "strip-outer": "^1.0.0",
+        "trim-repeated": "^1.0.0"
+      }
+    },
+    "filenamify-url": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/filenamify-url/-/filenamify-url-1.0.0.tgz",
+      "integrity": "sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=",
+      "requires": {
+        "filenamify": "^1.0.0",
+        "humanize-url": "^1.0.0"
+      }
+    },
+    "fill-range": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+      "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+      "requires": {
+        "extend-shallow": "^2.0.1",
+        "is-number": "^3.0.0",
+        "repeat-string": "^1.6.1",
+        "to-regex-range": "^2.1.0"
+      },
+      "dependencies": {
+        "extend-shallow": {
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+          "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+          "requires": {
+            "is-extendable": "^0.1.0"
+          }
+        }
+      }
+    },
+    "finalhandler": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
+      "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
+      "requires": {
+        "debug": "2.6.9",
+        "encodeurl": "~1.0.2",
+        "escape-html": "~1.0.3",
+        "on-finished": "~2.3.0",
+        "parseurl": "~1.3.3",
+        "statuses": "~1.5.0",
+        "unpipe": "~1.0.0"
+      }
+    },
+    "find-up": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+      "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+      "requires": {
+        "locate-path": "^3.0.0"
+      }
+    },
+    "for-in": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
+      "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
+    },
+    "foreach": {
+      "version": "2.0.5",
+      "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
+      "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k="
+    },
+    "form-data": {
+      "version": "2.5.1",
+      "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz",
+      "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==",
+      "requires": {
+        "asynckit": "^0.4.0",
+        "combined-stream": "^1.0.6",
+        "mime-types": "^2.1.12"
+      }
+    },
+    "format-util": {
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/format-util/-/format-util-1.0.3.tgz",
+      "integrity": "sha1-Ay3KShFiYqEsQ/TD7IVmQWxbLZU="
+    },
+    "formidable": {
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.1.tgz",
+      "integrity": "sha512-Fs9VRguL0gqGHkXS5GQiMCr1VhZBxz0JnJs4JmMp/2jL18Fmbzvv7vOFRU+U8TBkHEE/CX1qDXzJplVULgsLeg=="
+    },
+    "forwarded": {
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
+      "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
+    },
+    "fragment-cache": {
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
+      "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
+      "requires": {
+        "map-cache": "^0.2.2"
+      }
+    },
+    "fresh": {
+      "version": "0.5.2",
+      "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
+      "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
+    },
+    "fs-extra": {
+      "version": "7.0.1",
+      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
+      "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
+      "requires": {
+        "graceful-fs": "^4.1.2",
+        "jsonfile": "^4.0.0",
+        "universalify": "^0.1.0"
+      }
+    },
+    "fs.realpath": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+      "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
+    },
+    "fsevents": {
+      "version": "1.2.9",
+      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz",
+      "integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==",
+      "optional": true,
+      "requires": {
+        "nan": "^2.12.1",
+        "node-pre-gyp": "^0.12.0"
+      },
+      "dependencies": {
+        "abbrev": {
+          "version": "1.1.1",
+          "bundled": true,
+          "optional": true
+        },
+        "ansi-regex": {
+          "version": "2.1.1",
+          "bundled": true,
+          "optional": true
+        },
+        "aproba": {
+          "version": "1.2.0",
+          "bundled": true,
+          "optional": true
+        },
+        "are-we-there-yet": {
+          "version": "1.1.5",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "delegates": "^1.0.0",
+            "readable-stream": "^2.0.6"
+          }
+        },
+        "balanced-match": {
+          "version": "1.0.0",
+          "bundled": true,
+          "optional": true
+        },
+        "brace-expansion": {
+          "version": "1.1.11",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "balanced-match": "^1.0.0",
+            "concat-map": "0.0.1"
+          }
+        },
+        "chownr": {
+          "version": "1.1.1",
+          "bundled": true,
+          "optional": true
+        },
+        "code-point-at": {
+          "version": "1.1.0",
+          "bundled": true,
+          "optional": true
+        },
+        "concat-map": {
+          "version": "0.0.1",
+          "bundled": true,
+          "optional": true
+        },
+        "console-control-strings": {
+          "version": "1.1.0",
+          "bundled": true,
+          "optional": true
+        },
+        "core-util-is": {
+          "version": "1.0.2",
+          "bundled": true,
+          "optional": true
+        },
+        "debug": {
+          "version": "4.1.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "ms": "^2.1.1"
+          }
+        },
+        "deep-extend": {
+          "version": "0.6.0",
+          "bundled": true,
+          "optional": true
+        },
+        "delegates": {
+          "version": "1.0.0",
+          "bundled": true,
+          "optional": true
+        },
+        "detect-libc": {
+          "version": "1.0.3",
+          "bundled": true,
+          "optional": true
+        },
+        "fs-minipass": {
+          "version": "1.2.5",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "minipass": "^2.2.1"
+          }
+        },
+        "fs.realpath": {
+          "version": "1.0.0",
+          "bundled": true,
+          "optional": true
+        },
+        "gauge": {
+          "version": "2.7.4",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "aproba": "^1.0.3",
+            "console-control-strings": "^1.0.0",
+            "has-unicode": "^2.0.0",
+            "object-assign": "^4.1.0",
+            "signal-exit": "^3.0.0",
+            "string-width": "^1.0.1",
+            "strip-ansi": "^3.0.1",
+            "wide-align": "^1.1.0"
+          }
+        },
+        "glob": {
+          "version": "7.1.3",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
+          }
+        },
+        "has-unicode": {
+          "version": "2.0.1",
+          "bundled": true,
+          "optional": true
+        },
+        "iconv-lite": {
+          "version": "0.4.24",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "safer-buffer": ">= 2.1.2 < 3"
+          }
+        },
+        "ignore-walk": {
+          "version": "3.0.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "minimatch": "^3.0.4"
+          }
+        },
+        "inflight": {
+          "version": "1.0.6",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "once": "^1.3.0",
+            "wrappy": "1"
+          }
+        },
+        "inherits": {
+          "version": "2.0.3",
+          "bundled": true,
+          "optional": true
+        },
+        "ini": {
+          "version": "1.3.5",
+          "bundled": true,
+          "optional": true
+        },
+        "is-fullwidth-code-point": {
+          "version": "1.0.0",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "number-is-nan": "^1.0.0"
+          }
+        },
+        "isarray": {
+          "version": "1.0.0",
+          "bundled": true,
+          "optional": true
+        },
+        "minimatch": {
+          "version": "3.0.4",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "brace-expansion": "^1.1.7"
+          }
+        },
+        "minimist": {
+          "version": "0.0.8",
+          "bundled": true,
+          "optional": true
+        },
+        "minipass": {
+          "version": "2.3.5",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "safe-buffer": "^5.1.2",
+            "yallist": "^3.0.0"
+          }
+        },
+        "minizlib": {
+          "version": "1.2.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "minipass": "^2.2.1"
+          }
+        },
+        "mkdirp": {
+          "version": "0.5.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "minimist": "0.0.8"
+          }
+        },
+        "ms": {
+          "version": "2.1.1",
+          "bundled": true,
+          "optional": true
+        },
+        "needle": {
+          "version": "2.3.0",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "debug": "^4.1.0",
+            "iconv-lite": "^0.4.4",
+            "sax": "^1.2.4"
+          }
+        },
+        "node-pre-gyp": {
+          "version": "0.12.0",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "detect-libc": "^1.0.2",
+            "mkdirp": "^0.5.1",
+            "needle": "^2.2.1",
+            "nopt": "^4.0.1",
+            "npm-packlist": "^1.1.6",
+            "npmlog": "^4.0.2",
+            "rc": "^1.2.7",
+            "rimraf": "^2.6.1",
+            "semver": "^5.3.0",
+            "tar": "^4"
+          }
+        },
+        "nopt": {
+          "version": "4.0.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "abbrev": "1",
+            "osenv": "^0.1.4"
+          }
+        },
+        "npm-bundled": {
+          "version": "1.0.6",
+          "bundled": true,
+          "optional": true
+        },
+        "npm-packlist": {
+          "version": "1.4.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "ignore-walk": "^3.0.1",
+            "npm-bundled": "^1.0.1"
+          }
+        },
+        "npmlog": {
+          "version": "4.1.2",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "are-we-there-yet": "~1.1.2",
+            "console-control-strings": "~1.1.0",
+            "gauge": "~2.7.3",
+            "set-blocking": "~2.0.0"
+          }
+        },
+        "number-is-nan": {
+          "version": "1.0.1",
+          "bundled": true,
+          "optional": true
+        },
+        "object-assign": {
+          "version": "4.1.1",
+          "bundled": true,
+          "optional": true
+        },
+        "once": {
+          "version": "1.4.0",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "wrappy": "1"
+          }
+        },
+        "os-homedir": {
+          "version": "1.0.2",
+          "bundled": true,
+          "optional": true
+        },
+        "os-tmpdir": {
+          "version": "1.0.2",
+          "bundled": true,
+          "optional": true
+        },
+        "osenv": {
+          "version": "0.1.5",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "os-homedir": "^1.0.0",
+            "os-tmpdir": "^1.0.0"
+          }
+        },
+        "path-is-absolute": {
+          "version": "1.0.1",
+          "bundled": true,
+          "optional": true
+        },
+        "process-nextick-args": {
+          "version": "2.0.0",
+          "bundled": true,
+          "optional": true
+        },
+        "rc": {
+          "version": "1.2.8",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "deep-extend": "^0.6.0",
+            "ini": "~1.3.0",
+            "minimist": "^1.2.0",
+            "strip-json-comments": "~2.0.1"
+          },
+          "dependencies": {
+            "minimist": {
+              "version": "1.2.0",
+              "bundled": true,
+              "optional": true
+            }
+          }
+        },
+        "readable-stream": {
+          "version": "2.3.6",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.1.1",
+            "util-deprecate": "~1.0.1"
+          }
+        },
+        "rimraf": {
+          "version": "2.6.3",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "glob": "^7.1.3"
+          }
+        },
+        "safe-buffer": {
+          "version": "5.1.2",
+          "bundled": true,
+          "optional": true
+        },
+        "safer-buffer": {
+          "version": "2.1.2",
+          "bundled": true,
+          "optional": true
+        },
+        "sax": {
+          "version": "1.2.4",
+          "bundled": true,
+          "optional": true
+        },
+        "semver": {
+          "version": "5.7.0",
+          "bundled": true,
+          "optional": true
+        },
+        "set-blocking": {
+          "version": "2.0.0",
+          "bundled": true,
+          "optional": true
+        },
+        "signal-exit": {
+          "version": "3.0.2",
+          "bundled": true,
+          "optional": true
+        },
+        "string-width": {
+          "version": "1.0.2",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "code-point-at": "^1.0.0",
+            "is-fullwidth-code-point": "^1.0.0",
+            "strip-ansi": "^3.0.0"
+          }
+        },
+        "string_decoder": {
+          "version": "1.1.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "safe-buffer": "~5.1.0"
+          }
+        },
+        "strip-ansi": {
+          "version": "3.0.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "ansi-regex": "^2.0.0"
+          }
+        },
+        "strip-json-comments": {
+          "version": "2.0.1",
+          "bundled": true,
+          "optional": true
+        },
+        "tar": {
+          "version": "4.4.8",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "chownr": "^1.1.1",
+            "fs-minipass": "^1.2.5",
+            "minipass": "^2.3.4",
+            "minizlib": "^1.1.1",
+            "mkdirp": "^0.5.0",
+            "safe-buffer": "^5.1.2",
+            "yallist": "^3.0.2"
+          }
+        },
+        "util-deprecate": {
+          "version": "1.0.2",
+          "bundled": true,
+          "optional": true
+        },
+        "wide-align": {
+          "version": "1.1.3",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "string-width": "^1.0.2 || 2"
+          }
+        },
+        "wrappy": {
+          "version": "1.0.2",
+          "bundled": true,
+          "optional": true
+        },
+        "yallist": {
+          "version": "3.0.3",
+          "bundled": true,
+          "optional": true
+        }
+      }
+    },
+    "get-caller-file": {
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
+      "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
+    },
+    "get-stream": {
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
+      "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+      "requires": {
+        "pump": "^3.0.0"
+      }
+    },
+    "get-value": {
+      "version": "2.0.6",
+      "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
+      "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
+    },
+    "gh-pages": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.1.1.tgz",
+      "integrity": "sha512-yNW2SFp9xGRP/8Sk2WXuLI/Gn92oOL4HBgudn6PsqAnuWT90Y1tozJoTfX1WdrDSW5Rb90kLVOf5mm9KJ/2fDw==",
+      "requires": {
+        "async": "^2.6.1",
+        "commander": "^2.18.0",
+        "email-addresses": "^3.0.1",
+        "filenamify-url": "^1.0.0",
+        "fs-extra": "^7.0.0",
+        "globby": "^6.1.0",
+        "graceful-fs": "^4.1.11",
+        "rimraf": "^2.6.2"
+      }
+    },
+    "glob": {
+      "version": "7.1.4",
+      "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
+      "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
+      "requires": {
+        "fs.realpath": "^1.0.0",
+        "inflight": "^1.0.4",
+        "inherits": "2",
+        "minimatch": "^3.0.4",
+        "once": "^1.3.0",
+        "path-is-absolute": "^1.0.0"
+      }
+    },
+    "glob-parent": {
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
+      "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
+      "requires": {
+        "is-glob": "^3.1.0",
+        "path-dirname": "^1.0.0"
+      },
+      "dependencies": {
+        "is-glob": {
+          "version": "3.1.0",
+          "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
+          "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
+          "requires": {
+            "is-extglob": "^2.1.0"
+          }
+        }
+      }
+    },
+    "globby": {
+      "version": "6.1.0",
+      "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+      "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
+      "requires": {
+        "array-union": "^1.0.1",
+        "glob": "^7.0.3",
+        "object-assign": "^4.0.1",
+        "pify": "^2.0.0",
+        "pinkie-promise": "^2.0.0"
+      }
+    },
+    "graceful-fs": {
+      "version": "4.2.2",
+      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz",
+      "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q=="
+    },
+    "grapheme-splitter": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
+      "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ=="
+    },
+    "graphlib": {
+      "version": "2.1.7",
+      "resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.7.tgz",
+      "integrity": "sha512-TyI9jIy2J4j0qgPmOOrHTCtpPqJGN/aurBwc6ZT+bRii+di1I+Wv3obRhVrmBEXet+qkMaEX67dXrwsd3QQM6w==",
+      "requires": {
+        "lodash": "^4.17.5"
+      }
+    },
+    "has-flag": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+      "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
+    },
+    "has-value": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
+      "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
+      "requires": {
+        "get-value": "^2.0.6",
+        "has-values": "^1.0.0",
+        "isobject": "^3.0.0"
+      }
+    },
+    "has-values": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
+      "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
+      "requires": {
+        "is-number": "^3.0.0",
+        "kind-of": "^4.0.0"
+      },
+      "dependencies": {
+        "kind-of": {
+          "version": "4.0.0",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
+          "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
+          "requires": {
+            "is-buffer": "^1.1.5"
+          }
+        }
+      }
+    },
+    "http-errors": {
+      "version": "1.7.2",
+      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
+      "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
+      "requires": {
+        "depd": "~1.1.2",
+        "inherits": "2.0.3",
+        "setprototypeof": "1.1.1",
+        "statuses": ">= 1.5.0 < 2",
+        "toidentifier": "1.0.0"
+      }
+    },
+    "http2-client": {
+      "version": "1.3.3",
+      "resolved": "https://registry.npmjs.org/http2-client/-/http2-client-1.3.3.tgz",
+      "integrity": "sha512-nUxLymWQ9pzkzTmir24p2RtsgruLmhje7lH3hLX1IpwvyTg77fW+1brenPPP3USAR+rQ36p5sTA/x7sjCJVkAA=="
+    },
+    "humanize-url": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/humanize-url/-/humanize-url-1.0.1.tgz",
+      "integrity": "sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=",
+      "requires": {
+        "normalize-url": "^1.0.0",
+        "strip-url-auth": "^1.0.0"
+      }
+    },
+    "iconv-lite": {
+      "version": "0.4.24",
+      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+      "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+      "requires": {
+        "safer-buffer": ">= 2.1.2 < 3"
+      }
+    },
+    "inflight": {
+      "version": "1.0.6",
+      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+      "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+      "requires": {
+        "once": "^1.3.0",
+        "wrappy": "1"
+      }
+    },
+    "inherits": {
+      "version": "2.0.3",
+      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+      "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
+    },
+    "invert-kv": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
+      "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA=="
+    },
+    "ipaddr.js": {
+      "version": "1.9.0",
+      "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz",
+      "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA=="
+    },
+    "is-accessor-descriptor": {
+      "version": "0.1.6",
+      "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+      "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+      "requires": {
+        "kind-of": "^3.0.2"
+      },
+      "dependencies": {
+        "kind-of": {
+          "version": "3.2.2",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+          "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+          "requires": {
+            "is-buffer": "^1.1.5"
+          }
+        }
+      }
+    },
+    "is-binary-path": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
+      "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
+      "requires": {
+        "binary-extensions": "^1.0.0"
+      }
+    },
+    "is-buffer": {
+      "version": "1.1.6",
+      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+      "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
+    },
+    "is-data-descriptor": {
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+      "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+      "requires": {
+        "kind-of": "^3.0.2"
+      },
+      "dependencies": {
+        "kind-of": {
+          "version": "3.2.2",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+          "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+          "requires": {
+            "is-buffer": "^1.1.5"
+          }
+        }
+      }
+    },
+    "is-descriptor": {
+      "version": "0.1.6",
+      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+      "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+      "requires": {
+        "is-accessor-descriptor": "^0.1.6",
+        "is-data-descriptor": "^0.1.4",
+        "kind-of": "^5.0.0"
+      },
+      "dependencies": {
+        "kind-of": {
+          "version": "5.1.0",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+          "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="
+        }
+      }
+    },
+    "is-extendable": {
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+      "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
+    },
+    "is-extglob": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+      "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
+    },
+    "is-fullwidth-code-point": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+      "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
+    },
+    "is-glob": {
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
+      "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
+      "requires": {
+        "is-extglob": "^2.1.1"
+      }
+    },
+    "is-number": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+      "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+      "requires": {
+        "kind-of": "^3.0.2"
+      },
+      "dependencies": {
+        "kind-of": {
+          "version": "3.2.2",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+          "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+          "requires": {
+            "is-buffer": "^1.1.5"
+          }
+        }
+      }
+    },
+    "is-plain-obj": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+      "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
+    },
+    "is-plain-object": {
+      "version": "2.0.4",
+      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
+      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
+      "requires": {
+        "isobject": "^3.0.1"
+      }
+    },
+    "is-stream": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+      "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
+    },
+    "is-windows": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
+      "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="
+    },
+    "isarray": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
+    },
+    "isexe": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+      "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
+    },
+    "isobject": {
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
+      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
+    },
+    "js-base64": {
+      "version": "2.5.1",
+      "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz",
+      "integrity": "sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw=="
+    },
+    "js-tokens": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+      "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+    },
+    "js-yaml": {
+      "version": "3.13.1",
+      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
+      "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
+      "requires": {
+        "argparse": "^1.0.7",
+        "esprima": "^4.0.0"
+      }
+    },
+    "json-pointer": {
+      "version": "0.6.0",
+      "resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.0.tgz",
+      "integrity": "sha1-jlAFUKaqxUZKRzN32leqbMIoKNc=",
+      "requires": {
+        "foreach": "^2.0.4"
+      }
+    },
+    "json-refs": {
+      "version": "3.0.13",
+      "resolved": "https://registry.npmjs.org/json-refs/-/json-refs-3.0.13.tgz",
+      "integrity": "sha512-/FJ+BJ6BASjmNsBJHE8qMVj46HTS2Pfq5gI5BQRhyUsdrw9HaHRWSOsOh87deTOyWMtGas5Qr8H6ikrcWHdZbw==",
+      "requires": {
+        "commander": "~2.19.0",
+        "graphlib": "^2.1.7",
+        "js-yaml": "^3.13.0",
+        "lodash": "^4.17.11",
+        "native-promise-only": "^0.8.1",
+        "path-loader": "^1.0.10",
+        "slash": "^2.0.0",
+        "uri-js": "^4.2.2"
+      },
+      "dependencies": {
+        "commander": {
+          "version": "2.19.0",
+          "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz",
+          "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg=="
+        }
+      }
+    },
+    "json-schema-faker": {
+      "version": "0.5.0-rc19",
+      "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.0-rc19.tgz",
+      "integrity": "sha512-yJLDodgoc/BOONGFmyuKoj3bSRXZ55FWIp1WjN0yC76kfoIz+lI5ttjUtU8NxgNULGFppJzpUM0ydyAWH3qp7A==",
+      "requires": {
+        "json-schema-ref-parser": "^6.1.0",
+        "jsonpath-plus": "^1.0.0",
+        "randexp": "^0.5.3"
+      },
+      "dependencies": {
+        "json-schema-ref-parser": {
+          "version": "6.1.0",
+          "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-6.1.0.tgz",
+          "integrity": "sha512-pXe9H1m6IgIpXmE5JSb8epilNTGsmTb2iPohAXpOdhqGFbQjNeHHsZxU+C8w6T81GZxSPFLeUoqDJmzxx5IGuw==",
+          "requires": {
+            "call-me-maybe": "^1.0.1",
+            "js-yaml": "^3.12.1",
+            "ono": "^4.0.11"
+          }
+        },
+        "ono": {
+          "version": "4.0.11",
+          "resolved": "https://registry.npmjs.org/ono/-/ono-4.0.11.tgz",
+          "integrity": "sha512-jQ31cORBFE6td25deYeD80wxKBMj+zBmHTrVxnc6CKhx8gho6ipmWM5zj/oeoqioZ99yqBls9Z/9Nss7J26G2g==",
+          "requires": {
+            "format-util": "^1.0.3"
+          }
+        }
+      }
+    },
+    "json-schema-ref-parser": {
+      "version": "7.1.1",
+      "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-7.1.1.tgz",
+      "integrity": "sha512-5DGfOTuTAMFzjNw56kwEQ9YqjCvRPHRbEmPkPSNPuK4DR4TmLQrZ1k0UdO8EJ9DKjOPqtyBjtlSnvzAC6kwUsg==",
+      "requires": {
+        "call-me-maybe": "^1.0.1",
+        "js-yaml": "^3.13.1",
+        "ono": "^5.0.1"
+      }
+    },
+    "json-schema-traverse": {
+      "version": "0.3.1",
+      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
+      "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A="
+    },
+    "json-to-ast": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/json-to-ast/-/json-to-ast-2.1.0.tgz",
+      "integrity": "sha512-W9Lq347r8tA1DfMvAGn9QNcgYm4Wm7Yc+k8e6vezpMnRT+NHbtlxgNBXRVjXe9YM6eTn6+p/MKOlV/aABJcSnQ==",
+      "requires": {
+        "code-error-fragment": "0.0.230",
+        "grapheme-splitter": "^1.0.4"
+      }
+    },
+    "jsonfile": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
+      "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
+      "requires": {
+        "graceful-fs": "^4.1.6"
+      }
+    },
+    "jsonpath": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.0.2.tgz",
+      "integrity": "sha512-rmzlgFZiQPc6q4HDyK8s9Qb4oxBnI5sF61y/Co5PV0lc3q2bIuRsNdueVbhoSHdKM4fxeimphOAtfz47yjCfeA==",
+      "requires": {
+        "esprima": "1.2.2",
+        "static-eval": "2.0.2",
+        "underscore": "1.7.0"
+      },
+      "dependencies": {
+        "esprima": {
+          "version": "1.2.2",
+          "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
+          "integrity": "sha1-dqD9Zvz+FU/SkmZ9wmQBl1CxZXs="
+        }
+      }
+    },
+    "jsonpath-plus": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-1.1.0.tgz",
+      "integrity": "sha512-ydqTBOuLcFCUr9e7AxJlKCFgxzEQ03HjnIim0hJSdk2NxD8MOsaMOrRgP6XWEm5q3VuDY5+cRT1DM9vLlGo/qA=="
+    },
+    "jsonpointer": {
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
+      "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk="
+    },
+    "kind-of": {
+      "version": "6.0.2",
+      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
+      "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA=="
+    },
+    "lcid": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
+      "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
+      "requires": {
+        "invert-kv": "^2.0.0"
+      }
+    },
+    "leven": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz",
+      "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA="
+    },
+    "levn": {
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
+      "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
+      "requires": {
+        "prelude-ls": "~1.1.2",
+        "type-check": "~0.3.2"
+      }
+    },
+    "livereload": {
+      "version": "0.8.1",
+      "resolved": "https://registry.npmjs.org/livereload/-/livereload-0.8.1.tgz",
+      "integrity": "sha512-66bTTHqTLk3lFTosEaRej+Xgnw7uctIej2AeK9HxgclsmNBXJqP3jjFzWejUPG4uhc1jbOT/PJ4ddB/7vAiKgA==",
+      "requires": {
+        "chokidar": "^2.1.5",
+        "opts": ">= 1.2.0",
+        "ws": "^6.2.1"
+      }
+    },
+    "locate-path": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+      "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+      "requires": {
+        "p-locate": "^3.0.0",
+        "path-exists": "^3.0.0"
+      }
+    },
+    "lodash": {
+      "version": "4.17.15",
+      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+      "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+    },
+    "lodash.get": {
+      "version": "4.4.2",
+      "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
+      "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk="
+    },
+    "lodash.isequal": {
+      "version": "4.5.0",
+      "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
+      "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA="
+    },
+    "map-age-cleaner": {
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
+      "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==",
+      "requires": {
+        "p-defer": "^1.0.0"
+      }
+    },
+    "map-cache": {
+      "version": "0.2.2",
+      "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
+      "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
+    },
+    "map-visit": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
+      "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
+      "requires": {
+        "object-visit": "^1.0.0"
+      }
+    },
+    "media-typer": {
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+      "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
+    },
+    "mem": {
+      "version": "4.3.0",
+      "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz",
+      "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==",
+      "requires": {
+        "map-age-cleaner": "^0.1.1",
+        "mimic-fn": "^2.0.0",
+        "p-is-promise": "^2.0.0"
+      }
+    },
+    "merge-descriptors": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+      "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
+    },
+    "methods": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+      "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
+    },
+    "micromatch": {
+      "version": "3.1.10",
+      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+      "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+      "requires": {
+        "arr-diff": "^4.0.0",
+        "array-unique": "^0.3.2",
+        "braces": "^2.3.1",
+        "define-property": "^2.0.2",
+        "extend-shallow": "^3.0.2",
+        "extglob": "^2.0.4",
+        "fragment-cache": "^0.2.1",
+        "kind-of": "^6.0.2",
+        "nanomatch": "^1.2.9",
+        "object.pick": "^1.3.0",
+        "regex-not": "^1.0.0",
+        "snapdragon": "^0.8.1",
+        "to-regex": "^3.0.2"
+      }
+    },
+    "mime": {
+      "version": "1.6.0",
+      "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
+      "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
+    },
+    "mime-db": {
+      "version": "1.40.0",
+      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
+      "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA=="
+    },
+    "mime-types": {
+      "version": "2.1.24",
+      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz",
+      "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==",
+      "requires": {
+        "mime-db": "1.40.0"
+      }
+    },
+    "mimic-fn": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+      "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
+    },
+    "minimatch": {
+      "version": "3.0.4",
+      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+      "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+      "requires": {
+        "brace-expansion": "^1.1.7"
+      }
+    },
+    "minimist": {
+      "version": "0.0.8",
+      "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
+      "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
+    },
+    "mixin-deep": {
+      "version": "1.3.2",
+      "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
+      "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
+      "requires": {
+        "for-in": "^1.0.2",
+        "is-extendable": "^1.0.1"
+      },
+      "dependencies": {
+        "is-extendable": {
+          "version": "1.0.1",
+          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
+          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+          "requires": {
+            "is-plain-object": "^2.0.4"
+          }
+        }
+      }
+    },
+    "mkdirp": {
+      "version": "0.5.1",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
+      "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
+      "requires": {
+        "minimist": "0.0.8"
+      }
+    },
+    "ms": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+      "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+    },
+    "nan": {
+      "version": "2.14.0",
+      "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
+      "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
+      "optional": true
+    },
+    "nanomatch": {
+      "version": "1.2.13",
+      "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
+      "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
+      "requires": {
+        "arr-diff": "^4.0.0",
+        "array-unique": "^0.3.2",
+        "define-property": "^2.0.2",
+        "extend-shallow": "^3.0.2",
+        "fragment-cache": "^0.2.1",
+        "is-windows": "^1.0.2",
+        "kind-of": "^6.0.2",
+        "object.pick": "^1.3.0",
+        "regex-not": "^1.0.0",
+        "snapdragon": "^0.8.1",
+        "to-regex": "^3.0.1"
+      }
+    },
+    "native-promise-only": {
+      "version": "0.8.1",
+      "resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
+      "integrity": "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE="
+    },
+    "negotiator": {
+      "version": "0.6.2",
+      "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
+      "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw=="
+    },
+    "nice-try": {
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
+      "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
+    },
+    "node-fetch": {
+      "version": "2.6.0",
+      "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+      "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
+    },
+    "node-fetch-h2": {
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/node-fetch-h2/-/node-fetch-h2-2.3.0.tgz",
+      "integrity": "sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==",
+      "requires": {
+        "http2-client": "^1.2.5"
+      }
+    },
+    "normalize-path": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
+    },
+    "normalize-url": {
+      "version": "1.9.1",
+      "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+      "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+      "requires": {
+        "object-assign": "^4.0.1",
+        "prepend-http": "^1.0.0",
+        "query-string": "^4.1.0",
+        "sort-keys": "^1.0.0"
+      }
+    },
+    "npm-run-path": {
+      "version": "2.0.2",
+      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+      "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+      "requires": {
+        "path-key": "^2.0.0"
+      }
+    },
+    "number-is-nan": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
+      "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
+    },
+    "oas-kit-common": {
+      "version": "1.0.7",
+      "resolved": "https://registry.npmjs.org/oas-kit-common/-/oas-kit-common-1.0.7.tgz",
+      "integrity": "sha512-8+P8gBjN9bGfa5HPgyefO78o394PUwHoQjuD4hM0Bpl56BkcxoyW4MpWMPM6ATm+yIIz4qT1igmuVukUtjP/pQ==",
+      "requires": {
+        "safe-json-stringify": "^1.2.0"
+      }
+    },
+    "oas-linter": {
+      "version": "1.0.8",
+      "resolved": "https://registry.npmjs.org/oas-linter/-/oas-linter-1.0.8.tgz",
+      "integrity": "sha512-d60OArJNBalU5q9utXgsWUdxNS2EWenLp/fSrCQXFHoZhFOLQDTCh2CeqddifM0q1Q0Z9noTiFnwuyqSi2Pa6A==",
+      "requires": {
+        "js-yaml": "^3.12.0",
+        "should": "^13.2.1"
+      }
+    },
+    "oas-resolver": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/oas-resolver/-/oas-resolver-1.1.1.tgz",
+      "integrity": "sha512-r7jWfhtW/eQ42/eqnUXMUS46jB+XoNlIOSkjN6ZQH+3tqPQHMwAqRUQTqdh+0Qw7IAipftb6zFVwyfE6kVCmGQ==",
+      "requires": {
+        "js-yaml": "^3.12.0",
+        "node-fetch-h2": "^2.3.0",
+        "oas-kit-common": "^1.0.6",
+        "reftools": "^1.0.4",
+        "yargs": "^12.0.2"
+      }
+    },
+    "oas-schema-walker": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/oas-schema-walker/-/oas-schema-walker-1.1.2.tgz",
+      "integrity": "sha512-Q9xqeUtc17ccP/dpUfARci4kwFFszyJAgR/wbDhrRR/73GqsY5uSmKaIK+RmBqO8J4jVYrrDPjQKvt1IcpQdGw=="
+    },
+    "oas-validator": {
+      "version": "1.1.13",
+      "resolved": "https://registry.npmjs.org/oas-validator/-/oas-validator-1.1.13.tgz",
+      "integrity": "sha512-sEWaUq5/b5+iOUEtnu/Ioi3bN1SwIvexSpeFdg3H0v4ASPmK1l/70vpYXfupVElFzjx4unc2odFp9oJR+L5f7w==",
+      "requires": {
+        "ajv": "^5.5.2",
+        "better-ajv-errors": "^0.5.2",
+        "js-yaml": "^3.12.0",
+        "oas-kit-common": "^1.0.4",
+        "oas-linter": "^1.0.8",
+        "oas-resolver": "^1.0.12",
+        "oas-schema-walker": "^1.1.0",
+        "reftools": "^1.0.3",
+        "should": "^13.2.1"
+      }
+    },
+    "object-assign": {
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
+    },
+    "object-copy": {
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
+      "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
+      "requires": {
+        "copy-descriptor": "^0.1.0",
+        "define-property": "^0.2.5",
+        "kind-of": "^3.0.3"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "0.2.5",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+          "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+          "requires": {
+            "is-descriptor": "^0.1.0"
+          }
+        },
+        "kind-of": {
+          "version": "3.2.2",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+          "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+          "requires": {
+            "is-buffer": "^1.1.5"
+          }
+        }
+      }
+    },
+    "object-visit": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
+      "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
+      "requires": {
+        "isobject": "^3.0.0"
+      }
+    },
+    "object.pick": {
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
+      "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
+      "requires": {
+        "isobject": "^3.0.1"
+      }
+    },
+    "on-finished": {
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+      "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
+      "requires": {
+        "ee-first": "1.1.1"
+      }
+    },
+    "once": {
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+      "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+      "requires": {
+        "wrappy": "1"
+      }
+    },
+    "ono": {
+      "version": "5.1.0",
+      "resolved": "https://registry.npmjs.org/ono/-/ono-5.1.0.tgz",
+      "integrity": "sha512-GgqRIUWErLX4l9Up0khRtbrlH8Fyj59A0nKv8V6pWEto38aUgnOGOOF7UmgFFLzFnDSc8REzaTXOc0hqEe7yIw=="
+    },
+    "openapi-schemas": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/openapi-schemas/-/openapi-schemas-1.0.2.tgz",
+      "integrity": "sha512-54iKgQqgb0m/E+8VdcBTpSLsl3x8PL1GS0Zu43v6E+KSjvBypcjCC+agZC2TDRKDQHUM4WejQT98SxfH4sHHpA=="
+    },
+    "openapi-types": {
+      "version": "1.3.5",
+      "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-1.3.5.tgz",
+      "integrity": "sha512-11oi4zYorsgvg5yBarZplAqbpev5HkuVNPlZaPTknPDzAynq+lnJdXAmruGWP0s+dNYZS7bjM+xrTpJw7184Fg=="
+    },
+    "optionator": {
+      "version": "0.8.2",
+      "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
+      "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
+      "requires": {
+        "deep-is": "~0.1.3",
+        "fast-levenshtein": "~2.0.4",
+        "levn": "~0.3.0",
+        "prelude-ls": "~1.1.2",
+        "type-check": "~0.3.2",
+        "wordwrap": "~1.0.0"
+      }
+    },
+    "opts": {
+      "version": "1.2.6",
+      "resolved": "https://registry.npmjs.org/opts/-/opts-1.2.6.tgz",
+      "integrity": "sha1-0YXAQlz9652h0YKQi2W1wCOP67M="
+    },
+    "os-locale": {
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
+      "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==",
+      "requires": {
+        "execa": "^1.0.0",
+        "lcid": "^2.0.0",
+        "mem": "^4.0.0"
+      }
+    },
+    "p-defer": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz",
+      "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww="
+    },
+    "p-finally": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
+      "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
+    },
+    "p-is-promise": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz",
+      "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg=="
+    },
+    "p-limit": {
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
+      "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==",
+      "requires": {
+        "p-try": "^2.0.0"
+      }
+    },
+    "p-locate": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+      "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+      "requires": {
+        "p-limit": "^2.0.0"
+      }
+    },
+    "p-try": {
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+      "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
+    },
+    "parseurl": {
+      "version": "1.3.3",
+      "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+      "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
+    },
+    "pascalcase": {
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
+      "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ="
+    },
+    "path-dirname": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
+      "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
+    },
+    "path-exists": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+      "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
+    },
+    "path-is-absolute": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+      "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
+    },
+    "path-key": {
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+      "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
+    },
+    "path-loader": {
+      "version": "1.0.10",
+      "resolved": "https://registry.npmjs.org/path-loader/-/path-loader-1.0.10.tgz",
+      "integrity": "sha512-CMP0v6S6z8PHeJ6NFVyVJm6WyJjIwFvyz2b0n2/4bKdS/0uZa/9sKUlYZzubrn3zuDRU0zIuEDX9DZYQ2ZI8TA==",
+      "requires": {
+        "native-promise-only": "^0.8.1",
+        "superagent": "^3.8.3"
+      }
+    },
+    "path-to-regexp": {
+      "version": "0.1.7",
+      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+      "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
+    },
+    "pify": {
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
+    },
+    "pinkie": {
+      "version": "2.0.4",
+      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+      "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA="
+    },
+    "pinkie-promise": {
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+      "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
+      "requires": {
+        "pinkie": "^2.0.0"
+      }
+    },
+    "posix-character-classes": {
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
+      "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
+    },
+    "prelude-ls": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
+      "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
+    },
+    "prepend-http": {
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
+      "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
+    },
+    "process-nextick-args": {
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
+    },
+    "proxy-addr": {
+      "version": "2.0.5",
+      "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz",
+      "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==",
+      "requires": {
+        "forwarded": "~0.1.2",
+        "ipaddr.js": "1.9.0"
+      }
+    },
+    "pump": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+      "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+      "requires": {
+        "end-of-stream": "^1.1.0",
+        "once": "^1.3.1"
+      }
+    },
+    "punycode": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+      "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
+    },
+    "qs": {
+      "version": "6.7.0",
+      "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
+      "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
+    },
+    "query-string": {
+      "version": "4.3.4",
+      "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+      "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+      "requires": {
+        "object-assign": "^4.1.0",
+        "strict-uri-encode": "^1.0.0"
+      }
+    },
+    "randexp": {
+      "version": "0.5.3",
+      "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.5.3.tgz",
+      "integrity": "sha512-U+5l2KrcMNOUPYvazA3h5ekF80FHTUG+87SEAmHZmolh1M+i/WyTCxVzmi+tidIa1tM4BSe8g2Y/D3loWDjj+w==",
+      "requires": {
+        "drange": "^1.0.2",
+        "ret": "^0.2.0"
+      },
+      "dependencies": {
+        "ret": {
+          "version": "0.2.2",
+          "resolved": "https://registry.npmjs.org/ret/-/ret-0.2.2.tgz",
+          "integrity": "sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ=="
+        }
+      }
+    },
+    "range-parser": {
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+      "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
+    },
+    "raw-body": {
+      "version": "2.4.0",
+      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
+      "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
+      "requires": {
+        "bytes": "3.1.0",
+        "http-errors": "1.7.2",
+        "iconv-lite": "0.4.24",
+        "unpipe": "1.0.0"
+      }
+    },
+    "readable-stream": {
+      "version": "2.3.6",
+      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
+      "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
+      "requires": {
+        "core-util-is": "~1.0.0",
+        "inherits": "~2.0.3",
+        "isarray": "~1.0.0",
+        "process-nextick-args": "~2.0.0",
+        "safe-buffer": "~5.1.1",
+        "string_decoder": "~1.1.1",
+        "util-deprecate": "~1.0.1"
+      }
+    },
+    "readdirp": {
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
+      "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
+      "requires": {
+        "graceful-fs": "^4.1.11",
+        "micromatch": "^3.1.10",
+        "readable-stream": "^2.0.2"
+      }
+    },
+    "reftools": {
+      "version": "1.0.8",
+      "resolved": "https://registry.npmjs.org/reftools/-/reftools-1.0.8.tgz",
+      "integrity": "sha512-hERpM8J+L0q8dzKFh/QqcLlKZYmTgzGZM7m8b1ptS66eg4NA/iMPm7GNw3TKZ876ndVjGpiLt0BCIfAWsUgwGg=="
+    },
+    "regenerator-runtime": {
+      "version": "0.13.3",
+      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz",
+      "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw=="
+    },
+    "regex-not": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
+      "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
+      "requires": {
+        "extend-shallow": "^3.0.2",
+        "safe-regex": "^1.1.0"
+      }
+    },
+    "remove-trailing-separator": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
+      "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
+    },
+    "repeat-element": {
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
+      "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g=="
+    },
+    "repeat-string": {
+      "version": "1.6.1",
+      "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
+      "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
+    },
+    "require-dir": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/require-dir/-/require-dir-1.2.0.tgz",
+      "integrity": "sha512-LY85DTSu+heYgDqq/mK+7zFHWkttVNRXC9NKcKGyuGLdlsfbjEPrIEYdCVrx6hqnJb+xSu3Lzaoo8VnmOhhjNA=="
+    },
+    "require-directory": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+      "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
+    },
+    "require-main-filename": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
+      "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE="
+    },
+    "resolve-url": {
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
+      "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
+    },
+    "ret": {
+      "version": "0.1.15",
+      "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
+      "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg=="
+    },
+    "rimraf": {
+      "version": "2.7.1",
+      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
+      "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
+      "requires": {
+        "glob": "^7.1.3"
+      }
+    },
+    "safe-buffer": {
+      "version": "5.1.2",
+      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+    },
+    "safe-json-stringify": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz",
+      "integrity": "sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg=="
+    },
+    "safe-regex": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
+      "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
+      "requires": {
+        "ret": "~0.1.10"
+      }
+    },
+    "safer-buffer": {
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
+    },
+    "semver": {
+      "version": "5.7.1",
+      "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+      "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
+    },
+    "send": {
+      "version": "0.17.1",
+      "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
+      "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
+      "requires": {
+        "debug": "2.6.9",
+        "depd": "~1.1.2",
+        "destroy": "~1.0.4",
+        "encodeurl": "~1.0.2",
+        "escape-html": "~1.0.3",
+        "etag": "~1.8.1",
+        "fresh": "0.5.2",
+        "http-errors": "~1.7.2",
+        "mime": "1.6.0",
+        "ms": "2.1.1",
+        "on-finished": "~2.3.0",
+        "range-parser": "~1.2.1",
+        "statuses": "~1.5.0"
+      },
+      "dependencies": {
+        "ms": {
+          "version": "2.1.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
+          "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
+        }
+      }
+    },
+    "serve-static": {
+      "version": "1.14.1",
+      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
+      "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
+      "requires": {
+        "encodeurl": "~1.0.2",
+        "escape-html": "~1.0.3",
+        "parseurl": "~1.3.3",
+        "send": "0.17.1"
+      }
+    },
+    "set-blocking": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
+      "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
+    },
+    "set-value": {
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
+      "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
+      "requires": {
+        "extend-shallow": "^2.0.1",
+        "is-extendable": "^0.1.1",
+        "is-plain-object": "^2.0.3",
+        "split-string": "^3.0.1"
+      },
+      "dependencies": {
+        "extend-shallow": {
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+          "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+          "requires": {
+            "is-extendable": "^0.1.0"
+          }
+        }
+      }
+    },
+    "setprototypeof": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
+      "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
+    },
+    "shebang-command": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+      "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+      "requires": {
+        "shebang-regex": "^1.0.0"
+      }
+    },
+    "shebang-regex": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+      "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
+    },
+    "should": {
+      "version": "13.2.3",
+      "resolved": "https://registry.npmjs.org/should/-/should-13.2.3.tgz",
+      "integrity": "sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==",
+      "requires": {
+        "should-equal": "^2.0.0",
+        "should-format": "^3.0.3",
+        "should-type": "^1.4.0",
+        "should-type-adaptors": "^1.0.1",
+        "should-util": "^1.0.0"
+      }
+    },
+    "should-equal": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/should-equal/-/should-equal-2.0.0.tgz",
+      "integrity": "sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==",
+      "requires": {
+        "should-type": "^1.4.0"
+      }
+    },
+    "should-format": {
+      "version": "3.0.3",
+      "resolved": "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz",
+      "integrity": "sha1-m/yPdPo5IFxT04w01xcwPidxJPE=",
+      "requires": {
+        "should-type": "^1.3.0",
+        "should-type-adaptors": "^1.0.1"
+      }
+    },
+    "should-type": {
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/should-type/-/should-type-1.4.0.tgz",
+      "integrity": "sha1-B1bYzoRt/QmEOmlHcZ36DUz/XPM="
+    },
+    "should-type-adaptors": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/should-type-adaptors/-/should-type-adaptors-1.1.0.tgz",
+      "integrity": "sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==",
+      "requires": {
+        "should-type": "^1.3.0",
+        "should-util": "^1.0.0"
+      }
+    },
+    "should-util": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/should-util/-/should-util-1.0.1.tgz",
+      "integrity": "sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g=="
+    },
+    "signal-exit": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
+      "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
+    },
+    "slash": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
+      "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
+    },
+    "snapdragon": {
+      "version": "0.8.2",
+      "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
+      "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
+      "requires": {
+        "base": "^0.11.1",
+        "debug": "^2.2.0",
+        "define-property": "^0.2.5",
+        "extend-shallow": "^2.0.1",
+        "map-cache": "^0.2.2",
+        "source-map": "^0.5.6",
+        "source-map-resolve": "^0.5.0",
+        "use": "^3.1.0"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "0.2.5",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+          "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+          "requires": {
+            "is-descriptor": "^0.1.0"
+          }
+        },
+        "extend-shallow": {
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+          "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+          "requires": {
+            "is-extendable": "^0.1.0"
+          }
+        },
+        "source-map": {
+          "version": "0.5.7",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
+        }
+      }
+    },
+    "snapdragon-node": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
+      "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
+      "requires": {
+        "define-property": "^1.0.0",
+        "isobject": "^3.0.0",
+        "snapdragon-util": "^3.0.1"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+          "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+          "requires": {
+            "is-descriptor": "^1.0.0"
+          }
+        },
+        "is-accessor-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+          "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-data-descriptor": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+          "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+          "requires": {
+            "kind-of": "^6.0.0"
+          }
+        },
+        "is-descriptor": {
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+          "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+          "requires": {
+            "is-accessor-descriptor": "^1.0.0",
+            "is-data-descriptor": "^1.0.0",
+            "kind-of": "^6.0.2"
+          }
+        }
+      }
+    },
+    "snapdragon-util": {
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
+      "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
+      "requires": {
+        "kind-of": "^3.2.0"
+      },
+      "dependencies": {
+        "kind-of": {
+          "version": "3.2.2",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+          "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+          "requires": {
+            "is-buffer": "^1.1.5"
+          }
+        }
+      }
+    },
+    "sort-keys": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+      "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+      "requires": {
+        "is-plain-obj": "^1.0.0"
+      }
+    },
+    "source-map": {
+      "version": "0.6.1",
+      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+      "optional": true
+    },
+    "source-map-resolve": {
+      "version": "0.5.2",
+      "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
+      "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==",
+      "requires": {
+        "atob": "^2.1.1",
+        "decode-uri-component": "^0.2.0",
+        "resolve-url": "^0.2.1",
+        "source-map-url": "^0.4.0",
+        "urix": "^0.1.0"
+      }
+    },
+    "source-map-url": {
+      "version": "0.4.0",
+      "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
+      "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
+    },
+    "split-string": {
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
+      "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
+      "requires": {
+        "extend-shallow": "^3.0.0"
+      }
+    },
+    "sprintf-js": {
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+      "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
+    },
+    "static-eval": {
+      "version": "2.0.2",
+      "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
+      "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
+      "requires": {
+        "escodegen": "^1.8.1"
+      }
+    },
+    "static-extend": {
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
+      "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
+      "requires": {
+        "define-property": "^0.2.5",
+        "object-copy": "^0.1.0"
+      },
+      "dependencies": {
+        "define-property": {
+          "version": "0.2.5",
+          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+          "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+          "requires": {
+            "is-descriptor": "^0.1.0"
+          }
+        }
+      }
+    },
+    "statuses": {
+      "version": "1.5.0",
+      "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
+      "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
+    },
+    "strict-uri-encode": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
+      "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
+    },
+    "string-width": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
+      "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
+      "requires": {
+        "is-fullwidth-code-point": "^2.0.0",
+        "strip-ansi": "^4.0.0"
+      }
+    },
+    "string_decoder": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+      "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+      "requires": {
+        "safe-buffer": "~5.1.0"
+      }
+    },
+    "strip-ansi": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
+      "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
+      "requires": {
+        "ansi-regex": "^3.0.0"
+      }
+    },
+    "strip-eof": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
+      "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
+    },
+    "strip-outer": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
+      "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
+      "requires": {
+        "escape-string-regexp": "^1.0.2"
+      }
+    },
+    "strip-url-auth": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/strip-url-auth/-/strip-url-auth-1.0.1.tgz",
+      "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164="
+    },
+    "superagent": {
+      "version": "3.8.3",
+      "resolved": "https://registry.npmjs.org/superagent/-/superagent-3.8.3.tgz",
+      "integrity": "sha512-GLQtLMCoEIK4eDv6OGtkOoSMt3D+oq0y3dsxMuYuDvaNUvuT8eFBuLmfR0iYYzHC1e8hpzC6ZsxbuP6DIalMFA==",
+      "requires": {
+        "component-emitter": "^1.2.0",
+        "cookiejar": "^2.1.0",
+        "debug": "^3.1.0",
+        "extend": "^3.0.0",
+        "form-data": "^2.3.1",
+        "formidable": "^1.2.0",
+        "methods": "^1.1.1",
+        "mime": "^1.4.1",
+        "qs": "^6.5.1",
+        "readable-stream": "^2.3.5"
+      },
+      "dependencies": {
+        "debug": {
+          "version": "3.2.6",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
+          "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
+          "requires": {
+            "ms": "^2.1.1"
+          }
+        },
+        "ms": {
+          "version": "2.1.2",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+        }
+      }
+    },
+    "supports-color": {
+      "version": "5.5.0",
+      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+      "requires": {
+        "has-flag": "^3.0.0"
+      }
+    },
+    "swagger-editor-dist": {
+      "version": "3.6.36",
+      "resolved": "https://registry.npmjs.org/swagger-editor-dist/-/swagger-editor-dist-3.6.36.tgz",
+      "integrity": "sha512-RGfZWmpPkM+83rIH900CXdZHNfsMAXWXvEYikua8JgiLyxxLdNTf1vBEBgP+6w5MgJFNhZLq7L8ASlz6hebcAA=="
+    },
+    "swagger-methods": {
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/swagger-methods/-/swagger-methods-2.0.1.tgz",
+      "integrity": "sha512-+Wb4jXbZA724K1VriN1bFwUxoL0+Nr5vA4GT4Yz5rldxa+tG2aDjt5ONWeE6diviBbLTvncfuD3nQrPPFElYpA=="
+    },
+    "swagger-parser": {
+      "version": "8.0.1",
+      "resolved": "https://registry.npmjs.org/swagger-parser/-/swagger-parser-8.0.1.tgz",
+      "integrity": "sha512-OWtG08Lb9wcFdreRCD/u98BzRUJd800iXaN79fid+2V2SGwnDhHb6GX2NHbH+GV/vq2+RzdeBh4jLEAJ33Rp+w==",
+      "requires": {
+        "call-me-maybe": "^1.0.1",
+        "json-schema-ref-parser": "^7.1.0",
+        "ono": "^5.0.1",
+        "openapi-schemas": "^1.0.1",
+        "openapi-types": "^1.3.5",
+        "swagger-methods": "^2.0.1",
+        "z-schema": "^4.1.1"
+      }
+    },
+    "swagger-repo": {
+      "version": "2.0.0-rc.15",
+      "resolved": "https://registry.npmjs.org/swagger-repo/-/swagger-repo-2.0.0-rc.15.tgz",
+      "integrity": "sha512-bXzw8oByP8RabdNHTZlCMZ3YEz3t1IKz+JbzP43JSd7N+oRe7Ms9Li46R6rqx6nF2MWClvjBSs1q949O/rqjAA==",
+      "requires": {
+        "body-parser": "^1.15.2",
+        "chalk": "^2.4.1",
+        "commander": "^2.9.0",
+        "cors": "^2.7.1",
+        "express": "^4.13.4",
+        "fs-extra": "^7.0.1",
+        "gh-pages": "^2.0.1",
+        "glob": "^7.0.0",
+        "js-yaml": "^3.13.1",
+        "json-pointer": "^0.6.0",
+        "jsonpath": "^1.0.2",
+        "livereload": "^0.8.0",
+        "lodash": "^4.17.15",
+        "mkdirp": "^0.5.1",
+        "node-fetch": "^2.3.0",
+        "oas-validator": "^1.1.13",
+        "require-dir": "^1.0.0",
+        "swagger-editor-dist": "^3.6.16",
+        "swagger-ui-dist": "^3.20.1",
+        "sway": "^2.0.6"
+      }
+    },
+    "swagger-schema-official": {
+      "version": "2.0.0-bab6bed",
+      "resolved": "https://registry.npmjs.org/swagger-schema-official/-/swagger-schema-official-2.0.0-bab6bed.tgz",
+      "integrity": "sha1-cAcEaNbSl3ylI3suUZyn0Gouo/0="
+    },
+    "swagger-ui-dist": {
+      "version": "3.23.11",
+      "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.23.11.tgz",
+      "integrity": "sha512-ipENHHH/sqpngTpHXUwg55eAOZ7b2UVayUwwuWPA6nQSPhjBVXX4zOPpNKUwQIFOl3oIwVvZF7mqoxH7pMgVzA=="
+    },
+    "sway": {
+      "version": "2.0.6",
+      "resolved": "https://registry.npmjs.org/sway/-/sway-2.0.6.tgz",
+      "integrity": "sha512-0HRT2WuU44XIdq+eCiMx67Bl/kiEKORP+4j+Wt89rFjoR5Dwx2hmU4PkMA6hnd48XLfS50olIac3pQGrV/wv7w==",
+      "requires": {
+        "debug": "^3.1.0",
+        "faker": "^4.1.0",
+        "js-base64": "^2.4.5",
+        "js-yaml": "^3.13.1",
+        "json-refs": "^3.0.13",
+        "json-schema-faker": "^0.5.0-rc16",
+        "lodash": "^4.17.10",
+        "native-promise-only": "^0.8.1",
+        "path-to-regexp": "^1.7.0",
+        "swagger-methods": "^1.0.0",
+        "swagger-schema-official": "2.0.0-bab6bed",
+        "z-schema": "^3.22.0"
+      },
+      "dependencies": {
+        "core-js": {
+          "version": "2.6.9",
+          "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz",
+          "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A=="
+        },
+        "debug": {
+          "version": "3.2.6",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
+          "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
+          "requires": {
+            "ms": "^2.1.1"
+          }
+        },
+        "isarray": {
+          "version": "0.0.1",
+          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
+        },
+        "ms": {
+          "version": "2.1.2",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+        },
+        "path-to-regexp": {
+          "version": "1.7.0",
+          "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz",
+          "integrity": "sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=",
+          "requires": {
+            "isarray": "0.0.1"
+          }
+        },
+        "swagger-methods": {
+          "version": "1.0.8",
+          "resolved": "https://registry.npmjs.org/swagger-methods/-/swagger-methods-1.0.8.tgz",
+          "integrity": "sha512-G6baCwuHA+C5jf4FNOrosE4XlmGsdjbOjdBK4yuiDDj/ro9uR4Srj3OR84oQMT8F3qKp00tYNv0YN730oTHPZA=="
+        },
+        "validator": {
+          "version": "10.11.0",
+          "resolved": "https://registry.npmjs.org/validator/-/validator-10.11.0.tgz",
+          "integrity": "sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw=="
+        },
+        "z-schema": {
+          "version": "3.25.1",
+          "resolved": "https://registry.npmjs.org/z-schema/-/z-schema-3.25.1.tgz",
+          "integrity": "sha512-7tDlwhrBG+oYFdXNOjILSurpfQyuVgkRe3hB2q8TEssamDHB7BbLWYkYO98nTn0FibfdFroFKDjndbgufAgS/Q==",
+          "requires": {
+            "commander": "^2.7.1",
+            "core-js": "^2.5.7",
+            "lodash.get": "^4.0.0",
+            "lodash.isequal": "^4.0.0",
+            "validator": "^10.0.0"
+          }
+        }
+      }
+    },
+    "to-object-path": {
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
+      "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
+      "requires": {
+        "kind-of": "^3.0.2"
+      },
+      "dependencies": {
+        "kind-of": {
+          "version": "3.2.2",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+          "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+          "requires": {
+            "is-buffer": "^1.1.5"
+          }
+        }
+      }
+    },
+    "to-regex": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
+      "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
+      "requires": {
+        "define-property": "^2.0.2",
+        "extend-shallow": "^3.0.2",
+        "regex-not": "^1.0.2",
+        "safe-regex": "^1.1.0"
+      }
+    },
+    "to-regex-range": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+      "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+      "requires": {
+        "is-number": "^3.0.0",
+        "repeat-string": "^1.6.1"
+      }
+    },
+    "toidentifier": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
+      "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw=="
+    },
+    "trim-repeated": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
+      "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
+      "requires": {
+        "escape-string-regexp": "^1.0.2"
+      }
+    },
+    "type-check": {
+      "version": "0.3.2",
+      "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+      "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
+      "requires": {
+        "prelude-ls": "~1.1.2"
+      }
+    },
+    "type-is": {
+      "version": "1.6.18",
+      "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+      "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+      "requires": {
+        "media-typer": "0.3.0",
+        "mime-types": "~2.1.24"
+      }
+    },
+    "underscore": {
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz",
+      "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk="
+    },
+    "union-value": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
+      "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
+      "requires": {
+        "arr-union": "^3.1.0",
+        "get-value": "^2.0.6",
+        "is-extendable": "^0.1.1",
+        "set-value": "^2.0.1"
+      }
+    },
+    "universalify": {
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+      "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
+    },
+    "unpipe": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+      "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
+    },
+    "unset-value": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
+      "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
+      "requires": {
+        "has-value": "^0.3.1",
+        "isobject": "^3.0.0"
+      },
+      "dependencies": {
+        "has-value": {
+          "version": "0.3.1",
+          "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
+          "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
+          "requires": {
+            "get-value": "^2.0.3",
+            "has-values": "^0.1.4",
+            "isobject": "^2.0.0"
+          },
+          "dependencies": {
+            "isobject": {
+              "version": "2.1.0",
+              "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
+              "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
+              "requires": {
+                "isarray": "1.0.0"
+              }
+            }
+          }
+        },
+        "has-values": {
+          "version": "0.1.4",
+          "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
+          "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E="
+        }
+      }
+    },
+    "upath": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
+      "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="
+    },
+    "uri-js": {
+      "version": "4.2.2",
+      "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
+      "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==",
+      "requires": {
+        "punycode": "^2.1.0"
+      }
+    },
+    "urix": {
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
+      "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
+    },
+    "use": {
+      "version": "3.1.1",
+      "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
+      "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
+    },
+    "util-deprecate": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
+    },
+    "utils-merge": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
+      "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
+    },
+    "validator": {
+      "version": "11.1.0",
+      "resolved": "https://registry.npmjs.org/validator/-/validator-11.1.0.tgz",
+      "integrity": "sha512-qiQ5ktdO7CD6C/5/mYV4jku/7qnqzjrxb3C/Q5wR3vGGinHTgJZN/TdFT3ZX4vXhX2R1PXx42fB1cn5W+uJ4lg=="
+    },
+    "vary": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+      "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
+    },
+    "which": {
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+      "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+      "requires": {
+        "isexe": "^2.0.0"
+      }
+    },
+    "which-module": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
+      "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
+    },
+    "wordwrap": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
+      "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus="
+    },
+    "wrap-ansi": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
+      "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
+      "requires": {
+        "string-width": "^1.0.1",
+        "strip-ansi": "^3.0.1"
+      },
+      "dependencies": {
+        "ansi-regex": {
+          "version": "2.1.1",
+          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+          "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
+        },
+        "is-fullwidth-code-point": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+          "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+          "requires": {
+            "number-is-nan": "^1.0.0"
+          }
+        },
+        "string-width": {
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+          "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+          "requires": {
+            "code-point-at": "^1.0.0",
+            "is-fullwidth-code-point": "^1.0.0",
+            "strip-ansi": "^3.0.0"
+          }
+        },
+        "strip-ansi": {
+          "version": "3.0.1",
+          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+          "requires": {
+            "ansi-regex": "^2.0.0"
+          }
+        }
+      }
+    },
+    "wrappy": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+      "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
+    },
+    "ws": {
+      "version": "6.2.1",
+      "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
+      "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
+      "requires": {
+        "async-limiter": "~1.0.0"
+      }
+    },
+    "y18n": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
+      "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w=="
+    },
+    "yargs": {
+      "version": "12.0.5",
+      "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
+      "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==",
+      "requires": {
+        "cliui": "^4.0.0",
+        "decamelize": "^1.2.0",
+        "find-up": "^3.0.0",
+        "get-caller-file": "^1.0.1",
+        "os-locale": "^3.0.0",
+        "require-directory": "^2.1.1",
+        "require-main-filename": "^1.0.1",
+        "set-blocking": "^2.0.0",
+        "string-width": "^2.0.0",
+        "which-module": "^2.0.0",
+        "y18n": "^3.2.1 || ^4.0.0",
+        "yargs-parser": "^11.1.1"
+      }
+    },
+    "yargs-parser": {
+      "version": "11.1.1",
+      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz",
+      "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==",
+      "requires": {
+        "camelcase": "^5.0.0",
+        "decamelize": "^1.2.0"
+      }
+    },
+    "z-schema": {
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/z-schema/-/z-schema-4.1.1.tgz",
+      "integrity": "sha512-0aKvR9FgrghUXXndYNDmAEazl8jykuHSkqkmPw2ZSuTWuLcEscn1zUTbR3LEfyxHl5EEHpqqOpF+Sd7wZvuDxw==",
+      "requires": {
+        "commander": "^2.7.1",
+        "core-js": "^3.2.1",
+        "lodash.get": "^4.4.2",
+        "lodash.isequal": "^4.5.0",
+        "validator": "^11.0.0"
+      }
+    }
+  }
+}
diff --git a/package.json b/package.json
index 318e48380534b84749de6b7c2a30f6d9b5df7dde..3e7731ec8050be2e212d8a700a348cf4ebbce234 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,14 @@
 {
   "name": "eclipse_api_documentation",
-  "version": "0.0.0",
-  "description": "api-blueprint based API documentation for eclipse_api_documentation",
-  "license": "MIT",
-  "author": {
-    "name": "Christopher Guindon"
+  "version": "1.0.0",
+  "dependencies": {
+    "swagger-repo": "^2.0.0-rc.15"
   },
-  "files": [
-    "dist/index.html"
-  ],
+  "private": true,
   "scripts": {
-    "grunt": "node_modules/.bin/grunt",
-    "postinstall": "find node_modules/ -name '*.info' -type f -delete"
-  },
-  "devDependencies": {
-    "grunt": "^1.0.2",
-    "grunt-aglio": "^0.4.1",
-    "grunt-contrib-connect": "^1.0.2",
-    "grunt-contrib-watch": "^1.0.0"
+    "start": "swagger-repo serve",
+    "build": "swagger-repo build -o web_deploy",
+    "test": "swagger-repo validate",
+    "gh-pages": "swagger-repo gh-pages"
   }
 }
diff --git a/spec/openapi.yaml b/spec/openapi.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ffa6a8ebd77c084a2a16c8e6521f42150fce6af1
--- /dev/null
+++ b/spec/openapi.yaml
@@ -0,0 +1,10828 @@
+openapi: 3.0.0
+info:
+  title: Eclipse RESTful API
+  description: "This describes the resources that make up the official Eclipse Foundation REST API.\n\nYou can contribute to this document via our [git repository](https://github.com/chrisguindon/api.eclipse.org-docs).\n\nIf you have any problems or requests please contact [Christopher Guindon](mailto:chris.guindon@eclipse-foundation.org).\n\n### Other related REST APIs\n\nAlthought they are not directly related to this API, the Eclipse forge proposes several other access points and APIs for specific tools and purposes. Please see the following resources for more details:\n\n+ [Eclipse Bugzilla](https://bugs.eclipse.org/bugs) **([Documentation](https://wiki.mozilla.org/Bugzilla:REST_API))**\n\n+ [Eclipse Gerrit](https://git.eclipse.org/r/) **([Documentation](https://gerrit-review.googlesource.com/Documentation/rest-api.html))**\n\n+ [Eclipse Jenkins](https://ci.eclipse.org/) **([Documentation](https://wiki.jenkins.io/display/JENKINS/Remote+access+API))**\n\n+ [Eclipse Marketplace](http://marketplace.eclipse.org/) **([Documentation](https://wiki.eclipse.org/Marketplace/REST))**\n\n+ [Eclipse Project Management Infrastructure (PMI)](https://wiki.eclipse.org/Project_Management_Infrastructure) **([Documentation](https://wiki.eclipse.org/Project_Management_Infrastructure#Web_APIs))**\n\n### Rate Limit\n\nThis API currently limits users to 1000 authenticated requests and 1000 anonymous requests an hour.\n\n### Pagination\n\nInformation about pagination is provided in the Link header of an API call. For example, let’s make \na curl request to the eclipse_profile API, to find out how many org_eclipse_oomph records exist for the user:\n\n```curl -I \"https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=1&pagesize=2\"```\n\nThe -I parameter indicates that we only care about the headers, not the content. \nIn examining the result, you’ll notice some information in the Link header that looks like this:\n\n```\n<https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=2&amp;pagesize=2>; rel=\"next\", <https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=27&amp;pagesize=2>; rel=\"last\", <https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=1&amp;pagesize=2>; rel=\"first\", <https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=1&amp;pagesize=2>; rel=\"self\"\n```\n\nLet’s break that down. rel=\"next\" says that the next page is page=2. This makes sense, since by default, \nall paginated queries start at page 1. rel=\"last\" provides some more information, stating that the last page of results is on page 27.\n\nKeep in mind that you should always rely on these link relations provided to you. Don’t try to guess or construct your own URL.\n\n### Caching\n\nMost responses return an ETag header. You can use the values of these headers to make subsequent \nrequests to those resources using the If-None-Match or if-Match header. For example, if the resource \nhas not changed on a GET, the server will return a 304 Not Modified.\n\nThe Etag for a blob resource is predictable. This is how we are currently generating them:\n\n```\nfunction _generate_etag($value, $application_token, $key) {\n  $string = $value . $application_token . $key;\n  return  hash('sha256', $string, FALSE);\n}\n```\n\n### Authentication\n\n*Eclipse Api RESTful API* uses OAuth2 Authorization for protected resources.\n\n### Error States\n\nThe common [HTTP Response Status Codes](https://github.com/for-GET/know-your-http-well/blob/master/status-codes.md) \nare used."
+  contact: {}
+  version: '1.0'
+servers:
+- url: https://api.eclipse.org
+  description: The production API server
+paths:
+  /account/profile:
+    get:
+      tags:
+      - User Profiles
+      summary: Current user
+      description: Retrieve profile information about current user.
+      operationId: CurrentUser
+      parameters: []
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/Currentuserresponse'
+                description: ''
+              example:
+              - uid: 9
+                name: cguindon
+                mail: chris.guindon@eclipse-foundation.org
+                eca:
+                  signed: true
+                is_committer: true
+                friends:
+                  friend_id: 6104
+                first_name: Christopher
+                last_name: Guindon
+                twitter_handle: chrisguindon
+                org: Eclipse Foundation
+                job_title: Lead Web Application Developper
+                website: http://www.chrisguindon.com/
+                country:
+                  code: CA
+                  name: Canada
+                bio: Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!
+                interests:
+                - Snowboarding
+                - webdev
+                - php
+                - javascript
+                - Drums
+      deprecated: false
+  /account/profile/{name}:
+    get:
+      tags:
+      - User Profiles
+      summary: Retrieve user
+      description: Retrieve profile information about a specified user.
+      operationId: RetrieveUser
+      parameters:
+      - name: name
+        in: path
+        description: A valid Eclipse username.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Retrieveuserresponse'
+              example:
+                uid: 9
+                name: cguindon
+                mail: chris.guindon@eclipse-foundation.org
+                eca:
+                  signed: true
+                is_committer: true
+                friends:
+                  friend_id: 6104
+                first_name: Christopher
+                last_name: Guindon
+                twitter_handle: chrisguindon
+                org: Eclipse Foundation
+                job_title: Lead Web Application Developper
+                website: http://www.chrisguindon.com/
+                country:
+                  code: CA
+                  name: Canada
+                bio: Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!
+                interests:
+                - Snowboarding
+                - webdev
+                - php
+                - javascript
+                - Drums
+      deprecated: false
+  /account/profile/:
+    get:
+      tags:
+      - User Profiles
+      summary: Search for a user
+      description: Search for a user by uid, name or mail. The uid will be used first, then the name and if no user was found, the server will try to load a user by mail.
+      operationId: SearchForAUser
+      parameters:
+      - name: uid
+        in: query
+        description: A valid User ID.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: name
+        in: query
+        description: A valid username.
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: mail
+        in: query
+        description: A valid encoded mail.
+        style: form
+        explode: true
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/Searchforauserresponse'
+                description: ''
+              example:
+              - uid: 9
+                name: cguindon
+                mail: chris.guindon@eclipse-foundation.org
+                eca:
+                  signed: true
+                is_committer: true
+                friends:
+                  friend_id: 6104
+                first_name: Christopher
+                last_name: Guindon
+                twitter_handle: chrisguindon
+                org: Eclipse Foundation
+                job_title: Lead Web Application Developper
+                website: http://www.chrisguindon.com/
+                country:
+                  code: CA
+                  name: Canada
+                bio: Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!
+                interests:
+                - Snowboarding
+                - webdev
+                - php
+                - javascript
+                - Drums
+      deprecated: false
+  /account/profile/{name}/forum:
+    get:
+      tags:
+      - User Profiles
+      summary: Forum posts
+      description: This method returns forum post associated with a user.
+      operationId: ForumPosts
+      parameters:
+      - name: name
+        in: path
+        description: A valid Eclipse username.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;pagesize=20>; rel="first", <https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;pagesize=20>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Forumpostsresponse'
+              example:
+                id: 125133
+                alias: Christopher Guindon
+                avatar_loc: 
+                email: chris.guindon@eclipse-foundation.org
+                posted_msg_count: 2
+                join_date: 1329944087
+                location: 
+                sig: 
+                last_visit: 1489180635
+                level_name: Junior Member
+                level_img: 
+                posts:
+                - msg_id: 1385038
+                  msg_thread_id: 781490
+                  msg_poster_id: 125133
+                  msg_reply_to: 0
+                  msg_post_stamp: 1401828571
+                  msg_update_stamp: 0
+                  msg_updated_by: 0
+                  msg_subject: sdfdsf
+                  thread_id: 781490
+                  thread_forum_id: 97
+                  thread_root_msg_id: 1385038
+                  thread_last_post_date: 1490969896
+                  thread_replies: 6
+                  thread_views: 8925
+                  thread_rating: 0
+                  thread_n_rating: 0
+                  thread_last_post_id: 1758673
+                  thread_orderexpiry: 0
+                  thread_thread_opt: 0
+                  thread_tdescr: ''
+                  forum_name: Test
+                  forum_cat_id: 3
+                  forum_description: Forum for testing messages. This is <b>UNRELATED to testing with Eclipse</b>.  Use the <a href='http://www.eclipse.org/forums/eclipse.tptp'>Test and Performance forum</a> for those discussions instead.
+                  forum_date_created: 1248707241
+                  forum_thread_count: 975
+                  forum_post_count: 1526
+                  forum_last_post_id: 1764500
+                  cat_name: General (non-technical)
+                  cat_description: ' - Click +/- to expand/collapse'
+                  read_last_view: 
+                  last_msg_poster_id: 216471
+                  last_msg_subject: 'Re: sdfdsf'
+                  last_msg_post_stamp: 1490969896
+                  last_msg_update_stamp: 0
+                  last_poster_email: m.amjadi@engineer.com
+                  last_poster_alias: Mohammad H. Amir Amjadi
+                  root_msg_poster_id: 125133
+                  root_msg_subject: sdfdsf
+                  root_msg_post_stamp: 1401828571
+                  root_msg_update_stamp: 0
+                  root_poster_email: chris.guindon@eclipse-foundation.org
+                  root_poster_alias: Christopher Guindon
+                  last_user_msg_poster_id: 125133
+                  last_user_msg_subject: sdfdsf
+                  last_user_msg_stamp: 1401828571
+                  msg4_update_stamp: 0
+                  msg_group_post_stamp: 1479327581
+      deprecated: false
+  /account/profile/{name}/projects:
+    get:
+      tags:
+      - User Profiles
+      summary: Project Relationship
+      description: This call returns a list of project affiliations for a particular user.
+      operationId: ProjectRelationship
+      parameters:
+      - name: name
+        in: path
+        description: A valid Eclipse username.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/ProjectRelationshipresponse'
+              example:
+                technology.cbi:
+                - ActiveDate: 2014-12-15
+                  InactiveDate: 
+                  EditBugs: 0
+                  ProjectName: Common Build Infrastructure
+                  url: https://projects.eclipse.org/projects/technology.cbi
+                  Relation:
+                    Relation: CM
+                    Description: Committer
+                    IsActive: 1
+                    Type:
+                      Type: PR
+                      Description: Person - Project
+                technology.usssdk:
+                - ActiveDate: 2016-09-21
+                  InactiveDate: 
+                  EditBugs: 0
+                  ProjectName: Eclipse USS SDK
+                  url: https://projects.eclipse.org/projects/technology.usssdk
+                  Relation:
+                    Relation: CM
+                    Description: Committer
+                    IsActive: 1
+                    Type:
+                      Type: PR
+                      Description: Person - Project
+                - ActiveDate: 2016-09-21
+                  InactiveDate: 
+                  EditBugs: 0
+                  ProjectName: Eclipse USS SDK
+                  url: https://projects.eclipse.org/projects/technology.usssdk
+                  Relation:
+                    Relation: PL
+                    Description: Project Lead
+                    IsActive: 1
+                    Type:
+                      Type: PR
+                      Description: Person - Project
+                foundation-internal:
+                - ActiveDate: 2012-12-21
+                  InactiveDate: 
+                  EditBugs: 0
+                  ProjectName: Internal Foundation Projects
+                  url: ''
+                  Relation:
+                    Relation: CM
+                    Description: Committer
+                    IsActive: 1
+                    Type:
+                      Type: PR
+                      Description: Person - Project
+      deprecated: false
+  /account/profile/{name}/gerrit:
+    get:
+      tags:
+      - User Profiles
+      summary: Gerrit review count
+      description: This method returns gerrit review count for a user.
+      operationId: GerritReviewCount
+      parameters:
+      - name: name
+        in: path
+        description: A valid Eclipse username.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Gerritreviewcountresponse'
+              example:
+                merged_changes_count: 671
+      deprecated: false
+  /account/profile/{name}/mailing-list:
+    get:
+      tags:
+      - User Profiles
+      summary: Mailing List Subscriptions
+      description: This method returns mailing list subscriptions for a user.
+      operationId: MailingListSubscriptions
+      parameters:
+      - name: name
+        in: path
+        description: A valid Eclipse username.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/MailingListSubscriptionsresponse'
+              example:
+                mailing_list_subscriptions:
+                - list_name: epp-dev
+                  list_description: Eclipse Packaging Project
+                - list_name: eclipse.org-webdev
+                  list_description: Eclipse.org Webdev notices and discussions
+      deprecated: false
+  /uss/blob:
+    get:
+      tags:
+      - Eclipse USS
+      summary: Fetch Blobs
+      description: Retrieve a list of all the blobs for a user. Requires the `uss_retrieve` scope.
+      operationId: FetchBlobs
+      parameters:
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: Accept
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      - name: User-Agent
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: USER_AGENT
+      - name: Content-Type
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="first", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/FetchBlobsresponse'
+                description: ''
+              example:
+              - application_token: MZ04RMOpksKN5GpxKXafq2MSjSP
+                etag: 9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb
+                changed: 1497030093
+                key: mpc_favorites
+                url: https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites
+        401:
+          description: ''
+      deprecated: false
+  /uss/blob/{application_token}/{blob_key}:
+    get:
+      tags:
+      - Eclipse USS
+      summary: Search Blobs
+      description: Search specific user blob object. Requires the `uss_retrieve` scope.
+      operationId: SearchBlobs
+      parameters:
+      - name: application_token
+        in: path
+        description: Unique identifer of the project, e.g., eclipse.org.oomph.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: blob_key
+        in: path
+        description: Unique identifier of the profile setting to save, e.g., install_xml.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: Accept
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      - name: User-Agent
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: USER_AGENT
+      - name: If-None-Match
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: 54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61
+      - name: Content-Type
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      - name: If-Modified-Since
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: Wed, 21 Oct 2015 07:28:00 GMT
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="first", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+            Etag:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: '"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/SearchBlobsresponse'
+              example:
+                application_token: MZ04RMOpksKN5GpxKXafq2MSjSP
+                etag: 9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb
+                changed: 1497030093
+                key: mpc_favorites
+                url: https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites
+                value: MzI3NDQwNQ==
+        401:
+          description: ''
+        304:
+          description: ''
+      deprecated: false
+    delete:
+      tags:
+      - Eclipse USS
+      summary: Delete Blobs
+      description: Delete a blob for a user. Requires the `uss_update` scope.
+      operationId: DeleteBlobs
+      parameters:
+      - name: application_token
+        in: path
+        description: Unique identifer of the project, e.g., eclipse.org.oomph.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: blob_key
+        in: path
+        description: Unique identifier of the profile setting to save, e.g., install_xml.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: Accept
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      - name: User-Agent
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: USER_AGENT
+      - name: If-None-Match
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: 54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61
+      - name: Content-Type
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      responses:
+        204:
+          description: ''
+          headers: {}
+        401:
+          description: ''
+      deprecated: false
+    put:
+      tags:
+      - Eclipse USS
+      summary: Update/Create Blobs
+      description: Delete a blob for a user. Requires the `uss_update` scope.
+      operationId: Update/createBlobs
+      parameters:
+      - name: application_token
+        in: path
+        description: Unique identifer of the project, e.g., eclipse.org.oomph.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: blob_key
+        in: path
+        description: Unique identifier of the profile setting to save, e.g., install_xml.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: Accept
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      - name: User-Agent
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: USER_AGENT
+      - name: If-Match
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: 54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61
+      - name: Content-Type
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+            Etag:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: '"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/UpdateCreateBlobsresponse'
+              example:
+                url: https://api.eclipse.org/api/blob/:namespace/:key
+        401:
+          description: ''
+        201:
+          description: ''
+      deprecated: false
+  /download/file/{file_id}:
+    get:
+      tags:
+      - Download
+      summary: Retrieve File
+      description: Fetch download file information.
+      operationId: RetrieveFile
+      parameters:
+      - name: file_id
+        in: path
+        description: The id of a download file.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RetrieveFileresponse'
+              example:
+                file_id: 213
+                file_name: /stats/releases/mars/org.eclipse.oomph.setup.sdk
+                download_count: 4499
+                size_disk_bytes: 0
+                timestamp_disk: 0
+                md5sum: nofile
+                sha1sum: nofile
+                sha512sum: nofile
+      deprecated: false
+  /download/release/{release_type}:
+    get:
+      tags:
+      - Download
+      summary: Release
+      description: Fetch download file information.
+      operationId: Release
+      parameters:
+      - name: release_type
+        in: path
+        description: Release type, e.g., eclipse_packages.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: release_name
+        in: query
+        description: The name of the release, e.g., oxygen.
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: release_version
+        in: query
+        description: The version of the release, e.g., sr1, 0, 1.
+        style: form
+        explode: true
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Releaseresponse'
+              example:
+                release_name: neon
+                release_version: r
+                packages:
+                  jee-package:
+                    name: Eclipse IDE for Java EE Developers
+                    package_bugzilla_id: jee-package
+                    download_count: 1231525
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.
+                    features:
+                    - org.eclipse.epp.package.jee.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.datatools.common.doc.user
+                    - org.eclipse.datatools.connectivity.doc.user
+                    - org.eclipse.datatools.connectivity.feature
+                    - org.eclipse.datatools.doc.user
+                    - org.eclipse.datatools.enablement.feature
+                    - org.eclipse.datatools.intro
+                    - org.eclipse.datatools.modelbase.feature
+                    - org.eclipse.datatools.sqldevtools.feature
+                    - org.eclipse.datatools.sqltools.doc.user
+                    - org.eclipse.egit
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.jdt
+                    - org.eclipse.jpt.common.eclipselink.feature
+                    - org.eclipse.jpt.common.feature
+                    - org.eclipse.jpt.dbws.eclipselink.feature
+                    - org.eclipse.jpt.jaxb.eclipselink.feature
+                    - org.eclipse.jpt.jaxb.feature
+                    - org.eclipse.jpt.jpa.eclipselink.feature
+                    - org.eclipse.jpt.jpa.feature
+                    - org.eclipse.jsf.feature
+                    - org.eclipse.jst.common.fproj.enablement.jdt
+                    - org.eclipse.jst.enterprise_ui.feature
+                    - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+                    - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+                    - org.eclipse.jst.server_adapters.ext.feature
+                    - org.eclipse.jst.server_adapters.feature
+                    - org.eclipse.jst.server_ui.feature
+                    - org.eclipse.jst.webpageeditor.feature
+                    - org.eclipse.jst.webpageeditor.feature
+                    - org.eclipse.jst.web_ui.feature
+                    - org.eclipse.jst.ws.axis2tools.feature
+                    - org.eclipse.jst.ws.axis2tools.feature
+                    - org.eclipse.jst.ws.cxf.feature
+                    - org.eclipse.jst.ws.jaxws.dom.feature
+                    - org.eclipse.jst.ws.jaxws.feature
+                    - org.eclipse.m2e.feature
+                    - org.eclipse.m2e.logback.feature
+                    - org.eclipse.m2e.wtp.feature
+                    - org.eclipse.m2e.wtp.jaxrs.feature
+                    - org.eclipse.m2e.wtp.jpa.feature
+                    - org.eclipse.m2e.wtp.jsf.feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.java_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.pde
+                    - org.eclipse.recommenders.mylyn.rcp.feature
+                    - org.eclipse.recommenders.rcp.feature
+                    - org.eclipse.cft.server.core.feature
+                    - org.eclipse.cft.server.ui.feature
+                    - org.eclipse.rse
+                    - org.eclipse.rse.useractions
+                    - org.eclipse.tm.terminal.feature
+                    - org.eclipse.wst.common.fproj
+                    - org.eclipse.wst.jsdt.feature
+                    - org.eclipse.wst.jsdt.chromium.debug.feature
+                    - org.eclipse.wst.server_adapters.feature
+                    - org.eclipse.wst.web_ui.feature
+                    - org.eclipse.wst.xml_ui.feature
+                    - org.eclipse.wst.xsl.feature
+                    files:
+                      linux:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 299 MB
+                          file_id: 1516862
+                          file_url: https://api.eclipse.org/download/file/1516862
+                          download_count: 112057
+                          checksum:
+                            md5: 5b034fe90970b4397aa41d819e8ffd4a
+                            sha1: 353178c8031c4f96ee8b872ba7765801a75ed6cc
+                            sha512: e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk.tar.gz
+                          size: 299 MB
+                          file_id: 1524320
+                          file_url: https://api.eclipse.org/download/file/1524320
+                          download_count: 14810
+                          checksum:
+                            md5: 526ddec029b7f036b3e99a61b460433d
+                            sha1: e8874627ef24180681e4f50023131858b2c2bf99
+                            sha512: 4449200d77a0ea25ead72f2e47e135f0a7c546d1c484ab2ed928dc09fe191d59820bf4924d151c9d08c8d704b4d3212c13e3e4c2275b7a56b5adc2cf7709ae66
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32-x86_64.zip
+                          size: 301 MB
+                          file_id: 1483618
+                          file_url: https://api.eclipse.org/download/file/1483618
+                          download_count: 789774
+                          checksum:
+                            md5: 1542baca4dce7808cc61a20e10211d17
+                            sha1: cd00f5d5d3aa8932c8988513632fb82cd3c7f4bb
+                            sha512: 5cc9b1f93825707fe39ee4ac0c7733bf5e8f32525bb58cf1f422e4f8bcb464ea2ecfec5a5c20f770c18e9a461413cb711dce7d4fcfe27d3a02689baf59688f3a
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32.zip
+                          size: 301 MB
+                          file_id: 1496662
+                          file_url: https://api.eclipse.org/download/file/1496662
+                          download_count: 236198
+                          checksum:
+                            md5: e448375731e107d50638f034d879f694
+                            sha1: 34d7ec1122ba1283592ec725ca42113c25acb396
+                            sha512: 7dc144ea3613e7fc42c74e6dddb682b6705088a5e54092baf888389bb71cc37a0ce4ce7b17ba45f3ce1d3c1c9fdb744e4a0e925167c12befd1f6c498620d94cc
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 299 MB
+                          file_id: 1510957
+                          file_url: https://api.eclipse.org/download/file/1510957
+                          download_count: 78686
+                          checksum:
+                            md5: 583d4b9e2030defbacee7cb8cd820b63
+                            sha1: 75899b2decba15fbbe7be44f5d474e9def477b6c
+                            sha512: d3b2ea5db93cdb3ca16cf6a674ed359ec7a3fc8953c721e3b19443ac0f0d3479bb1ee6f5783deecee8c3ff3c181cab451fe52155ef36c40935d78fc29bb97ca8
+                  java-package:
+                    name: Eclipse IDE for Java Developers
+                    package_bugzilla_id: java-package
+                    download_count: 560313
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration
+                    features:
+                    - org.eclipse.epp.package.java.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.buildship
+                    - org.eclipse.egit
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.jdt
+                    - org.eclipse.jgit
+                    - org.eclipse.m2e.feature
+                    - org.eclipse.m2e.logback.feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.git
+                    - org.eclipse.mylyn.hudson
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.java_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.recommenders.mylyn.rcp.feature
+                    - org.eclipse.recommenders.rcp.feature
+                    - org.eclipse.recommenders.snipmatch.rcp.feature
+                    - org.eclipse.wst.xml_ui.feature
+                    files:
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 160 MB
+                          file_id: 1524135
+                          file_url: https://api.eclipse.org/download/file/1524135
+                          download_count: 51597
+                          checksum:
+                            md5: 94a564abb4f0dc014e84043bd6fdf495
+                            sha1: 684297167ccc6435b6434ee8c24ef226b1e9991f
+                            sha512: be17f820859c73ec19b44bf83ddfeccd503e008df837005cbb80f16adf97d53aefbc1488dfe5c8fec796da0de11d70e647e735fb98ad29aecc2a8c44e6d66eb5
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32-x86_64.zip
+                          size: 161 MB
+                          file_id: 1483666
+                          file_url: https://api.eclipse.org/download/file/1483666
+                          download_count: 326737
+                          checksum:
+                            md5: 80cebd741b815ecffff6326c98cc2bbd
+                            sha1: 3330a534b40c28a189da328130a29561795250e0
+                            sha512: 57d979b19cc86fbf0f6bfa9464aa89413662b5bbe3c984492d78247ebf72048ec57946aada55bd5c7fa81746f202e600e8048ee81729936f101971941e97c10d
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32.zip
+                          size: 161 MB
+                          file_id: 1515686
+                          file_url: https://api.eclipse.org/download/file/1515686
+                          download_count: 135236
+                          checksum:
+                            md5: b21c5c168ec3d5a4b5ec7336625ba85b
+                            sha1: 78919c417386ce0a5df27eba542e07f62c2331ef
+                            sha512: 618ecc193b3fa7e2b5bb85fbc6a75142487e9cef63a0b2f7e7130f49babe1e793ace4fa6ee83848fc74fea7ed2faa094f81504c4a918184882200b1218006134
+                      linux:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk.tar.gz
+                          size: 160 MB
+                          file_id: 1524479
+                          file_url: https://api.eclipse.org/download/file/1524479
+                          download_count: 7396
+                          checksum:
+                            md5: 3b8f3098ec353962208a38af3cbb36c6
+                            sha1: 7e4caabffafa4e5379893846a636f46d691f03a8
+                            sha512: 57ffab533690bcbeabb40966ef7f05aab85868afc669c5a54631e8a3ec99e1f74bde19ab51f18d8d580a05fb3c80154f0b187595c91e0445219cece9c0346ceb
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 160 MB
+                          file_id: 1523565
+                          file_url: https://api.eclipse.org/download/file/1523565
+                          download_count: 39347
+                          checksum:
+                            md5: dc4cf41b6f48af4978885c66d9630d3d
+                            sha1: d7562af3c5a7377d05abae14e746b36b4896d39f
+                            sha512: 01bc46fcaf3187bc70bb0f26dcdae9fa2f633106785c1c8b41b2d3daf4330efbd0d6a00d5dbc2d6159a6faefb74c403d98794bdbf172cd6e73d6156f36f94641
+                  cpp-package:
+                    name: Eclipse IDE for C/C++ Developers
+                    package_bugzilla_id: cpp-package
+                    download_count: 197278
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      An IDE for C/C++ developers with Mylyn integration.
+                    features:
+                    - org.eclipse.epp.package.cpp.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.cdt
+                    - org.eclipse.cdt.autotools
+                    - org.eclipse.cdt.build.crossgcc
+                    - org.eclipse.cdt.debug.standalone
+                    - org.eclipse.cdt.debug.ui.memory
+                    - org.eclipse.cdt.launch.remote
+                    - org.eclipse.cdt.mylyn
+                    - org.eclipse.egit
+                    - org.eclipse.linuxtools.cdt.libhover.feature
+                    - org.eclipse.linuxtools.cdt.libhover.devhelp.feature
+                    - org.eclipse.linuxtools.changelog.c
+                    - org.eclipse.linuxtools.gcov
+                    - org.eclipse.linuxtools.gprof.feature
+                    - org.eclipse.linuxtools.rpm
+                    - org.eclipse.linuxtools.valgrind
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.team_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.rse
+                    - org.eclipse.tracecompass.gdbtrace
+                    - org.eclipse.tracecompass.lttng2.control
+                    - org.eclipse.tracecompass.lttng2.kernel
+                    - org.eclipse.tracecompass.lttng2.ust
+                    files:
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32-x86_64.zip
+                          size: 176 MB
+                          file_id: 1524207
+                          file_url: https://api.eclipse.org/download/file/1524207
+                          download_count: 85751
+                          checksum:
+                            md5: 7694342c71b025791b4ca69c2ce798a5
+                            sha1: 98152b923ce8c4f656a13f730747304b12d78fd5
+                            sha512: ba65f745b11a6e4a5c23eb1df32f0b14f853e572d3b39a7fcf3f4d07fea2e309694f9c62ae34a35bf61fc696ae47d3013b3731086341d84fddbe933812acefba
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32.zip
+                          size: 176 MB
+                          file_id: 1524293
+                          file_url: https://api.eclipse.org/download/file/1524293
+                          download_count: 33790
+                          checksum:
+                            md5: eb526e56ebf93df96f584a2184488eb1
+                            sha1: b69b8a2e8eed5ef982eb4c23653c78f671a6a949
+                            sha512: 4314ddc67d723a30380cfa36cf3496d28785485d103c5150b85d64eaa96ca0c20a7849668779b536d78f25b8a5e49744cac584a9a2ae364eb125735f40eb0c20
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 175 MB
+                          file_id: 1524150
+                          file_url: https://api.eclipse.org/download/file/1524150
+                          download_count: 14826
+                          checksum:
+                            md5: 7a0325aff425cb2625388e9f52ab9816
+                            sha1: 85fec7f0997b14030b7b4bff14dba2db29bfb24d
+                            sha512: 8d7516a9400a920b5acd574e947d9196c502dd0a88db6303158603ee81d0fe86ba850560ba98d83bdfba5dabd1820eb8ef410284ae2fe900bbe44959f08f2619
+                      linux:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz
+                          size: 182 MB
+                          file_id: 1524302
+                          file_url: https://api.eclipse.org/download/file/1524302
+                          download_count: 10826
+                          checksum:
+                            md5: 76ba76b9ee4f8d7a594125ced87bee88
+                            sha1: c3473d0c02712ed559606f65e2e54c51bc2c8c1b
+                            sha512: 0ed94a7a2bccc530f32c491b7282f261cbb1e431b7369c9a8e976248f71cbd11339598b6cf3c8a047f17d1b11ee94a28cf2e1a51e354562926b4d3f0ee08b24e
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 182 MB
+                          file_id: 1523714
+                          file_url: https://api.eclipse.org/download/file/1523714
+                          download_count: 52085
+                          checksum:
+                            md5: e9ee3b49afa8a9b7a46d744e87290301
+                            sha1: 6d708f40feb9c41b15529c6cb8f527deee9ac04a
+                            sha512: d4da1d315e37fe7e418304bc48eda84ebd62ac0ac2385211fbc1dff1a14f4928d0b4914a55958df2f07d4567de8dcc486a4afd41f180cb2fdd91801e362258f8
+                  android-package:
+                    name: Eclipse for Android Developers
+                    package_bugzilla_id: android-package
+                    download_count: 119802
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonr
+                    incubating: true
+                    class: ''
+                    body: >
+                      An IDE for developers creating Android applications.
+                    features:
+                    - org.eclipse.epp.package.android.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.andmore.android.basic.feature
+                    - org.eclipse.andmore.gldebugger.feature
+                    - org.eclipse.andmore.hierarchyviewer.feature
+                    - org.eclipse.andmore.ndk.feature
+                    - org.eclipse.andmore.traceview.feature
+                    - org.eclipse.buildship
+                    - org.eclipse.egit
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.jdt
+                    - org.eclipse.m2e.feature
+                    - org.eclipse.m2e.logback.feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.git
+                    - org.eclipse.mylyn.hudson
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.java_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.recommenders.mylyn.rcp.feature
+                    - org.eclipse.recommenders.rcp.feature
+                    - org.eclipse.recommenders.snipmatch.rcp.feature
+                    - org.eclipse.wst.xml_ui.feature
+                    files:
+                      linux:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk-x86_64.tar.gz
+                          size: 243 MB
+                          file_id: 1524233
+                          file_url: https://api.eclipse.org/download/file/1524233
+                          download_count: 6817
+                          checksum:
+                            md5: 6dae90fdcc0cc3a49a8cfe5c4ee68c43
+                            sha1: 86f6fe742cbcf5471247c819d59bf658ebaa49b9
+                            sha512: 798e7e80bb6c347a978c275503d249191251ee8014830ab3d571ff656b5f3ac5dadf57f4e79fc7e7916bc9e0d6feccd8dfbadb76bd6a8766b5a41ddf14d1ed4d
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk.tar.gz
+                          size: 243 MB
+                          file_id: 1525322
+                          file_url: https://api.eclipse.org/download/file/1525322
+                          download_count: 1828
+                          checksum:
+                            md5: 9300cf4af38e7515bd8cd1572a62ae73
+                            sha1: 09a2eb7247c6ffe9d5990b825ed5615af7d07a29
+                            sha512: 293d2d765179176075692596b44a9baab8e1984d066a2bf1d029431a7a8a078485ff52f158d5458783ac5643714c7f5d17636fd36e1b2571c7c1f0bed9d4f026
+                      windows:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32.zip
+                          size: 245 MB
+                          file_id: 1524356
+                          file_url: https://api.eclipse.org/download/file/1524356
+                          download_count: 26896
+                          checksum:
+                            md5: d323f0ac85cb0526e835bcc23ae6f28b
+                            sha1: 76a8161ee434c72c8f0d90609c240dc263802f91
+                            sha512: 7e6054c5af55e0338d5dd0d07fbafd72ca69b3af125a8646c3e24112e0ea906efa43338b28bbab2f59ecb73a5afad4590d91c521b1d6959677a3bd9c60e1b595
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32-x86_64.zip
+                          size: 245 MB
+                          file_id: 1524306
+                          file_url: https://api.eclipse.org/download/file/1524306
+                          download_count: 76619
+                          checksum:
+                            md5: 6a9d56b94d26429370e9b4134d7645d2
+                            sha1: 2ec2e2a032ef4771ff8c04764b38c59c8d28d100
+                            sha512: 1da1fd3a779b91010cb2e29ed6632cae9f87bd8c3df62af3d633f6d42cfcdf37b4031b9fa5b6118d4f7c5398907fe4cbe31c016915a78917c50d8407a4f6a6ee
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-macosx-cocoa-x86_64.tar.gz
+                          size: 244 MB
+                          file_id: 1524250
+                          file_url: https://api.eclipse.org/download/file/1524250
+                          download_count: 7642
+                          checksum:
+                            md5: 907423883e2bf2a0533f1d9d218cc774
+                            sha1: 4906c6101479678c279acde63ba15f9da103280e
+                            sha512: 93a85ed681d6f11d7c3b9a8942be39e3a92fc5d472a7ef4b50e40bc4ca311b2cc39f4b36cb4a42af8974334d62ad24081afd96c22ef8596473b3c72ac383dd9b
+                  php-package:
+                    name: Eclipse for PHP Developers
+                    package_bugzilla_id: php-package
+                    download_count: 108187
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-php-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+                    features:
+                    - org.eclipse.epp.package.php.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.egit
+                    - org.eclipse.egit.gitflow.feature
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.github.feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.php.mylyn
+                    - org.eclipse.php.importer
+                    - org.eclipse.php
+                    - org.eclipse.wst.jsdt.feature
+                    - org.eclipse.wst.xml_ui.feature
+                    files:
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 160 MB
+                          file_id: 1524494
+                          file_url: https://api.eclipse.org/download/file/1524494
+                          download_count: 8517
+                          checksum:
+                            md5: 19b5f43d0b896dd294262962718baca1
+                            sha1: 2ffa637414c33a40ec011fb43ef190875c8b8b27
+                            sha512: 82e4a16c74916b93c5d4994c8202d393fbafc23391eafc89bc9f0e46ff82b30a9670c819f509e6cecb06376263ca9febcedcdc0abd7cf228642890f856aec701
+                      linux:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 160 MB
+                          file_id: 1524255
+                          file_url: https://api.eclipse.org/download/file/1524255
+                          download_count: 14220
+                          checksum:
+                            md5: 02d4b3ac00cd7b37db0fbed490a02709
+                            sha1: 136d8a3d94b55a8424214630a0700162d977fb72
+                            sha512: 728eed94ac9324bb10e3ed56998628edf6b1d618bd82030351e2ad261f535810aab3920ec9b7522cd656c0ecf6b3b9354aefcbd42adaadddde5f86e2e942cc92
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk.tar.gz
+                          size: 160 MB
+                          file_id: 1525126
+                          file_url: https://api.eclipse.org/download/file/1525126
+                          download_count: 2470
+                          checksum:
+                            md5: 6718005f1a87d12e452ef2b5d0e143dd
+                            sha1: 98ceec59073c1a914cf3dcbe5ff9642dc87bea89
+                            sha512: 4fe370bacb80c1b9a9e5296d3985451ed491a2cafb19563af60c2df116a6a2ca95de9abc39a5689889ca4827440d55baaca559ce4fd0474719d2258a926b9df2
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32-x86_64.zip
+                          size: 161 MB
+                          file_id: 1524166
+                          file_url: https://api.eclipse.org/download/file/1524166
+                          download_count: 65535
+                          checksum:
+                            md5: 1b35504359e60a10c2f6cff86f27c582
+                            sha1: e512ee9542949c10af31958c34c13889ac81f69c
+                            sha512: 46c2077a45896cd3c85fec7ccb964835bd8ceec181daacfe205e86a999546c52e5ab91df71faa6fe31c1642f6df493bcf4fc62438c45167204a20cacb88fac3d
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32.zip
+                          size: 161 MB
+                          file_id: 1524383
+                          file_url: https://api.eclipse.org/download/file/1524383
+                          download_count: 17445
+                          checksum:
+                            md5: f87370d525d75fddea404ca23e534654
+                            sha1: 82e1a85d1b05de7ffbfa836fd957c9a3a50ccb1a
+                            sha512: 0970d5b966168ab05ecdfc21282d3024015c838f6afb66d9d177b0e80f735c7d39f5c18d3ed1197799997f47d5312344dce82452728f58a49f91d15c4ec819e6
+                  reporting-package:
+                    name: Eclipse IDE for Java and Report Developers
+                    package_bugzilla_id: reporting-package
+                    download_count: 75827
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-report-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      Java EE tools and BIRT reporting tool for Java developers to create Java EE and Web applications that also have reporting needs.
+                    features:
+                    - org.eclipse.epp.package.reporting.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.birt.chart.cshelp
+                    - org.eclipse.birt.cshelp
+                    - org.eclipse.birt.doc
+                    - org.eclipse.birt.example
+                    - org.eclipse.birt
+                    - org.eclipse.datatools.common.doc.user
+                    - org.eclipse.datatools.connectivity.doc.user
+                    - org.eclipse.datatools.connectivity.feature
+                    - org.eclipse.datatools.doc.user
+                    - org.eclipse.datatools.enablement.feature
+                    - org.eclipse.datatools.intro
+                    - org.eclipse.datatools.modelbase.feature
+                    - org.eclipse.datatools.sqldevtools.feature
+                    - org.eclipse.datatools.sqltools.doc.user
+                    - org.eclipse.jdt
+                    - org.eclipse.jpt.common.eclipselink.feature
+                    - org.eclipse.jpt.common.feature
+                    - org.eclipse.jpt.dbws.eclipselink.feature
+                    - org.eclipse.jpt.jaxb.eclipselink.feature
+                    - org.eclipse.jpt.jaxb.feature
+                    - org.eclipse.jpt.jpa.eclipselink.feature
+                    - org.eclipse.jpt.jpa.feature
+                    - org.eclipse.jsf.feature
+                    - org.eclipse.jst.common.fproj.enablement.jdt
+                    - org.eclipse.jst.enterprise_ui.feature
+                    - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+                    - org.eclipse.jst.server_adapters.ext.feature
+                    - org.eclipse.jst.server_adapters.feature
+                    - org.eclipse.jst.server_ui.feature
+                    - org.eclipse.jst.webpageeditor.feature
+                    - org.eclipse.jst.web_ui.feature
+                    - org.eclipse.jst.ws.axis2tools.feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.java_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.rse
+                    - org.eclipse.rse.useractions
+                    - org.eclipse.tm.terminal.feature
+                    - org.eclipse.wst.common.fproj
+                    - org.eclipse.wst.jsdt.feature
+                    - org.eclipse.wst.server_adapters.feature
+                    - org.eclipse.wst.web_ui.feature
+                    - org.eclipse.wst.xml_ui.feature
+                    - org.eclipse.wst.xsl.feature
+                    files:
+                      linux:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk.tar.gz
+                          size: 309 MB
+                          file_id: 1525452
+                          file_url: https://api.eclipse.org/download/file/1525452
+                          download_count: 665
+                          checksum:
+                            md5: eece49f787953545683d26579d547368
+                            sha1: 97e2ffad55df94180aa8423d760aba561debdadc
+                            sha512: a1fef86ce393035b4548d21a22f0ee09258159d337de88e5a7563c3c7f9aac11094765083b7ab6b1c6de5e486804c9bea57dcebb72d352ea71f8d7b6f6799c62
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 310 MB
+                          file_id: 1524284
+                          file_url: https://api.eclipse.org/download/file/1524284
+                          download_count: 5099
+                          checksum:
+                            md5: aa50a2d7867830355c8f398767636cc4
+                            sha1: 31474634d56d8af3544220a6ee78d0f8fca4ba31
+                            sha512: a776c0f6e6b6b1d2a8793274a060dfe32344ee32efbee0e09eaac0c34926f3e88d60067501f73b969d2ea25af0c006861e7281d8b6cece35d15e6697dce8d1f0
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32-x86_64.zip
+                          size: 311 MB
+                          file_id: 1524402
+                          file_url: https://api.eclipse.org/download/file/1524402
+                          download_count: 55294
+                          checksum:
+                            md5: 66c5023b052ca0f5722ac2d974632661
+                            sha1: 318670bd82838529ad0e32d39da6feb3c594e72c
+                            sha512: e14b6ffc27f9c40e0f7651bcb4b13260a8ba257c541362ea2ca464d01a708b52f8a1623ac3b3e630234063a72b7da32cba0ff910e432dd6995095ee4dd77332c
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32.zip
+                          size: 311 MB
+                          file_id: 1525333
+                          file_url: https://api.eclipse.org/download/file/1525333
+                          download_count: 9087
+                          checksum:
+                            md5: ee6d9a1403b91c74bc3c8d3449f8c4df
+                            sha1: 62e444d033911234748f87a7273d94e2060efc8e
+                            sha512: dee1c5f5c0319925e6298d731370ee283cb26005e0cf7b6a267861b5fcefe8952a0679344aee0492b4b0881ba36a7259cd4a6646c1f324caa0e3855c3e385290
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 310 MB
+                          file_id: 1527808
+                          file_url: https://api.eclipse.org/download/file/1527808
+                          download_count: 5682
+                          checksum:
+                            md5: a5ca997cca7e3d77c66b869ba2fbc105
+                            sha1: b4b730366731413ec6906d0181bed47fc9397001
+                            sha512: 46cc676a634f7f8ae0004b9b7c5678a5a60e553612044c250b2d02ff4e70cd77fd03215f2e8309c59b858e13934f8c533c45b5200088f6a5a13e6537e98e7166
+                  committers-package:
+                    name: Eclipse IDE for Eclipse Committers
+                    package_bugzilla_id: committers-package
+                    download_count: 41746
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.
+
+                      Click here to file a bug against Eclipse Platform.
+
+                      Click here to file a bug against Eclipse Git team provider.
+                    features:
+                    - org.eclipse.epp.package.committers.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.buildship
+                    - org.eclipse.cvs
+                    - org.eclipse.cvs.source
+                    - org.eclipse.e4.core.tools.feature
+                    - org.eclipse.egit
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.equinox.p2.user.ui
+                    - org.eclipse.help
+                    - org.eclipse.jdt
+                    - org.eclipse.jdt.source
+                    - org.eclipse.jgit
+                    - org.eclipse.jgit.http.apache
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.builds
+                    - org.eclipse.mylyn.commons
+                    - org.eclipse.mylyn.commons.identity
+                    - org.eclipse.mylyn.commons.notifications
+                    - org.eclipse.mylyn.commons.repositories
+                    - org.eclipse.mylyn.commons.repositories.http
+                    - org.eclipse.mylyn.discovery
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.gerrit.dashboard.feature
+                    - org.eclipse.mylyn.gerrit.feature
+                    - org.eclipse.mylyn.git
+                    - org.eclipse.mylyn.hudson
+                    - org.eclipse.mylyn.monitor
+                    - org.eclipse.mylyn.reviews.feature
+                    - org.eclipse.mylyn.team_feature
+                    - org.eclipse.mylyn.versions
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.pde
+                    - org.eclipse.pde.source
+                    - org.eclipse.platform.source
+                    - org.eclipse.rcp.source
+                    - org.eclipse.recommenders.news.rcp.feature
+                    - org.eclipse.recommenders.mylyn.rcp.feature
+                    - org.eclipse.recommenders.rcp.feature
+                    - org.eclipse.recommenders.snipmatch.rcp.feature
+                    files:
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 250 MB
+                          file_id: 1524211
+                          file_url: https://api.eclipse.org/download/file/1524211
+                          download_count: 4719
+                          checksum:
+                            md5: 52be998fd3682b56b439bf03f338dd0d
+                            sha1: 9c4b9058c3a3f6199ae373e1c45175f0115ebaec
+                            sha512: c168593cfeebdbf14797505d1e47ec7eebd72b7f979e5da78a6596ad2c3faae637fb725d8b05884f16be0f23bc4fb4155e403ea48acc4ccf22357c6bf6c4017e
+                      linux:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk.tar.gz
+                          size: 250 MB
+                          file_id: 1525686
+                          file_url: https://api.eclipse.org/download/file/1525686
+                          download_count: 605
+                          checksum:
+                            md5: f8fc14ed285d075af0300f320918344e
+                            sha1: fd10990f81ae46d55387c56c528bbb22ca0e1367
+                            sha512: dc5ee097c7cdc354276606745b7e61f3aefaf30f5d3d729b6676033634a0d2afddd3bebba3381741f2137351b13e1093ecbf840bb2a02baf4836e1ee71239a15
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 250 MB
+                          file_id: 1524425
+                          file_url: https://api.eclipse.org/download/file/1524425
+                          download_count: 2225
+                          checksum:
+                            md5: 144db1455448d2977d4695ffbc0f63b6
+                            sha1: 75a1cb2257f7955001af207ebe7bdc3640c14c62
+                            sha512: ce4ca5ac5bbb251f3b8878a73fe313d3a716933e1b625c20fafc3db8c40859d1dc842d2b841fe471400e9254f3ed86f6590b1b0b8b2081e7c6e01351b78625a8
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32-x86_64.zip
+                          size: 252 MB
+                          file_id: 1483658
+                          file_url: https://api.eclipse.org/download/file/1483658
+                          download_count: 22153
+                          checksum:
+                            md5: c7f18c844094ee7cec10e1ab13ecccdc
+                            sha1: 0708487ba047fcaa79928fe5f3ade8b74902d866
+                            sha512: c5e86f03e9f0497003ede16edc21721f8de9bd297bd3ec6ac8537a8f7415458bfd09fcf2175350b2797b9f84f6b9efcffbe94e999158d5f817261dfa4b383d00
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32.zip
+                          size: 251 MB
+                          file_id: 1524283
+                          file_url: https://api.eclipse.org/download/file/1524283
+                          download_count: 12044
+                          checksum:
+                            md5: 7f1a766177266b8d7427d9f2923fc992
+                            sha1: 5a251350ffc8af51e77bd86472ae7a3c771b6b77
+                            sha512: 69e99995c75ce9f5038fd6ab562e0b49628c058da7484cce9693ff0692a6d39676d40461de9540426d28e574a144704195d4e1923932501ee7e4b722fda6ccac
+                  javascript-package:
+                    name: Eclipse IDE for JavaScript and Web Developers
+                    package_bugzilla_id: javascript-package
+                    download_count: 33070
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      The essential tools for any JavaScript developer, including JavaScript language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+                    features:
+                    - org.eclipse.epp.package.javascript.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.egit
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.egit.gitflow.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.equinox.p2.user.ui
+                    - org.eclipse.help
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.mylyn.github.feature
+                    - org.eclipse.wst.web_ui.feature
+                    - org.eclipse.wst.xml_ui.feature
+                    - org.eclipse.wst.json_ui.feature
+                    - org.eclipse.wst.jsdt.feature
+                    - org.eclipse.wst.jsdt.chromium.debug.feature
+                    - org.eclipse.wst.server_ui.feature
+                    - org.eclipse.wst.server_adapters.feature
+                    - org.eclipse.thym.feature
+                    - org.eclipse.tm.terminal.feature
+                    - org.eclipse.rse
+                    files:
+                      linux:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 152 MB
+                          file_id: 1524430
+                          file_url: https://api.eclipse.org/download/file/1524430
+                          download_count: 3973
+                          checksum:
+                            md5: 4afd4f0ecc5c783fdb9e8ba7aab85c48
+                            sha1: e001f590f479307bd0d8f2f561e17d8ba6af5dd7
+                            sha512: 6cbddad97bb484f2af3559ee58bbb7c88f5c570697054ad0eb9b37dbf3e43fc1f879565e6c151c5b8c0ec5eac2fbb9e5fda49a56d8b47e0333295ec568fdccfa
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk.tar.gz
+                          size: 152 MB
+                          file_id: 1526084
+                          file_url: https://api.eclipse.org/download/file/1526084
+                          download_count: 623
+                          checksum:
+                            md5: 6318c5c7cec4b5dbd48f145b316f63b3
+                            sha1: a967a1e9677110c2bcecce456fa7314babd51f2a
+                            sha512: c30cdb5a710f7148c0fccea1dcfc2ae0e1292601542af497ac73cdd8b88ed95fd562b6c6f6d37322458efb30886e71b3c036b0d9e4ad26ecb2227d3199a749d5
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 152 MB
+                          file_id: 1524444
+                          file_url: https://api.eclipse.org/download/file/1524444
+                          download_count: 2858
+                          checksum:
+                            md5: 7c3b8ea6d0e31d1f93d51bc8f02f80e6
+                            sha1: bdc5ffff2f9822a7a86271c994cb96ef0f1e881d
+                            sha512: ae7f0980d23a9f80eb47dff60537a7966c04806bab79afaedd1278e63fe6c3842feb926650e8b4b164105b40d5ea800309b0bad4b4c221889f6b710bfecfc1e8
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32-x86_64.zip
+                          size: 153 MB
+                          file_id: 1524168
+                          file_url: https://api.eclipse.org/download/file/1524168
+                          download_count: 19869
+                          checksum:
+                            md5: 654618033d609f35afa68082c72c760a
+                            sha1: 00cee84b68a10257ebecfaba7f0d2182af6b8b80
+                            sha512: 668d89134ae0aeaca95d36fc79667084036d78e4bb9066d0b3b037d800e23d47365a1cce7b0e7dda26876ba1d3c78be25fb5f274f406d4db8bd01536c6802194
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32.zip
+                          size: 153 MB
+                          file_id: 1524273
+                          file_url: https://api.eclipse.org/download/file/1524273
+                          download_count: 5747
+                          checksum:
+                            md5: a73a626ca59bcb62fc4faac061ae1601
+                            sha1: 2281f03db190f738593f584a88a22d713317742c
+                            sha512: d74796ff7cfdfa0902030afabb69e305d31ec0a862c31eac74d835a4101cbb3955cff27c6614990a8dcab24f2aa9f1a3b0fae1632e33e3b299df9c8c407685e7
+                  dsl-package:
+                    name: Eclipse IDE for Java and DSL Developers
+                    package_bugzilla_id: dsl-package
+                    download_count: 13360
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-dsl-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      The essential tools for Java and DSL developers, including a Java &amp; Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.
+                    features:
+                    - org.eclipse.epp.package.dsl.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.emf.ecore.xcore.sdk
+                    - org.eclipse.emf.mwe2.language.sdk
+                    - org.eclipse.emf.sdk
+                    - org.eclipse.xtext.sdk
+                    files:
+                      linux:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk.tar.gz
+                          size: 307 MB
+                          file_id: 1528603
+                          file_url: https://api.eclipse.org/download/file/1528603
+                          download_count: 293
+                          checksum:
+                            md5: 97489bf2ca0016b712a990bb5df6aa04
+                            sha1: 5a47d0d895f724c94ab71090600d598c944bd555
+                            sha512: bdfc97fa67d9a6660e249706f881df7005c8e76437a06f020bfda30f02ea3afb95799d054af27864985aaff33c6d91584bca0b22c01604a32dd328e3644fb449
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 307 MB
+                          file_id: 1524421
+                          file_url: https://api.eclipse.org/download/file/1524421
+                          download_count: 861
+                          checksum:
+                            md5: 87d481557c8fc460510f08950a93780c
+                            sha1: e32d39281766edfcc68dfca963345b220a9bfa0c
+                            sha512: 26d38648495133bad5658888c792ac175219f32a3a84e69674d755d9a11fba8eb0a6711e9a017c69c10649c06c1bf5bf858bc7dc8f1d7bc49f816a7e964ba3bf
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32-x86_64.zip
+                          size: 309 MB
+                          file_id: 1524312
+                          file_url: https://api.eclipse.org/download/file/1524312
+                          download_count: 7094
+                          checksum:
+                            md5: 9851fa5fb1ed4f83d68f788a3cff467a
+                            sha1: 7b63a368a118b7a108df419f919bf2d16c197737
+                            sha512: 6f379f1fa7ae0b00fc93aa1c6f9a25bcf6a1885cb0f140dd7b32b3bfba1874b9bd7ca79f4f1a8ded6fde59e85528eec66e849ef6ab0565a0e39e6412de420ff9
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32.zip
+                          size: 309 MB
+                          file_id: 1524107
+                          file_url: https://api.eclipse.org/download/file/1524107
+                          download_count: 4050
+                          checksum:
+                            md5: fd460f06359bd00337f5e6b1dfb1d7c5
+                            sha1: 91f520d56b4246cc9bb4c2bb1a271ef976a1e641
+                            sha512: d661c3eecf26e2c128da4e8ed35859368a20a1adc2b39192c7fa5746773e29e58ecb7f70637a13812f6475d4dcf88c5e67032248645e437e12627996107d5969
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 307 MB
+                          file_id: 1524541
+                          file_url: https://api.eclipse.org/download/file/1524541
+                          download_count: 1062
+                          checksum:
+                            md5: d355b631a7d23b97024d622654aa2576
+                            sha1: 2186f313c4009ced315c2e32e5631d6e80c4562d
+                            sha512: 6a489dac8783304656121b6a3dbb2c23121a7d402d40dd2b61880a307fdc99fa31300e2da391eb3e8fd28e28c5944711d49e69c1dcf89ba2c6808fc60bd1f9b7
+                  rcp-package:
+                    name: Eclipse for RCP and RAP Developers
+                    package_bugzilla_id: rcp-package
+                    download_count: 10905
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.
+                    features:
+                    - org.eclipse.epp.package.rcp.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.jdt
+                    - org.eclipse.pde
+                    - org.eclipse.platform.source
+                    - org.eclipse.rcp.source
+                    - org.eclipse.buildship
+                    - org.eclipse.e4.core.tools.feature
+                    - org.eclipse.egit
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.m2e.feature
+                    - org.eclipse.m2e.logback.feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn.gerrit.feature
+                    - org.eclipse.mylyn.git
+                    - org.eclipse.mylyn.hudson
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.java_feature
+                    - org.eclipse.mylyn.pde_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.rap.tools.feature
+                    - org.eclipse.recommenders.mylyn.rcp.feature
+                    - org.eclipse.recommenders.rcp.feature
+                    - org.eclipse.recommenders.snipmatch.rcp.feature
+                    - org.eclipse.swtbot.eclipse.g.ef
+                    - org.eclipse.swtbot.eclipse
+                    - org.eclipse.swtbot.ide
+                    - org.eclipse.wst.xml_ui.feature
+                    files:
+                      windows:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32.zip
+                          size: 253 MB
+                          file_id: 1523705
+                          file_url: https://api.eclipse.org/download/file/1523705
+                          download_count: 2120
+                          checksum:
+                            md5: 978b29e839a523eca88945bfc61f897c
+                            sha1: 26adc14d7d4bfca9748b23766f94c67347153a12
+                            sha512: a9ca07e4b77a90da45acd1653af36cec71a2c204c75beacc4aabf1a59f2b3a7addbe9b0c2983c5fb86ff2789842929169d9e0b4ef83ed56d9eb18bd4feb8e576
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32-x86_64.zip
+                          size: 253 MB
+                          file_id: 1519683
+                          file_url: https://api.eclipse.org/download/file/1519683
+                          download_count: 6011
+                          checksum:
+                            md5: 86794395a9ac3b3a83f6b6a2c732f160
+                            sha1: bc5428102a9b320b1c7e677ff40495895fbf8123
+                            sha512: 01f39831d674d4aecc95bd1337e9c5df23af81dfd6d5e2ba1fb092d3713a7412a158c6cb1b84c1473987d75dca8e4c555843657a86b829842631f460e3c2810c
+                      linux:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk.tar.gz
+                          size: 252 MB
+                          file_id: 1523571
+                          file_url: https://api.eclipse.org/download/file/1523571
+                          download_count: 267
+                          checksum:
+                            md5: e1ee3ff6db3dc23393ab4a9aeaf7203c
+                            sha1: fb4e2722d7a9d7c1eeaa7cab05ad8831cfe99b92
+                            sha512: f40183f9d038c89f9e825afb1080d7d7aa4f24c06a16d48904f4367bc3c39b204e886ae87a23af6afe4b60dfe17ce1be7ee91a156b28a82bd5c8bd5189e9e0e7
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 252 MB
+                          file_id: 1524363
+                          file_url: https://api.eclipse.org/download/file/1524363
+                          download_count: 1599
+                          checksum:
+                            md5: d71a7f69610cd72255f92c7c1b470d5f
+                            sha1: 16513e7e93b88d3342000853886e0aca8ecd2480
+                            sha512: 4c3719abf3fca7c9d247b1fe0ad601ceedf4d23e16d824a6720ec82567096393277694216e3bfeaa0263add1e1540b978b988c79564851b88594e7ec9b30b2fc
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 252 MB
+                          file_id: 1519969
+                          file_url: https://api.eclipse.org/download/file/1519969
+                          download_count: 908
+                          checksum:
+                            md5: 27c3a4310762f0c45c1977be52bc1f53
+                            sha1: 66d8264700222cd986baa178e5e80da170f39667
+                            sha512: 1b7b079c8303824aff3c70aba31af89707275a7214ed865157b665339f87fc89007488513e8600e41964144c4093088c9f29cabae010dba10a97ee4dd4bf2934
+                  modeling-package:
+                    name: Eclipse Modeling Tools
+                    package_bugzilla_id: modeling-package
+                    download_count: 9634
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      The Modeling package provides tools and runtimes for building model-based applications.
+                              You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications.
+                              In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.
+                    features:
+                    - org.eclipse.epp.package.modeling.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.amalgam.discovery
+                    - org.eclipse.e4.core.tools.feature
+                    - org.eclipse.egit
+                    - org.eclipse.emf.cdo.epp
+                    - org.eclipse.emf.compare.ide.ui.source
+                    - org.eclipse.emf.compare.source
+                    - org.eclipse.emf.compare.diagram.sirius.source
+                    - org.eclipse.emf.compare.egit
+                    - org.eclipse.emf.ecoretools.explorer.contextual
+                    - org.eclipse.emf.ecoretools.design
+                    - org.eclipse.emf.ecp.sdk.feature
+                    - org.eclipse.emf.parsley.sdk
+                    - org.eclipse.emf.parsley.sdk.source
+                    - org.eclipse.emf.emfstore.sdk.feature
+                    - org.eclipse.emf.query.sdk
+                    - org.eclipse.emf.sdk
+                    - org.eclipse.emf.transaction.sdk
+                    - org.eclipse.emf.validation.sdk
+                    - org.eclipse.g.ef.sdk
+                    - org.eclipse.g.mf.runtime.sdk
+                    - org.eclipse.jdt
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.java_feature
+                    - org.eclipse.mylyn.pde_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.ocl.all.sdk
+                    - org.eclipse.pde
+                    - org.eclipse.sdk
+                    - org.eclipse.uml2.sdk
+                    - org.eclipse.xsd.sdk
+                    files:
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 388 MB
+                          file_id: 1524553
+                          file_url: https://api.eclipse.org/download/file/1524553
+                          download_count: 899
+                          checksum:
+                            md5: 4b3b8ba5ad522b9e8dcad4b9cf69949f
+                            sha1: 33e13262fbe4552d2027115ed0e5a4d4c46819e2
+                            sha512: 10e5acd6b3a297ba84a801cfc05c9cd115954c3415370bf6079a793ced2768a941d01d7c99f89a834e45067c57e954a1d2b1b039a8cdece1fe4392de48c65e99
+                      linux:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 387 MB
+                          file_id: 1524217
+                          file_url: https://api.eclipse.org/download/file/1524217
+                          download_count: 1403
+                          checksum:
+                            md5: e4826f1f634b067d53c14b9502821f28
+                            sha1: 61dd3e2fc413bf10479b7cea3e08d55c962fc165
+                            sha512: 5708db7218f981722a1958f321da5a91dbc584f8daaac76c45e18963b92353afa065240f6caa191e5f8b82e50eb008e7244169b59c1fd36d04c8e29ef9442f8d
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk.tar.gz
+                          size: 387 MB
+                          file_id: 1530449
+                          file_url: https://api.eclipse.org/download/file/1530449
+                          download_count: 233
+                          checksum:
+                            md5: 0348089c9a6d92e4b9b75bc3dae32e0a
+                            sha1: e79f77d984d0d6598900075d7774db5f0cdad185
+                            sha512: 7079bdf357fa15b868d40b2388cddddb1f6343e96befba2c845e5e815ed6bbff1359f7a7120c7b461ffb5873ac3ef9a209cd12c10f83b502aaa908199fc249c7
+                      windows:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32.zip
+                          size: 390 MB
+                          file_id: 1524403
+                          file_url: https://api.eclipse.org/download/file/1524403
+                          download_count: 1663
+                          checksum:
+                            md5: 60a201bc9182870ccb8505c5c771443c
+                            sha1: 61546cab7db9d5791e51a08c11b1a62d52f61ce3
+                            sha512: 00112adf0bef8186c38eb7564176ee55ca76420b3a23d6087c6d64600bc798d9346e51f4aee1935324339a0c0b42ada91d4491f0176e01f1564094976544e483
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32-x86_64.zip
+                          size: 390 MB
+                          file_id: 1524141
+                          file_url: https://api.eclipse.org/download/file/1524141
+                          download_count: 5436
+                          checksum:
+                            md5: 040110e2046793c0ad6a9c465509bfbc
+                            sha1: 79bb3a6f0b09712b6a6e277df58449f9ef05213d
+                            sha512: eee044dade2d2ae4eb24f8a4638fd664610d843c0160d6de33a1911049e536c3bc543961764392dbe9d8410436f38b95d056f7ea0089179bca49e2fafc081f90
+                  parallel-package:
+                    name: Eclipse for Parallel Application Developers
+                    package_bugzilla_id: parallel-package
+                    download_count: 7059
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.
+                    features:
+                    - org.eclipse.epp.package.parallel.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.cdt
+                    - org.eclipse.cdt.autotools
+                    - org.eclipse.cdt.bupc
+                    - org.eclipse.cdt.core.parser.upc.feature
+                    - org.eclipse.cdt.debug.ui.memory
+                    - org.eclipse.cdt.mylyn
+                    - org.eclipse.cdt.platform
+                    - org.eclipse.cdt.xlc.feature
+                    - org.eclipse.egit
+                    - org.eclipse.jgit
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.team_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.ptp
+                    - org.eclipse.ptp.debug.sdm
+                    - org.eclipse.ptp.fortran
+                    - org.eclipse.ptp.pldt.upc
+                    - org.eclipse.ptp.rdt.sync
+                    - org.eclipse.ptp.remote.terminal
+                    - org.eclipse.ptp.rm.jaxb.contrib
+                    - org.eclipse.remote
+                    - org.eclipse.remote.console
+                    - org.eclipse.wst.xml_ui.feature
+                    files:
+                      windows:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32-x86_64.zip
+                          size: 225 MB
+                          file_id: 1524380
+                          file_url: https://api.eclipse.org/download/file/1524380
+                          download_count: 2994
+                          checksum:
+                            md5: ed4e418b792d412447786da704d6037f
+                            sha1: 7f1342f2bb173ad4a1ff8f032cebfd57d2ee3dc1
+                            sha512: 2a800f15205edfc93cc916ffe06c4f3d9be864dbcb67956f6ee9236a23b1c273bd670b9b6bd60d90341f97fbd43d434ba0aed6c493f632ab50fe80515949d307
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32.zip
+                          size: 225 MB
+                          file_id: 1524375
+                          file_url: https://api.eclipse.org/download/file/1524375
+                          download_count: 953
+                          checksum:
+                            md5: 49d440af4bba71b40369c5a21e9157ad
+                            sha1: 5d257cf53bf08620e417f1aa9bbf8b349495731d
+                            sha512: ac9dcebbaa56667331c2de8f54276b8cf228fa8100a9be3ff3b0eb801269e8a5c964813ac4d37da94f7c0034eecf4d4fd664f2fee7c8053e6c6f2fe365469fad
+                      linux:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk.tar.gz
+                          size: 229 MB
+                          file_id: 1528619
+                          file_url: https://api.eclipse.org/download/file/1528619
+                          download_count: 262
+                          checksum:
+                            md5: 92789ca7c502a44d7083ac53d516ca42
+                            sha1: 0105dc21c713f0da5a27ba00b6f61297c2d6ca1b
+                            sha512: 3907e2e3ff6d5a9a9b5782f0ba78dae71d52c26480840ac9dcf908b0df37f4f57b0f3b5686e158d98c436149eee92ef24c19767506476184559f863511d17366
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 229 MB
+                          file_id: 1524962
+                          file_url: https://api.eclipse.org/download/file/1524962
+                          download_count: 2137
+                          checksum:
+                            md5: 5f3fe4e9471b8f40cea43fc14bf3d031
+                            sha1: dc8b57e5c68b40974b3a799456a1b48b6f686159
+                            sha512: 9281103b111ee75fa98a10295df3902f13cba74c3f90ac3e920d23d2b4199d476c59ff20422c63abc47a5e34d507621c30a8d6b65822d9edb744445a52f36ac3
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 224 MB
+                          file_id: 1524330
+                          file_url: https://api.eclipse.org/download/file/1524330
+                          download_count: 713
+                          checksum:
+                            md5: d7f655fe0ee24f2b9a283b7fef9416e2
+                            sha1: 9e1bf08e7fc13db2b8177b3468fd517420a67662
+                            sha512: 4c374af83e114b016e276e024ba68b8603d04822380b91ceb243bf5133fdf3906d0971281964df379a7ecd9dac34ce4ad09d4f78d1f12cc8de07f0c248e5a637
+                  testing-package:
+                    name: Eclipse for Testers
+                    package_bugzilla_id: testing-package
+                    download_count: 3951
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-testers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      This package contains Eclipse features that support the software development quality assurance process, such as Jubula and Mylyn.
+                    features:
+                    - org.eclipse.epp.package.testing.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.jubula.feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    files:
+                      windows:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32.zip
+                          size: 132 MB
+                          file_id: 1525317
+                          file_url: https://api.eclipse.org/download/file/1525317
+                          download_count: 1050
+                          checksum:
+                            md5: d08a25f562da12044cba3ab50723b310
+                            sha1: 18b07e90ea7ad5fe281f4c38e63d6b3b7a5a3875
+                            sha512: 585bfb8b9eeb91ec439b526ade8eca24a4b8bd11c2de41dd0447367b19676e27a07028262da615d99beaefb60dc65bfc06473fcba33454c7f9fd6144ee9057db
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32-x86_64.zip
+                          size: 132 MB
+                          file_id: 1524949
+                          file_url: https://api.eclipse.org/download/file/1524949
+                          download_count: 2043
+                          checksum:
+                            md5: ee953f7c4ac4255e0e7e3ab4f846daa8
+                            sha1: 4d651173785697bd0b3606c8296f6d26476c61f8
+                            sha512: 33b404efb90abff8da162d9117972f81e92fdf2c6917bf5950e4bf6c1b859b7d6048862a1bb3218eba40ed5e9e8b34c971557d04a8b38dc474fe0652a32806f1
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 130 MB
+                          file_id: 1526033
+                          file_url: https://api.eclipse.org/download/file/1526033
+                          download_count: 287
+                          checksum:
+                            md5: d9e63fcf36650cf8a5117671babc41f1
+                            sha1: e3f998aa897cf6a799652beff664a8934d763e27
+                            sha512: 140ef2d1ca61bb523f8627d4951e97daedf7e4831c36d7050fb2a9e5f2ad2bf5e8914379b93aca03d7a1b6e83f32b07d4dde84c950a79f2529ed5dc4d70012fc
+                      linux:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 130 MB
+                          file_id: 1525360
+                          file_url: https://api.eclipse.org/download/file/1525360
+                          download_count: 370
+                          checksum:
+                            md5: de987358dab2d4499f8dbe7631d18532
+                            sha1: b0d02d8b4cbbaa2c7f0e2e400de7296808762d12
+                            sha512: 50537983a29770687e151a54c94f0eb82fe995eac3fcd51411cb229290a982a8b35c5ca3c05919ce07a21f6e492fb8ebd84a80c5b72694bf7a50ed030265acd4
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk.tar.gz
+                          size: 130 MB
+                          file_id: 1534796
+                          file_url: https://api.eclipse.org/download/file/1534796
+                          download_count: 201
+                          checksum:
+                            md5: 7773c6c6af53c78e0c3a0cc2545dec4f
+                            sha1: 77ee38775eb201290e03e1f72143e8b873854df8
+                            sha512: b7bfd708c4122e74402af36e0adb879e74afa15c67e7c36dbcbf732c330d89f3d6070ef7a1ff72f878ce2e263868c7d9bc787bff45f1c25908ab94d9d925f0c2
+                  scout-package:
+                    name: Eclipse for Scout Developers
+                    package_bugzilla_id: scout-package
+                    download_count: 3007
+                    website_url: http://www.eclipse.org/downloads/packages/eclipse-scout-developers/neonr
+                    incubating: false
+                    class: ''
+                    body: >
+                      Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.
+                    features:
+                    - org.eclipse.epp.package.scout.feature
+                    - org.eclipse.epp.package.common.feature
+                    - org.eclipse.platform
+                    - org.eclipse.egit
+                    - org.eclipse.egit.mylyn
+                    - org.eclipse.help.source
+                    - org.eclipse.jdt
+                    - org.eclipse.jdt.source
+                    - org.eclipse.jgit
+                    - org.eclipse.jst.web_ui.feature
+                    - org.eclipse.m2e.feature
+                    - org.eclipse.mylyn.bugzilla_feature
+                    - org.eclipse.mylyn.context_feature
+                    - org.eclipse.mylyn_feature
+                    - org.eclipse.mylyn.git
+                    - org.eclipse.mylyn.ide_feature
+                    - org.eclipse.mylyn.java_feature
+                    - org.eclipse.mylyn.wikitext_feature
+                    - org.eclipse.scout.sdk-feature
+                    - org.eclipse.wst.xml_ui.feature
+                    files:
+                      linux:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk-x86_64.tar.gz
+                          size: 211 MB
+                          file_id: 1525520
+                          file_url: https://api.eclipse.org/download/file/1525520
+                          download_count: 308
+                          checksum:
+                            md5: 687758e2df35957dc70905ba6c230d7a
+                            sha1: 41c38e90b504e280f91cf4e2dd0dd003a4943d5a
+                            sha512: 1c3603d096db5a718424216a9792dae854d706db733422f870202edb38ff2e7de7175711d9ba0098060355fbc04583f7fefab09941fa30e4adac16151f95a058
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk.tar.gz
+                          size: 211 MB
+                          file_id: 1530456
+                          file_url: https://api.eclipse.org/download/file/1530456
+                          download_count: 143
+                          checksum:
+                            md5: 48fd3a247aef4793455d4ef495ceea78
+                            sha1: f78cea27ed257db42af404f120bc4f384ffd7c24
+                            sha512: 423ef85db94e2d3dd3d752cf96dddb13e50b682f7fbe03bff2bc6a20d19e41b1bb25e601b7f02d9e481c1a423e8f453bc5111d7b83a069f6b5d33774afc85a52
+                      mac:
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-macosx-cocoa-x86_64.tar.gz
+                          size: 211 MB
+                          file_id: 1528331
+                          file_url: https://api.eclipse.org/download/file/1528331
+                          download_count: 182
+                          checksum:
+                            md5: 6c7a56a49df80b29f38b432daae8fe7f
+                            sha1: a7630525d7152d6bb692e4b90a84eab92e897c65
+                            sha512: e2c7e7a75ba5e0866e20172b0d690318f0936423d131fabfc4d8353749c909aa10f4395b62a725a5d9c2219dab80acac9735aaea6dfaf417b23e49a29bbc395a
+                      windows:
+                        32:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32.zip
+                          size: 212 MB
+                          file_id: 1528609
+                          file_url: https://api.eclipse.org/download/file/1528609
+                          download_count: 784
+                          checksum:
+                            md5: 3008b857bcf4950e90d90b0ff20fac70
+                            sha1: fd08490f78416d992d1c37cc86e541409d240f6c
+                            sha512: 8e2a7f254487cf4e07cc20cd042790585335dbdeb4adca8d790e3b85aa2e27b97a6682295a33f0a0540d85ae550fb6126d735bbc1581e2326022b40332de9c1d
+                        64:
+                          url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32-x86_64.zip
+                          size: 212 MB
+                          file_id: 1524362
+                          file_url: https://api.eclipse.org/download/file/1524362
+                          download_count: 1590
+                          checksum:
+                            md5: 177d9f3ac1fb88af3625b7254142f4dd
+                            sha1: 2243644bf4fa903b3dd056c3a5b331b5bf11409a
+                            sha512: 26b2f9e15533c449041e143f68123c4b64e92a37a0a2762589a9cd6fe25cd2467a7a5dd903b14ce2e1bacdf50678f930af629b6f78e4326cce9e1679e7d5e794
+      deprecated: false
+  /marketplace/favorites:
+    get:
+      tags:
+      - Marketplace Favorites
+      summary: Search Favorites
+      description: Retrieve all favorites or retrieve favorites for a specific user.
+      operationId: SearchFavorites
+      parameters:
+      - name: name
+        in: query
+        description: A valid Eclipse username.
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/marketplace/favorites?page=2&amp;pagesize=5>; rel="next", <https://api.eclipse.org/marketplace/favorites?page=294&amp;pagesize=5>; rel="last", <https://api.eclipse.org/marketplace/favorites?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/marketplace/favorites?page=1&amp;pagesize=5>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/SearchFavoritesresponse'
+              example:
+                mpc_favorites:
+                - content_id: 27025
+                  count: 677
+                  timestamp: 1496973302
+                - content_id: 979
+                  count: 675
+                  timestamp: 1496687525
+                - content_id: 1099
+                  count: 630
+                  timestamp: 1496955226
+                - content_id: 171
+                  count: 572
+                  timestamp: 1496728909
+                - content_id: 1336
+                  count: 555
+                  timestamp: 1496679696
+                result:
+                  count: 1466
+                  range:
+                    since: 0
+                    until: 1497023920
+      deprecated: false
+  /marketplace/favorites/{content_id}:
+    get:
+      tags:
+      - Marketplace Favorites
+      summary: Retrieve Favorites
+      description: Fetch favorites for a specific listing on Eclipse MarketPlace.
+      operationId: RetrieveFavorites
+      parameters:
+      - name: content_id
+        in: path
+        description: Unique identifier of the listing, e.g., 123, 134.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: name
+        in: query
+        description: A valid Eclipse username.
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/marketplace/favorites/114?page=2&amp;pagesize=5>; rel="next", <https://api.eclipse.org/marketplace/favorites/114?page=99&amp;pagesize=5>; rel="last", <https://api.eclipse.org/marketplace/favorites/114?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/marketplace/favorites/114?page=1&amp;pagesize=5>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RetrieveFavoritesresponse'
+              example:
+                users:
+                - uid: 1
+                  name: webdev
+                  full_name: Christopher Guindon
+                  picture: https://api.eclipse.org/sites/default/files/styles/site_login_profile_thumbnail/public/profile_pictures/picture-1-1490713016.png?itok=j23V_zvl
+                  mpc_list_name: Eclipse Foundation Webdev team list
+                  timestamp: 1461185652
+                  profile_url: https://api.eclipse.org/account/profile/webdev
+                  html_profile_url: https://accounts.eclipse.org/users/webdev
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=webdev
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/webdev/favorites
+                - uid: 12
+                  name: creckord
+                  full_name: Carsten Reckord
+                  picture: https://secure.gravatar.com/avatar/cfa23205cce07923a8c4e3f4b0824389.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Carsten Reckord
+                  timestamp: 1494936399
+                  profile_url: https://api.eclipse.org/account/profile/creckord
+                  html_profile_url: https://accounts.eclipse.org/users/creckord
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=creckord
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/creckord/favorites
+                - uid: 70
+                  name: bandruschuk
+                  full_name: Borislav Andruschuk
+                  picture: https://secure.g.ravatar.com/avatar/c1d9c95b0675f3b6e0bf7868207841c2.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Borislav Andruschuk
+                  timestamp: 1461162980
+                  profile_url: https://api.eclipse.org/account/profile/bandruschuk
+                  html_profile_url: https://accounts.eclipse.org/users/bandruschuk
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=bandruschuk
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/bandruschuk/favorites
+                - uid: 97
+                  name: cvedovinid70
+                  full_name: Claude Vedovini
+                  picture: https://secure.g.ravatar.com/avatar/8ed6098669efdf6ac398b47b262effcf.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Claude Vedovini
+                  timestamp: 1461162986
+                  profile_url: https://api.eclipse.org/account/profile/cvedovinid70
+                  html_profile_url: https://accounts.eclipse.org/users/cvedovinid70
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=cvedovinid70
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/cvedovinid70/favorites
+                - uid: 102
+                  name: fzadroznyr0g
+                  full_name: Fabio Zadrozny
+                  picture: https://secure.g.ravatar.com/avatar/70fc26faedcbfc82344a0b347053aaa0.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Fabio Zadrozny
+                  timestamp: 1461162987
+                  profile_url: https://api.eclipse.org/account/profile/fzadroznyr0g
+                  html_profile_url: https://accounts.eclipse.org/users/fzadroznyr0g
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=fzadroznyr0g
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/fzadroznyr0g/favorites
+                result:
+                  count: 494
+      deprecated: false
+    post:
+      tags:
+      - Marketplace Favorites
+      summary: Add Favorite
+      description: Add a listings from a user favorite list. Requires the `mpc_update` scope.
+      operationId: AddFavorite
+      parameters:
+      - name: content_id
+        in: path
+        description: Unique identifier of the listing, e.g., 123, 134.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: Content-Type
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="last", <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="first", <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="self"
+            Etag:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: '"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"'
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+            Last-Modified:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: Fri, 09 Jun 2017 17:41:33 GMT
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/AddFavoriteresponse'
+              example:
+                mpc_favorites:
+                - content_id: 3274405
+                  count: 70
+                  timestamp: 1497030093
+                mpc_list_name: <b>Jaa<b>
+                user:
+                  uid: 1
+                  name: webdev
+                  full_name: Christopher Guindon
+                  picture: https://secure.gravatar.com/avatar/81d7b21d89fa05b42a5e8103ee70cb14.jpg?d=mm&s=185&r=G
+                  profile_url: https://api.eclipse.org/account/profile/webdev
+                  html_profile_url: https://accounts.eclipse.org/users/webdev
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=webdev
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/webdev/favorites
+                result:
+                  count: 1
+                  range:
+                    since: 0
+                    until: 1497030093
+      deprecated: false
+    delete:
+      tags:
+      - Marketplace Favorites
+      summary: Remove Favorite
+      description: Remove a listings from a user favorite list. Requires the `mpc_update` scope.
+      operationId: RemoveFavorite
+      parameters:
+      - name: content_id
+        in: path
+        description: Unique identifier of the listing, e.g., 123, 134.
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      - name: Content-Type
+        in: header
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+          example: application/json
+      responses:
+        200:
+          description: ''
+          headers: {}
+      deprecated: false
+  /marketplace/favorites/random:
+    get:
+      tags:
+      - Marketplace Favorites
+      summary: Random Favorites
+      description: Fetch random favorites.
+      operationId: RandomFavorites
+      parameters:
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/marketplace/favorites/random?page=1&amp;pagesize=5>; rel="last", <https://api.eclipse.org/marketplace/favorites/random?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/marketplace/favorites/random?page=1&amp;pagesize=5>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RandomFavoritesresponse'
+              example:
+                users:
+                - uid: 3470
+                  name: xxieuk4
+                  full_name: Xie Xie
+                  picture: https://secure.gravatar.com/avatar/c026fd755eb489e0005df10f11cfc1d3.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Xie Xie
+                  timestamp: 1461163708
+                  profile_url: https://api.eclipse.org/account/profile/xxieuk4
+                  html_profile_url: https://accounts.eclipse.org/users/xxieuk4
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=xxieuk4
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/xxieuk4/favorites
+                  count: 6
+                - uid: 348551
+                  name: szampini
+                  full_name: Simone Zampini
+                  picture: https://secure.g.ravatar.com/avatar/71eb311c431ee16ed29833aeff0d87d2.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Simone Zampini
+                  timestamp: 1490352801
+                  profile_url: https://api.eclipse.org/account/profile/szampini
+                  html_profile_url: https://accounts.eclipse.org/users/szampini
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=szampini
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/szampini/favorites
+                  count: 8
+                - uid: 32625
+                  name: swilke
+                  full_name: Steffen Wilke
+                  picture: https://secure.g.ravatar.com/avatar/dba2f866944d0d813d3977b3d70e4be9.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Steffen Wilke
+                  timestamp: 1491998786
+                  profile_url: https://api.eclipse.org/account/profile/swilke
+                  html_profile_url: https://accounts.eclipse.org/users/swilke
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=swilke
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/swilke/favorites
+                  count: 2
+                - uid: 168
+                  name: bgrill
+                  full_name: Balazs Grill
+                  picture: https://secure.g.ravatar.com/avatar/6da5a9178b8752078c97909601c80ba9.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for Balazs Grill
+                  timestamp: 1461163003
+                  profile_url: https://api.eclipse.org/account/profile/bgrill
+                  html_profile_url: https://accounts.eclipse.org/users/bgrill
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=bgrill
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/bgrill/favorites
+                  count: 9
+                - uid: 4337
+                  name: kvr978
+                  full_name: K R
+                  picture: https://secure.g.ravatar.com/avatar/d5f2eaa1a249b0ce0911db783e0c5531.jpg?d=mm&s=185&r=G
+                  mpc_list_name: Favorites for K R
+                  timestamp: 1461163897
+                  profile_url: https://api.eclipse.org/account/profile/kvr978
+                  html_profile_url: https://accounts.eclipse.org/users/kvr978
+                  mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=kvr978
+                  html_mpc_favorites_url: https://marketplace.eclipse.org/user/kvr978/favorites
+                  count: 7
+                result:
+                  count: 5
+      deprecated: false
+  /marketplace/favorites/rename_list:
+    post:
+      tags:
+      - Marketplace Favorites
+      summary: Rename Favorite List
+      description: Create a custom name for the user favorite list.
+      operationId: RenameFavoriteList
+      parameters:
+      - name: content_id
+        in: query
+        description: Unique identifier of the listing, e.g., 123, 134.
+        required: true
+        style: form
+        explode: true
+        schema:
+          type: string
+      requestBody:
+        description: ''
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/RenameFavoriteListrequest'
+            example:
+              list_name: New list name
+        required: true
+      responses:
+        204:
+          description: ''
+          headers: {}
+      deprecated: false
+  /forums/category:
+    get:
+      tags:
+      - Forums
+      summary: Fetch Categories
+      description: >-
+        ### Overview
+
+
+        Retrieve information for **all the categories** from the Eclipse Forums website.
+
+
+        ### What is a category?
+
+
+        A category is a group of forums.
+
+
+        Forums are associated to a category by category id.
+
+
+        ### Result definition
+
+
+        + **id:** id of the category
+
+
+        + **name:** name of the category
+
+
+        + **description:** description of the category
+
+
+        + **url:** url that will return information of a specific category on the Eclipse Forums website *(Note: the trailing slash is important)*
+
+
+        + **forum_url:** url that will return information for all the forums associated with a specific category id
+      operationId: FetchCategories
+      parameters:
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: order_by
+        in: query
+        description: The order by ID in which the results will be returned. DESC by default
+        style: form
+        explode: true
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/forums/category?page=1&amp;pagesize=20>; rel="next", <https://api.eclipse.org/forums/category?page=99&amp;pagesize=5>; rel="last", <https://api.eclipse.org/forums/category?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/forums/category?page=1&amp;pagesize=5>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/FetchCategoriesresponse'
+              example:
+                pagination:
+                  page: 1
+                  pagesize: 2
+                  result_start: 1
+                  result_end: 2
+                  result_size: 2
+                  total_result_size: 9
+                result:
+                - id: 1
+                  name: Eclipse Projects
+                  description: ' - Eclipse Project Forums - click +/- to expand/collapse'
+                  html_url: https://www.eclipse.org/forums/index.php/i/1/
+                  forums_url: https://api.eclipse.org/forums/forum?category_id=1
+                - id: 2
+                  name: Newcomers
+                  description: ' - General Newcomer discussions'
+                  html_url: https://www.eclipse.org/forums/index.php/i/2/
+                  forums_url: https://api.eclipse.org/forums/forum?category_id=2
+      deprecated: false
+  /forums/category/{category_id}:
+    get:
+      tags:
+      - Forums
+      summary: Retrieve Category
+      description: >-
+        ### Overview
+
+
+        Retrieve information for **a specific category** from the Eclipse Forums website.
+
+
+        ### What is a category?
+
+
+        A category is a group of forums.
+
+
+        Forums are associated to a category by category id.
+
+
+        ### Result definition
+
+
+        + **id:** id of the category
+
+
+        + **name:** name of the category
+
+
+        + **description:** description of the category
+
+
+        + **url:** url that will return information of a specific category on the Eclipse Forums website *(Note: the trailing slash is important)*
+
+
+        + **forum_url:** url that will return information for all the forums associated with a specific category id
+      operationId: RetrieveCategory
+      parameters:
+      - name: category_id
+        in: path
+        description: Unique identifier for category
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RetrieveCategoryresponse'
+              example:
+                id: 1
+                name: Eclipse Projects
+                description: ' - Eclipse Project Forums - click +/- to expand/collapse'
+                html_url: https://www.eclipse.org/forums/index.php/i/1/
+                forums_url: https://api.eclipse.org/forums/forum?category_id=1
+      deprecated: false
+  /forums/forum:
+    get:
+      tags:
+      - Forums
+      summary: Fetch Forums
+      description: "### Overview\n\nRetrieve information for **all the forums** from the Eclipse Forums website.\n\nOptionally, you can retrieve information for all the forums associated to a specific category by using the category_id parameter. \nYou can also retrieve forums that have been created between dates using the since and until parameters.\n\n### What is a forum?\n\nA forum is a group of topics.\n\nTopics are associated to a forum by forum id.\n\n### Result definition\n\n+ **id:** id of the forum\n\n+ **name:** name of the forum\n\n+ **category_id:** id of the category associated to this forum\n\n+ **url:** url of a specific forum on the Eclipse Forums website *(Note: the trailing slash is important)*\n\n+ **description:** description of the forum\n\n+ **created_date:** date when the forum has been created (timestamp)\n\n+ **topic_count:** number of topics in this forum\n\n+ **post_count:** number of posts in this forum\n\n+ **last_post_id:** id of the last post in this forum\n\n+ **category_url:** url that will return information about a category\n\n+ **topics_url:** url that will return all the topics associated with a specific forum id"
+      operationId: FetchForums
+      parameters:
+      - name: category_id
+        in: query
+        description: Unique identifier for a category
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: order_by
+        in: query
+        description: The order created date in which the results will be returned. DESC by default
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: since
+        in: query
+        description: The results since a timestamp onward
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: until
+        in: query
+        description: The results until a timestamp
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/forums/forum?category_id=1&amp;page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/forums/forum?category_id=1&amp;page=99&amp;pagesize=20>; rel="first", <https://api.eclipse.org/forums/forum?category_id=1&amp;page=1&amp;pagesize=20>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/FetchForumsresponse'
+              example:
+                pagination:
+                  page: 1
+                  pagesize: 1
+                  result_start: 1
+                  result_end: 1
+                  result_size: 1
+                  total_result_size: 391
+                result:
+                - id: 89
+                  category_id: 2
+                  description: Eclipse forum for newcomers
+                  name: Newcomers
+                  created_date: 1248707078
+                  topic_count: 22344
+                  post_count: 62843
+                  last_post_id: 1780973
+                  html_url: https://www.eclipse.org/forums/index.php/f/89/
+                  topics_url: https://api.eclipse.org/forums/topic?forum_id=89
+                  category_url: https://api.eclipse.org/forums/category/2
+      deprecated: false
+  /forums/forum/{forum_id}:
+    get:
+      tags:
+      - Forums
+      summary: Retrieve Forum
+      description: >-
+        ### Overview
+
+
+        Retrieve information for **a specific forum** from the Eclipse Forums website.
+
+
+        ### What is a forum?
+
+
+        A forum is a group of topics.
+
+
+        Topics are associated to a forum by forum id.
+
+
+        ### Result definition
+
+
+        + **id:** id of the forum
+
+
+        + **name:** name of the forum
+
+
+        + **category_id:** id of the category associated to this forum
+
+
+        + **url:** url of a specific forum on the Eclipse Forums website *(Note: the trailing slash is important)*
+
+
+        + **description:** description of the forum
+
+
+        + **created_date:** date when the forum has been created (timestamp)
+
+
+        + **topic_count:** number of topics in this forum
+
+
+        + **post_count:** number of posts in this forum
+
+
+        + **last_post_id:** id of the last post in this forum
+
+
+        + **category_url:** url that will return information about a category
+
+
+        + **topics_url:** url that will return all the topics associated with a specific forum id
+      operationId: RetrieveForum
+      parameters:
+      - name: forum_id
+        in: path
+        description: Unique identifier for a forum
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RetrieveForumresponse'
+              example:
+                id: 89
+                category_id: 2
+                description: Eclipse forum for newcomers
+                name: Newcomers
+                created_date: 1248707078
+                topic_count: 22344
+                post_count: 62843
+                last_post_id: 1780973
+                html_url: https://www.eclipse.org/forums/index.php/f/89/
+                topics_url: https://api.eclipse.org/forums/topic?forum_id=89
+                category_url: https://api.eclipse.org/forums/category/2
+      deprecated: false
+  /forums/topic:
+    get:
+      tags:
+      - Forums
+      summary: Fetch Topics
+      description: "### Overview\n\nRetrieve information for **all the topics** from the Eclipse Forums website.\n\nOptionally, you can retrieve information for all the topics associated to a specific forum by using the forum_id parameter. \nYou can also retrieve topics that have been created between dates using the since and until parameters.\n\n### What is a topic?\n\nA topic is a group of posts.\n\nPosts are associated to a topic by topic id.\n\n### Result definition\n\n+ **id:** id of the topic\n\n+ **forum_id:** id of the forum associated to this topic\n\n+ **last_post_id:** id of the last post in this forum\n\n+ **last_post_date:** date of the last post in this topic (timestamp)\n\n+ **root_post_id:** id of the root post of this topic\n\n+ **replies:** number of replies for this topic\n\n+ **views:** number of views for this topic\n\n+ **url:** url of a specific topic on the Eclipse Forums website *(Note: the trailing slash is important)*\n\n+ **forum_url:** url that will return information about the forum associated to this topic\n\n+ **posts_url:** url that will return information about for all the posts associated with a specific topic id"
+      operationId: FetchTopics
+      parameters:
+      - name: forum_id
+        in: query
+        description: Unique identifier for a forum
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: order_by
+        in: query
+        description: The order created date in which the results will be returned. DESC by default
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: since
+        in: query
+        description: The results since a timestamp onward
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: until
+        in: query
+        description: The results until a timestamp
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/forums/topic?forum_id=1&amp;page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/forums/topic?forum_id=1&amp;page=99&amp;pagesize=20>; rel="first", <https://api.eclipse.org/forums/topic?forum_id=1&amp;page=1&amp;pagesize=20>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/FetchTopicsresponse'
+              example:
+                pagination:
+                  page: 1
+                  pagesize: 1
+                  result_start: 1
+                  result_end: 1
+                  result_size: 1
+                  total_result_size: 892958
+                result:
+                - id: 1091418
+                  forum_id: 89
+                  last_post_id: 1780973
+                  last_post_date: 1517333817
+                  root_post_id: 1780971
+                  replies: 2
+                  views: 52
+                  subject: keep the parameter  value selected
+                  html_url: https://www.eclipse.org/forums/index.php/t/1091418/
+                  posts_url: https://api.eclipse.org/forums/post?topic_id=1091418
+                  forum_url: https://api.eclipse.org/forums/forum/89
+      deprecated: false
+  /forums/topic/{topic_id}:
+    get:
+      tags:
+      - Forums
+      summary: Retrieve Topic
+      description: >-
+        ### Overview
+
+
+        Retrieve information for **a specific topic** from the Eclipse Forums website.
+
+
+        ### What is a topic?
+
+
+        A topic is a group of posts.
+
+
+        Posts are associated to a topic by topic id.
+
+
+        ### Result definition
+
+
+        + **id:** id of the topic
+
+
+        + **forum_id:** id of the forum associated to this topic
+
+
+        + **last_post_id:** id of the last post in this forum
+
+
+        + **last_post_date:** date of the last post in this topic (timestamp)
+
+
+        + **root_post_id:** id of the root post of this topic
+
+
+        + **replies:** number of replies for this topic
+
+
+        + **views:** number of views for this topic
+
+
+        + **url:** url of a specific topic on the Eclipse Forums website *(Note: the trailing slash is important)*
+
+
+        + **forum_url:** url that will return information about the forum associated to this topic
+
+
+        + **posts_url:** url that will return information about all the posts associated with a specific topic id
+      operationId: RetrieveTopic
+      parameters:
+      - name: topic_id
+        in: path
+        description: Unique identifier for a topic
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RetrieveTopicresponse'
+              example:
+                id: 1091418
+                forum_id: 89
+                last_post_id: 1780973
+                last_post_date: 1517333817
+                root_post_id: 1780971
+                replies: 2
+                views: 52
+                subject: keep the parameter  value selected
+                html_url: https://www.eclipse.org/forums/index.php/t/1091418/
+                posts_url: https://api.eclipse.org/forums/post?topic_id=1091418
+                forum_url: https://api.eclipse.org/forums/forum/89
+      deprecated: false
+  /forums/post:
+    get:
+      tags:
+      - Forums
+      summary: Fetch Posts
+      description: "### Overview\n\nRetrieve information for **all the posts** from the Eclipse Forums website.\n\nOptionally, you can retrieve information for all the posts associated to a specific topic by using the topic_id parameter. \nYou can also retrieve posts that have been created between dates using the since and until parameters.\n\n### What is a post?\n\nA post is a message attached to a specific topic\n\nPosts are associated to a topic by topic id.\n\n### Result definition\n\n+ **id:** id of the post\n\n+ **subject:** subject of the post\n\n+ **forum_id:** id of the forum associated to this post\n\n+ **topic_id:** id of the topic associated to this post\n\n+ **poster_id:** id of the user that submitted this post\n\n+ **created_date:** date that this post has been created (timestamp)\n\n+ **url:** url of a specific post on the Eclipse Forums website\n\n+ **body:** body content of this post\n\n+ **topic_url:** url that will return information about the topic associated to this post\n\n+ **topic_posts_url:** url that will return all the posts from the topic associated to this post"
+      operationId: FetchPosts
+      parameters:
+      - name: topic_id
+        in: query
+        description: Unique identifier for a topic
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: order_by
+        in: query
+        description: The order created date in which the results will be returned. DESC by default
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: since
+        in: query
+        description: The results since a timestamp onward
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: until
+        in: query
+        description: The results until a timestamp
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/forums/post?topic_id=1&amp;page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/forums/post?topic_id=1&amp;page=99&amp;pagesize=20>; rel="first", <https://api.eclipse.org/forums/post?topic_id=1&amp;page=1&amp;pagesize=20>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/FetchPostsresponse'
+              example:
+                pagination:
+                  page: 1
+                  pagesize: 1
+                  result_start: 1
+                  result_end: 1
+                  result_size: 1
+                  total_result_size: 1645105
+                result:
+                - id: 1780973
+                  subject: 'Re: keep the parameter  value selected'
+                  topic_id: 1091418
+                  poster_id: 219149
+                  created_date: 1517333817
+                  forum_id: 89
+                  body: This is the body
+                  html_url: https://www.eclipse.org/forums/index.php?t=msg&th=1091418&goto=1780973&#msg_1780973
+                  topic_url: https://api.eclipse.org/forums/topic/1091418
+                  forum_url: https://api.eclipse.org/forums/forum/89
+                  user_url: https://api.eclipse.org/forums/user/219149
+      deprecated: false
+  /forums/post/{post_id}:
+    get:
+      tags:
+      - Forums
+      summary: Retrieve Post
+      description: >-
+        ### Overview
+
+
+        Retrieve information for **a specific post** from the Eclipse Forums website.
+
+
+        ### What is a post?
+
+
+        A post is a message attached to a specific topic
+
+
+        Posts are associated to a topic by topic id.
+
+
+        ### Result definition
+
+
+        + **id:** id of the post
+
+
+        + **subject:** subject of the post
+
+
+        + **forum_id:** id of the forum associated to this post
+
+
+        + **topic_id:** id of the topic associated to this post
+
+
+        + **poster_id:** id of the user that submitted this post
+
+
+        + **created_date:** date that this post has been created (timestamp)
+
+
+        + **url:** url of a specific post on the Eclipse Forums website
+
+
+        + **body:** body content of this post
+
+
+        + **topic_url:** url that will return information about the topic associated to this post
+
+
+        + **topic_posts_url:** url that will return all the posts from the topic associated to this post
+      operationId: RetrievePost
+      parameters:
+      - name: post_id
+        in: path
+        description: Unique identifier for a post
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RetrievePostresponse'
+              example:
+                id: 1780973
+                subject: 'Re: keep the parameter  value selected'
+                topic_id: 1091418
+                poster_id: 219149
+                created_date: 1517333817
+                forum_id: 89
+                body: This is the body
+                html_url: https://www.eclipse.org/forums/index.php?t=msg&th=1091418&goto=1780973&#msg_1780973
+                topic_url: https://api.eclipse.org/forums/topic/1091418
+                forum_url: https://api.eclipse.org/forums/forum/89
+                user_url: https://api.eclipse.org/forums/user/219149
+      deprecated: false
+  /forums/user/{user_id}:
+    get:
+      tags:
+      - Forums
+      summary: Retrieve User
+      description: >-
+        ### Overview
+
+
+        Retrieve information for **a specific user** from the Eclipse Forums website.
+
+
+        ### What is a user?
+
+
+        A user is the author of a post
+
+
+        ### Result definition
+
+
+        + **id:** id of the user
+
+
+        + **alias:** alias of the user
+
+
+        + **email:** email of the user
+
+
+        + **posted_msg_count:** number of posts the user created
+
+
+        + **join_date:** timestamp of the date the user joined the Eclipse Forums
+
+
+        + **last_visit:** timestamp of the date the user last visited the Eclipse Forums website
+
+
+        + **level_name:** level of the user
+
+
+        + **url:** url of the user on the Eclipse Forums website
+
+
+        + **account_url:** url of the user's account on accounts.eclipse.org
+      operationId: RetrieveUser1
+      parameters:
+      - name: user_id
+        in: path
+        description: Unique identifier for a user
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/RetrieveUserresponse1'
+              example:
+                id: 1
+                alias: Test user
+                email: test@user.org
+                post_count: 4
+                join_date: 1510351551
+                last_visit: 1517333991
+                level_name: Junior Member
+                html_url: https://www.eclipse.org/forums/index.php?t=usrinfo&id=1
+                account_url: https://api.eclipse.org/account/profile?mail=test@user.org
+                posts_url: https://api.eclipse.org/forums/post?user_id=1
+      deprecated: false
+  /foundation/mailing-list:
+    get:
+      tags:
+      - Mailing Lists
+      summary: Fetch Mailing lists
+      description: >-
+        ### Overview
+
+
+        Retrieve metadata for all the mailing lists.
+
+
+        ### Result definition
+
+
+        + **list_name:** name of the mailing list
+
+
+        + **list_description:** description of the mailing list
+
+
+        + **project_id:** Id of the project related to the mailing list
+
+
+        + **list_short_description:** short description of the mailing list
+
+
+        + **is_disabled:** if the mailing list is disabled
+
+
+        + **is_deleted:** if the mailing list is deleted
+
+
+        + **is_subscribable:** if the mailing list is subscribable
+
+
+        + **create_date:** the date the mailing list was created
+
+
+        + **url:** url of the mailing list
+
+
+        + **email:** email of the mailing list
+      operationId: FetchMailingLists
+      parameters:
+      - name: search
+        in: query
+        description: A keyword to search for in a mailing list name
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: page
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: order_by
+        in: query
+        description: The order by name in which the results will be returned. ASC by default
+        style: form
+        explode: true
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=20>; rel="next", <https://api.eclipse.org/foundation/mailing-list?page=99&amp;pagesize=5>; rel="last", <https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=5>; rel="self"
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/FetchMailinglistsresponse'
+                description: ''
+              example:
+              - list_name: dash-dev
+                list_description: Tools for Committer Community
+                project_id: ''
+                list_short_description: 
+                is_disabled: 0
+                is_deleted: 0
+                is_subscribable: 1
+                create_date: 
+                url: https://accounts.eclipse.org/mailing-list/dash-dev
+                email: dash-dev@eclipse.org
+      deprecated: false
+  /foundation/mailing-list/{mailing_list_id}:
+    get:
+      tags:
+      - Mailing Lists
+      summary: Retrieve Mailing List
+      description: >-
+        ### Overview
+
+
+        Retrieve information for a specific mailing list
+
+
+        ### Result definition
+
+
+        + **list_name:** name of the mailing list
+
+
+        + **list_description:** description of the mailing list
+
+
+        + **project_id:** Id of the project related to the mailing list
+
+
+        + **list_short_description:** short description of the mailing list
+
+
+        + **is_disabled:** if the mailing list is disabled
+
+
+        + **is_deleted:** if the mailing list is deleted
+
+
+        + **is_subscribable:** if the mailing list is subscribable
+
+
+        + **create_date:** the date the mailing list was created
+
+
+        + **url:** url of the mailing list
+
+
+        + **email:** email of the mailing list
+      operationId: RetrieveMailingList
+      parameters:
+      - name: name
+        in: query
+        description: Name of the mailing list
+        required: true
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: mailing_list_id
+        in: path
+        description: ''
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              $ref: '#/components/headers/X-RateLimit-Limit'
+            X-Rate-Limit-Remaining:
+              $ref: '#/components/headers/X-RateLimit-Remaining'
+            X-Rate-Limit-Reset:
+              $ref: '#/components/headers/X-RateLimit-Reset'
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/RetrieveMailingListresponse'
+                description: ''
+              example:
+              - list_name: dash-dev
+                list_description: Tools for Committer Community
+                project_id: ''
+                list_short_description: 
+                is_disabled: 0
+                is_deleted: 0
+                is_subscribable: 1
+                create_date: 
+                url: https://accounts.eclipse.org/mailing-list/dash-dev
+                email: dash-dev@eclipse.org
+      deprecated: false
+  /api/projects:
+    get:
+      tags:
+      - Projects
+      summary: Fetch Projects
+      description: >-
+        ### Overview
+  
+  
+        Retrieve metadata for all projects.
+  
+  
+        ### Result definition
+  
+  
+        + **project_id:** ID of the project
+  
+  
+        + **name:** Name of the project
+  
+  
+        + **scope:** Scope of the project
+  
+  
+        + **url:** Url of the project on projects.eclipse.org
+  
+  
+        + **logo:** Logo of the project
+  
+  
+        + **github_repos:** Github Repository of the project
+  
+  
+        + **contributors:** List of contributors of the project
+  
+  
+        + **committers:** List of committers of the project
+  
+  
+        + **working_groups:** Working Groups associated to this project
+  
+  
+        + **spec_project_working_group:** Identifies this project as a specification project and to which working group it is associated to
+      operationId: FetchProjects
+      parameters:
+      - name: github_only
+        in: query
+        description: Select only the project
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: spec_project
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: spec_project_working_group
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: working_group
+        in: query
+        description: The index of the page to get, defaults to 1.
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: page
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: pagesize
+        in: query
+        description: The number of records to get per page, defaults to 20. Maximum value is 100.
+        style: form
+        explode: true
+        schema:
+          type: integer
+          format: int32
+      - name: order_by
+        in: query
+        description: The order by name in which the results will be returned. ASC by default
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: github_only=1
+        in: query
+        description: ''
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: spec_project=1
+        in: query
+        description: ''
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: spec_project_working_group=""
+        in: query
+        description: ''
+        style: form
+        explode: true
+        schema:
+          type: string
+      - name: working_group=""
+        in: query
+        description: ''
+        style: form
+        explode: true
+        schema:
+          type: string
+      responses:
+        200:
+          description: ''
+          headers:
+            Link:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: <https://projects.eclipse.org/api/projects?github_only=1&spec_project=1&spec_project_working_group=""&working_group=""&page=1&amp;pagesize=20>; rel="next", <https://api.eclipse.org/foundation/mailing-list?page=99&amp;pagesize=5>; rel="last", <https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=5>; rel="self"
+            X-Rate-Limit-Limit:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: 1000
+            X-Rate-Limit-Remaining:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: 964
+            X-Rate-Limit-Reset:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: 3553
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/FetchProjectsresponse'
+                description: ''
+              example:
+              - project_id: ee4j.batch
+                name: Jakarta Batch
+                scope: >+
+                  <p><strong>Project Scope:&nbsp; </strong>The Jakarta Batch project defines and maintains the Jakarta Batch specification and related artifacts.</p>
+  
+  
+  
+                  <p><strong>Specification Scope: &nbsp;&nbsp;</strong> Jakarta Batch describes a means for developing, executing and managing batch processes in Jakarta EE applications.</p>
+  
+                url: https://projects.eclipse.org/projects/ee4j.batch
+                logo: ''
+                github_repos:
+                - url: https://github.com/eclipse-ee4j/batch-api
+                - url: https://github.com/eclipse-ee4j/batch-tck
+                contributors: []
+                committers:
+                - username: rmannibucau
+                  url: https://api.eclipse.org/account/profile/rmannibucau
+                - username: skurz
+                  url: https://api.eclipse.org/account/profile/skurz
+                - username: amauer4xm
+                  url: https://api.eclipse.org/account/profile/amauer4xm
+                - username: ksutter
+                  url: https://api.eclipse.org/account/profile/ksutter
+                - username: cfangmr0
+                  url: https://api.eclipse.org/account/profile/cfangmr0
+                working_groups:
+                - name: Jakarta EE
+                  id: jakarta-ee
+                spec_project_working_group:
+                  name: Jakarta EE
+                  id: jakarta-ee
+      deprecated: false
+  /api/projects/{project_id}:
+    get:
+      tags:
+      - Projects
+      summary: Retrieve a Project
+      servers:
+        - url: https://projects.eclipse.org
+          description: The PMI production server
+      description: >-
+        ### Overview
+
+        Retrieve information for a specific project
+
+        ### Result definition
+
+        + **project_id:** ID of the project
+
+        + **name:** Name of the project
+
+        + **scope:** Scope of the project
+
+        + **url:** Url of the project on projects.eclipse.org
+
+        + **logo:** Logo of the project
+
+        + **github_repos:** Github Repository of the project
+
+        + **contributors:** List of contributors of the project
+
+        + **committers:** List of committers of the project
+
+        + **working_groups:** Working Groups associated to this project
+
+        + **spec_project_working_group:** Identifies this project as a specification project and to which working group it is associated to
+      operationId: RetrieveAProject
+      parameters:
+      - name: project_id
+        in: path
+        description: ID of the project
+        required: true
+        style: simple
+        explode: false
+        schema:
+          type: integer
+          format: int32
+      responses:
+        200:
+          description: ''
+          headers:
+            X-Rate-Limit-Limit:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: 1000
+            X-Rate-Limit-Remaining:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: 964
+            X-Rate-Limit-Reset:
+              content:
+                text/plain:
+                  schema:
+                    type: string
+                  example: 3553
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/RetrieveaProjectresponse'
+                description: ''
+              example:
+              - project_id: ee4j.batch
+                name: Jakarta Batch
+                scope: >+
+                  <p><strong>Project Scope:&nbsp; </strong>The Jakarta Batch project defines and maintains the Jakarta Batch specification and related artifacts.</p>
+
+
+
+                  <p><strong>Specification Scope: &nbsp;&nbsp;</strong> Jakarta Batch describes a means for developing, executing and managing batch processes in Jakarta EE applications.</p>
+
+                url: https://projects.eclipse.org/projects/ee4j.batch
+                logo: ''
+                github_repos:
+                - url: https://github.com/eclipse-ee4j/batch-api
+                - url: https://github.com/eclipse-ee4j/batch-tck
+                contributors: []
+                committers:
+                - username: rmannibucau
+                  url: https://api.eclipse.org/account/profile/rmannibucau
+                - username: skurz
+                  url: https://api.eclipse.org/account/profile/skurz
+                - username: amauer4xm
+                  url: https://api.eclipse.org/account/profile/amauer4xm
+                - username: ksutter
+                  url: https://api.eclipse.org/account/profile/ksutter
+                - username: cfangmr0
+                  url: https://api.eclipse.org/account/profile/cfangmr0
+                working_groups:
+                - name: Jakarta EE
+                  id: jakarta-ee
+                spec_project_working_group:
+                  name: Jakarta EE
+                  id: jakarta-ee
+      deprecated: false
+components:
+  headers:
+    X-RateLimit-Limit:
+      schema:
+        type: string
+      example: 1000
+    X-RateLimit-Remaining:
+      schema:
+        type: string
+      example: 964
+    X-RateLimit-Reset:
+      schema:
+        type: string
+      example: 3553
+  schemas:
+    FetchProjectsresponse:
+      title: FetchProjectsresponse
+      required:
+      - project_id
+      - name
+      - scope
+      - url
+      - logo
+      - github_repos
+      - contributors
+      - committers
+      - working_groups
+      - spec_project_working_group
+      type: object
+      properties:
+        project_id:
+          type: string
+        name:
+          type: string
+        scope:
+          type: string
+        url:
+          type: string
+        logo:
+          type: string
+        github_repos:
+          type: array
+          items:
+            $ref: '#/components/schemas/GithubRepo'
+          description: ''
+        contributors:
+          type: array
+          items:
+            type: string
+          description: ''
+        committers:
+          type: array
+          items:
+            $ref: '#/components/schemas/Committer'
+          description: ''
+        working_groups:
+          type: array
+          items:
+            $ref: '#/components/schemas/WorkingGroup'
+          description: ''
+        spec_project_working_group:
+          $ref: '#/components/schemas/SpecProjectWorkingGroup'
+      example:
+        project_id: ee4j.batch
+        name: Jakarta Batch
+        scope: >+
+          <p><strong>Project Scope:&nbsp; </strong>The Jakarta Batch project defines and maintains the Jakarta Batch specification and related artifacts.</p>
+
+
+
+          <p><strong>Specification Scope: &nbsp;&nbsp;</strong> Jakarta Batch describes a means for developing, executing and managing batch processes in Jakarta EE applications.</p>
+
+        url: https://projects.eclipse.org/projects/ee4j.batch
+        logo: ''
+        github_repos:
+        - url: https://github.com/eclipse-ee4j/batch-api
+        - url: https://github.com/eclipse-ee4j/batch-tck
+        contributors: []
+        committers:
+        - username: rmannibucau
+          url: https://api.eclipse.org/account/profile/rmannibucau
+        - username: skurz
+          url: https://api.eclipse.org/account/profile/skurz
+        - username: amauer4xm
+          url: https://api.eclipse.org/account/profile/amauer4xm
+        - username: ksutter
+          url: https://api.eclipse.org/account/profile/ksutter
+        - username: cfangmr0
+          url: https://api.eclipse.org/account/profile/cfangmr0
+        working_groups:
+        - name: Jakarta EE
+          id: jakarta-ee
+        spec_project_working_group:
+          name: Jakarta EE
+          id: jakarta-ee
+    GithubRepo:
+      title: GithubRepo
+      required:
+      - url
+      type: object
+      properties:
+        url:
+          type: string
+      example:
+        url: https://github.com/eclipse-ee4j/batch-api
+    Committer:
+      title: Committer
+      required:
+      - username
+      - url
+      type: object
+      properties:
+        username:
+          type: string
+        url:
+          type: string
+      example:
+        username: rmannibucau
+        url: https://api.eclipse.org/account/profile/rmannibucau
+    WorkingGroup:
+      title: WorkingGroup
+      required:
+      - name
+      - id
+      type: object
+      properties:
+        name:
+          type: string
+        id:
+          type: string
+      example:
+        name: Jakarta EE
+        id: jakarta-ee
+    SpecProjectWorkingGroup:
+      title: SpecProjectWorkingGroup
+      required:
+      - name
+      - id
+      type: object
+      properties:
+        name:
+          type: string
+        id:
+          type: string
+      example:
+        name: Jakarta EE
+        id: jakarta-ee
+    RetrieveaProjectresponse:
+      title: RetrieveaProjectresponse
+      required:
+      - project_id
+      - name
+      - scope
+      - url
+      - logo
+      - github_repos
+      - contributors
+      - committers
+      - working_groups
+      - spec_project_working_group
+      type: object
+      properties:
+        project_id:
+          type: string
+        name:
+          type: string
+        scope:
+          type: string
+        url:
+          type: string
+        logo:
+          type: string
+        github_repos:
+          type: array
+          items:
+            $ref: '#/components/schemas/GithubRepo'
+          description: ''
+        contributors:
+          type: array
+          items:
+            type: string
+          description: ''
+        committers:
+          type: array
+          items:
+            $ref: '#/components/schemas/Committer'
+          description: ''
+        working_groups:
+          type: array
+          items:
+            $ref: '#/components/schemas/WorkingGroup'
+          description: ''
+        spec_project_working_group:
+          $ref: '#/components/schemas/SpecProjectWorkingGroup'
+      example:
+        project_id: ee4j.batch
+        name: Jakarta Batch
+        scope: >+
+          <p><strong>Project Scope:&nbsp; </strong>The Jakarta Batch project defines and maintains the Jakarta Batch specification and related artifacts.</p>
+
+
+
+          <p><strong>Specification Scope: &nbsp;&nbsp;</strong> Jakarta Batch describes a means for developing, executing and managing batch processes in Jakarta EE applications.</p>
+
+        url: https://projects.eclipse.org/projects/ee4j.batch
+        logo: ''
+        github_repos:
+        - url: https://github.com/eclipse-ee4j/batch-api
+        - url: https://github.com/eclipse-ee4j/batch-tck
+        contributors: []
+        committers:
+        - username: rmannibucau
+          url: https://api.eclipse.org/account/profile/rmannibucau
+        - username: skurz
+          url: https://api.eclipse.org/account/profile/skurz
+        - username: amauer4xm
+          url: https://api.eclipse.org/account/profile/amauer4xm
+        - username: ksutter
+          url: https://api.eclipse.org/account/profile/ksutter
+        - username: cfangmr0
+          url: https://api.eclipse.org/account/profile/cfangmr0
+        working_groups:
+        - name: Jakarta EE
+          id: jakarta-ee
+        spec_project_working_group:
+          name: Jakarta EE
+          id: jakarta-ee
+    Currentuserresponse:
+      title: Currentuserresponse
+      required:
+      - uid
+      - name
+      - mail
+      - eca
+      - is_committer
+      - friends
+      - first_name
+      - last_name
+      - twitter_handle
+      - org
+      - job_title
+      - website
+      - country
+      - bio
+      - interests
+      type: object
+      properties:
+        uid:
+          type: string
+        name:
+          type: string
+        mail:
+          type: string
+        eca:
+          $ref: '#/components/schemas/Eca'
+        is_committer:
+          type: boolean
+        friends:
+          $ref: '#/components/schemas/Friends'
+        first_name:
+          type: string
+        last_name:
+          type: string
+        twitter_handle:
+          type: string
+        org:
+          type: string
+        job_title:
+          type: string
+        website:
+          type: string
+        country:
+          $ref: '#/components/schemas/Country'
+        bio:
+          type: string
+        interests:
+          type: array
+          items:
+            type: string
+          description: ''
+      example:
+        uid: 9
+        name: cguindon
+        mail: chris.guindon@eclipse-foundation.org
+        eca:
+          signed: true
+        is_committer: true
+        friends:
+          friend_id: 6104
+        first_name: Christopher
+        last_name: Guindon
+        twitter_handle: chrisguindon
+        org: Eclipse Foundation
+        job_title: Lead Web Application Developper
+        website: http://www.chrisguindon.com/
+        country:
+          code: CA
+          name: Canada
+        bio: Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!
+        interests:
+        - Snowboarding
+        - webdev
+        - php
+        - javascript
+        - Drums
+    Eca:
+      title: Eca
+      required:
+      - signed
+      type: object
+      properties:
+        signed:
+          type: boolean
+      example:
+        signed: true
+    Friends:
+      title: Friends
+      required:
+      - friend_id
+      type: object
+      properties:
+        friend_id:
+          type: string
+      example:
+        friend_id: 6104
+    Country:
+      title: Country
+      required:
+      - code
+      - name
+      type: object
+      properties:
+        code:
+          type: string
+        name:
+          type: string
+      example:
+        code: CA
+        name: Canada
+    Retrieveuserresponse:
+      title: Retrieveuserresponse
+      required:
+      - uid
+      - name
+      - mail
+      - eca
+      - is_committer
+      - friends
+      - first_name
+      - last_name
+      - twitter_handle
+      - org
+      - job_title
+      - website
+      - country
+      - bio
+      - interests
+      type: object
+      properties:
+        uid:
+          type: string
+        name:
+          type: string
+        mail:
+          type: string
+        eca:
+          $ref: '#/components/schemas/Eca'
+        is_committer:
+          type: boolean
+        friends:
+          $ref: '#/components/schemas/Friends'
+        first_name:
+          type: string
+        last_name:
+          type: string
+        twitter_handle:
+          type: string
+        org:
+          type: string
+        job_title:
+          type: string
+        website:
+          type: string
+        country:
+          $ref: '#/components/schemas/Country'
+        bio:
+          type: string
+        interests:
+          type: array
+          items:
+            type: string
+          description: ''
+      example:
+        uid: 9
+        name: cguindon
+        mail: chris.guindon@eclipse-foundation.org
+        eca:
+          signed: true
+        is_committer: true
+        friends:
+          friend_id: 6104
+        first_name: Christopher
+        last_name: Guindon
+        twitter_handle: chrisguindon
+        org: Eclipse Foundation
+        job_title: Lead Web Application Developper
+        website: http://www.chrisguindon.com/
+        country:
+          code: CA
+          name: Canada
+        bio: Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!
+        interests:
+        - Snowboarding
+        - webdev
+        - php
+        - javascript
+        - Drums
+    Searchforauserresponse:
+      title: Searchforauserresponse
+      required:
+      - uid
+      - name
+      - mail
+      - eca
+      - is_committer
+      - friends
+      - first_name
+      - last_name
+      - twitter_handle
+      - org
+      - job_title
+      - website
+      - country
+      - bio
+      - interests
+      type: object
+      properties:
+        uid:
+          type: string
+        name:
+          type: string
+        mail:
+          type: string
+        eca:
+          $ref: '#/components/schemas/Eca'
+        is_committer:
+          type: boolean
+        friends:
+          $ref: '#/components/schemas/Friends'
+        first_name:
+          type: string
+        last_name:
+          type: string
+        twitter_handle:
+          type: string
+        org:
+          type: string
+        job_title:
+          type: string
+        website:
+          type: string
+        country:
+          $ref: '#/components/schemas/Country'
+        bio:
+          type: string
+        interests:
+          type: array
+          items:
+            type: string
+          description: ''
+      example:
+        uid: 9
+        name: cguindon
+        mail: chris.guindon@eclipse-foundation.org
+        eca:
+          signed: true
+        is_committer: true
+        friends:
+          friend_id: 6104
+        first_name: Christopher
+        last_name: Guindon
+        twitter_handle: chrisguindon
+        org: Eclipse Foundation
+        job_title: Lead Web Application Developper
+        website: http://www.chrisguindon.com/
+        country:
+          code: CA
+          name: Canada
+        bio: Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!
+        interests:
+        - Snowboarding
+        - webdev
+        - php
+        - javascript
+        - Drums
+    Forumpostsresponse:
+      title: Forumpostsresponse
+      required:
+      - id
+      - alias
+      - avatar_loc
+      - email
+      - posted_msg_count
+      - join_date
+      - location
+      - sig
+      - last_visit
+      - level_name
+      - level_img
+      - posts
+      type: object
+      properties:
+        id:
+          type: string
+        alias:
+          type: string
+        avatar_loc:
+          type: string
+          nullable: true
+        email:
+          type: string
+        posted_msg_count:
+          type: string
+        join_date:
+          type: string
+        location:
+          type: string
+          nullable: true
+        sig:
+          type: string
+          nullable: true
+        last_visit:
+          type: string
+        level_name:
+          type: string
+        level_img:
+          type: string
+          nullable: true
+        posts:
+          type: array
+          items:
+            $ref: '#/components/schemas/Post'
+          description: ''
+      example:
+        id: 125133
+        alias: Christopher Guindon
+        avatar_loc: 
+        email: chris.guindon@eclipse-foundation.org
+        posted_msg_count: 2
+        join_date: 1329944087
+        location: 
+        sig: 
+        last_visit: 1489180635
+        level_name: Junior Member
+        level_img: 
+        posts:
+        - msg_id: 1385038
+          msg_thread_id: 781490
+          msg_poster_id: 125133
+          msg_reply_to: 0
+          msg_post_stamp: 1401828571
+          msg_update_stamp: 0
+          msg_updated_by: 0
+          msg_subject: sdfdsf
+          thread_id: 781490
+          thread_forum_id: 97
+          thread_root_msg_id: 1385038
+          thread_last_post_date: 1490969896
+          thread_replies: 6
+          thread_views: 8925
+          thread_rating: 0
+          thread_n_rating: 0
+          thread_last_post_id: 1758673
+          thread_orderexpiry: 0
+          thread_thread_opt: 0
+          thread_tdescr: ''
+          forum_name: Test
+          forum_cat_id: 3
+          forum_description: Forum for testing messages. This is <b>UNRELATED to testing with Eclipse</b>.  Use the <a href='http://www.eclipse.org/forums/eclipse.tptp'>Test and Performance forum</a> for those discussions instead.
+          forum_date_created: 1248707241
+          forum_thread_count: 975
+          forum_post_count: 1526
+          forum_last_post_id: 1764500
+          cat_name: General (non-technical)
+          cat_description: ' - Click +/- to expand/collapse'
+          read_last_view: 
+          last_msg_poster_id: 216471
+          last_msg_subject: 'Re: sdfdsf'
+          last_msg_post_stamp: 1490969896
+          last_msg_update_stamp: 0
+          last_poster_email: m.amjadi@engineer.com
+          last_poster_alias: Mohammad H. Amir Amjadi
+          root_msg_poster_id: 125133
+          root_msg_subject: sdfdsf
+          root_msg_post_stamp: 1401828571
+          root_msg_update_stamp: 0
+          root_poster_email: chris.guindon@eclipse-foundation.org
+          root_poster_alias: Christopher Guindon
+          last_user_msg_poster_id: 125133
+          last_user_msg_subject: sdfdsf
+          last_user_msg_stamp: 1401828571
+          msg4_update_stamp: 0
+          msg_group_post_stamp: 1479327581
+    Post:
+      title: Post
+      required:
+      - msg_id
+      - msg_thread_id
+      - msg_poster_id
+      - msg_reply_to
+      - msg_post_stamp
+      - msg_update_stamp
+      - msg_updated_by
+      - msg_subject
+      - thread_id
+      - thread_forum_id
+      - thread_root_msg_id
+      - thread_last_post_date
+      - thread_replies
+      - thread_views
+      - thread_rating
+      - thread_n_rating
+      - thread_last_post_id
+      - thread_orderexpiry
+      - thread_thread_opt
+      - thread_tdescr
+      - forum_name
+      - forum_cat_id
+      - forum_description
+      - forum_date_created
+      - forum_thread_count
+      - forum_post_count
+      - forum_last_post_id
+      - cat_name
+      - cat_description
+      - read_last_view
+      - last_msg_poster_id
+      - last_msg_subject
+      - last_msg_post_stamp
+      - last_msg_update_stamp
+      - last_poster_email
+      - last_poster_alias
+      - root_msg_poster_id
+      - root_msg_subject
+      - root_msg_post_stamp
+      - root_msg_update_stamp
+      - root_poster_email
+      - root_poster_alias
+      - last_user_msg_poster_id
+      - last_user_msg_subject
+      - last_user_msg_stamp
+      - msg4_update_stamp
+      - msg_group_post_stamp
+      type: object
+      properties:
+        msg_id:
+          type: string
+        msg_thread_id:
+          type: string
+        msg_poster_id:
+          type: string
+        msg_reply_to:
+          type: string
+        msg_post_stamp:
+          type: string
+        msg_update_stamp:
+          type: string
+        msg_updated_by:
+          type: string
+        msg_subject:
+          type: string
+        thread_id:
+          type: string
+        thread_forum_id:
+          type: string
+        thread_root_msg_id:
+          type: string
+        thread_last_post_date:
+          type: string
+        thread_replies:
+          type: string
+        thread_views:
+          type: string
+        thread_rating:
+          type: string
+        thread_n_rating:
+          type: string
+        thread_last_post_id:
+          type: string
+        thread_orderexpiry:
+          type: string
+        thread_thread_opt:
+          type: string
+        thread_tdescr:
+          type: string
+        forum_name:
+          type: string
+        forum_cat_id:
+          type: string
+        forum_description:
+          type: string
+        forum_date_created:
+          type: string
+        forum_thread_count:
+          type: string
+        forum_post_count:
+          type: string
+        forum_last_post_id:
+          type: string
+        cat_name:
+          type: string
+        cat_description:
+          type: string
+        read_last_view:
+          type: string
+          nullable: true
+        last_msg_poster_id:
+          type: string
+        last_msg_subject:
+          type: string
+        last_msg_post_stamp:
+          type: string
+        last_msg_update_stamp:
+          type: string
+        last_poster_email:
+          type: string
+        last_poster_alias:
+          type: string
+        root_msg_poster_id:
+          type: string
+        root_msg_subject:
+          type: string
+        root_msg_post_stamp:
+          type: string
+        root_msg_update_stamp:
+          type: string
+        root_poster_email:
+          type: string
+        root_poster_alias:
+          type: string
+        last_user_msg_poster_id:
+          type: string
+        last_user_msg_subject:
+          type: string
+        last_user_msg_stamp:
+          type: string
+        msg4_update_stamp:
+          type: string
+        msg_group_post_stamp:
+          type: string
+      example:
+        msg_id: 1385038
+        msg_thread_id: 781490
+        msg_poster_id: 125133
+        msg_reply_to: 0
+        msg_post_stamp: 1401828571
+        msg_update_stamp: 0
+        msg_updated_by: 0
+        msg_subject: sdfdsf
+        thread_id: 781490
+        thread_forum_id: 97
+        thread_root_msg_id: 1385038
+        thread_last_post_date: 1490969896
+        thread_replies: 6
+        thread_views: 8925
+        thread_rating: 0
+        thread_n_rating: 0
+        thread_last_post_id: 1758673
+        thread_orderexpiry: 0
+        thread_thread_opt: 0
+        thread_tdescr: ''
+        forum_name: Test
+        forum_cat_id: 3
+        forum_description: Forum for testing messages. This is <b>UNRELATED to testing with Eclipse</b>.  Use the <a href='http://www.eclipse.org/forums/eclipse.tptp'>Test and Performance forum</a> for those discussions instead.
+        forum_date_created: 1248707241
+        forum_thread_count: 975
+        forum_post_count: 1526
+        forum_last_post_id: 1764500
+        cat_name: General (non-technical)
+        cat_description: ' - Click +/- to expand/collapse'
+        read_last_view: 
+        last_msg_poster_id: 216471
+        last_msg_subject: 'Re: sdfdsf'
+        last_msg_post_stamp: 1490969896
+        last_msg_update_stamp: 0
+        last_poster_email: m.amjadi@engineer.com
+        last_poster_alias: Mohammad H. Amir Amjadi
+        root_msg_poster_id: 125133
+        root_msg_subject: sdfdsf
+        root_msg_post_stamp: 1401828571
+        root_msg_update_stamp: 0
+        root_poster_email: chris.guindon@eclipse-foundation.org
+        root_poster_alias: Christopher Guindon
+        last_user_msg_poster_id: 125133
+        last_user_msg_subject: sdfdsf
+        last_user_msg_stamp: 1401828571
+        msg4_update_stamp: 0
+        msg_group_post_stamp: 1479327581
+    ProjectRelationshipresponse:
+      title: ProjectRelationshipresponse
+      required:
+      - technology.cbi
+      - technology.usssdk
+      - foundation-internal
+      type: object
+      properties:
+        technology.cbi:
+          type: array
+          items:
+            $ref: '#/components/schemas/TechnologyCbi'
+          description: ''
+        technology.usssdk:
+          type: array
+          items:
+            $ref: '#/components/schemas/TechnologyUsssdk'
+          description: ''
+        foundation-internal:
+          type: array
+          items:
+            $ref: '#/components/schemas/FoundationInternal'
+          description: ''
+      example:
+        technology.cbi:
+        - ActiveDate: 2014-12-15
+          InactiveDate: 
+          EditBugs: 0
+          ProjectName: Common Build Infrastructure
+          url: https://projects.eclipse.org/projects/technology.cbi
+          Relation:
+            Relation: CM
+            Description: Committer
+            IsActive: 1
+            Type:
+              Type: PR
+              Description: Person - Project
+        technology.usssdk:
+        - ActiveDate: 2016-09-21
+          InactiveDate: 
+          EditBugs: 0
+          ProjectName: Eclipse USS SDK
+          url: https://projects.eclipse.org/projects/technology.usssdk
+          Relation:
+            Relation: CM
+            Description: Committer
+            IsActive: 1
+            Type:
+              Type: PR
+              Description: Person - Project
+        - ActiveDate: 2016-09-21
+          InactiveDate: 
+          EditBugs: 0
+          ProjectName: Eclipse USS SDK
+          url: https://projects.eclipse.org/projects/technology.usssdk
+          Relation:
+            Relation: PL
+            Description: Project Lead
+            IsActive: 1
+            Type:
+              Type: PR
+              Description: Person - Project
+        foundation-internal:
+        - ActiveDate: 2012-12-21
+          InactiveDate: 
+          EditBugs: 0
+          ProjectName: Internal Foundation Projects
+          url: ''
+          Relation:
+            Relation: CM
+            Description: Committer
+            IsActive: 1
+            Type:
+              Type: PR
+              Description: Person - Project
+    TechnologyCbi:
+      title: TechnologyCbi
+      required:
+      - ActiveDate
+      - InactiveDate
+      - EditBugs
+      - ProjectName
+      - url
+      - Relation
+      type: object
+      properties:
+        ActiveDate:
+          type: string
+        InactiveDate:
+          type: string
+          nullable: true
+        EditBugs:
+          type: string
+        ProjectName:
+          type: string
+        url:
+          type: string
+        Relation:
+          $ref: '#/components/schemas/Relation'
+      example:
+        ActiveDate: 2014-12-15
+        InactiveDate: 
+        EditBugs: 0
+        ProjectName: Common Build Infrastructure
+        url: https://projects.eclipse.org/projects/technology.cbi
+        Relation:
+          Relation: CM
+          Description: Committer
+          IsActive: 1
+          Type:
+            Type: PR
+            Description: Person - Project
+    Relation:
+      title: Relation
+      required:
+      - Relation
+      - Description
+      - IsActive
+      - Type
+      type: object
+      properties:
+        Relation:
+          type: string
+        Description:
+          type: string
+        IsActive:
+          type: string
+        Type:
+          $ref: '#/components/schemas/Type'
+      example:
+        Relation: CM
+        Description: Committer
+        IsActive: 1
+        Type:
+          Type: PR
+          Description: Person - Project
+    Type:
+      title: Type
+      required:
+      - Type
+      - Description
+      type: object
+      properties:
+        Type:
+          type: string
+        Description:
+          type: string
+      example:
+        Type: PR
+        Description: Person - Project
+    TechnologyUsssdk:
+      title: TechnologyUsssdk
+      required:
+      - ActiveDate
+      - InactiveDate
+      - EditBugs
+      - ProjectName
+      - url
+      - Relation
+      type: object
+      properties:
+        ActiveDate:
+          type: string
+        InactiveDate:
+          type: string
+          nullable: true
+        EditBugs:
+          type: string
+        ProjectName:
+          type: string
+        url:
+          type: string
+        Relation:
+          $ref: '#/components/schemas/Relation'
+      example:
+        ActiveDate: 2016-09-21
+        InactiveDate: 
+        EditBugs: 0
+        ProjectName: Eclipse USS SDK
+        url: https://projects.eclipse.org/projects/technology.usssdk
+        Relation:
+          Relation: CM
+          Description: Committer
+          IsActive: 1
+          Type:
+            Type: PR
+            Description: Person - Project
+    FoundationInternal:
+      title: FoundationInternal
+      required:
+      - ActiveDate
+      - InactiveDate
+      - EditBugs
+      - ProjectName
+      - url
+      - Relation
+      type: object
+      properties:
+        ActiveDate:
+          type: string
+        InactiveDate:
+          type: string
+          nullable: true
+        EditBugs:
+          type: string
+        ProjectName:
+          type: string
+        url:
+          type: string
+        Relation:
+          $ref: '#/components/schemas/Relation'
+      example:
+        ActiveDate: 2012-12-21
+        InactiveDate: 
+        EditBugs: 0
+        ProjectName: Internal Foundation Projects
+        url: ''
+        Relation:
+          Relation: CM
+          Description: Committer
+          IsActive: 1
+          Type:
+            Type: PR
+            Description: Person - Project
+    Gerritreviewcountresponse:
+      title: Gerritreviewcountresponse
+      required:
+      - merged_changes_count
+      type: object
+      properties:
+        merged_changes_count:
+          type: string
+      example:
+        merged_changes_count: 671
+    MailingListSubscriptionsresponse:
+      title: MailingListSubscriptionsresponse
+      required:
+      - mailing_list_subscriptions
+      type: object
+      properties:
+        mailing_list_subscriptions:
+          type: array
+          items:
+            $ref: '#/components/schemas/MailingListSubscription'
+          description: ''
+      example:
+        mailing_list_subscriptions:
+        - list_name: epp-dev
+          list_description: Eclipse Packaging Project
+        - list_name: eclipse.org-webdev
+          list_description: Eclipse.org Webdev notices and discussions
+    MailingListSubscription:
+      title: MailingListSubscription
+      required:
+      - list_name
+      - list_description
+      type: object
+      properties:
+        list_name:
+          type: string
+        list_description:
+          type: string
+      example:
+        list_name: epp-dev
+        list_description: Eclipse Packaging Project
+    FetchBlobsresponse:
+      title: FetchBlobsresponse
+      required:
+      - application_token
+      - etag
+      - changed
+      - key
+      - url
+      type: object
+      properties:
+        application_token:
+          type: string
+        etag:
+          type: string
+        changed:
+          type: string
+        key:
+          type: string
+        url:
+          type: string
+      example:
+        application_token: MZ04RMOpksKN5GpxKXafq2MSjSP
+        etag: 9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb
+        changed: 1497030093
+        key: mpc_favorites
+        url: https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites
+    SearchBlobsresponse:
+      title: SearchBlobsresponse
+      required:
+      - application_token
+      - etag
+      - changed
+      - key
+      - url
+      - value
+      type: object
+      properties:
+        application_token:
+          type: string
+        etag:
+          type: string
+        changed:
+          type: string
+        key:
+          type: string
+        url:
+          type: string
+        value:
+          type: string
+      example:
+        application_token: MZ04RMOpksKN5GpxKXafq2MSjSP
+        etag: 9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb
+        changed: 1497030093
+        key: mpc_favorites
+        url: https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites
+        value: MzI3NDQwNQ==
+    UpdateCreateBlobsresponse:
+      title: Update/CreateBlobsresponse
+      required:
+      - url
+      type: object
+      properties:
+        url:
+          type: string
+      example:
+        url: https://api.eclipse.org/api/blob/:namespace/:key
+    RetrieveFileresponse:
+      title: RetrieveFileresponse
+      required:
+      - file_id
+      - file_name
+      - download_count
+      - size_disk_bytes
+      - timestamp_disk
+      - md5sum
+      - sha1sum
+      - sha512sum
+      type: object
+      properties:
+        file_id:
+          type: string
+        file_name:
+          type: string
+        download_count:
+          type: string
+        size_disk_bytes:
+          type: string
+        timestamp_disk:
+          type: string
+        md5sum:
+          type: string
+        sha1sum:
+          type: string
+        sha512sum:
+          type: string
+      example:
+        file_id: 213
+        file_name: /stats/releases/mars/org.eclipse.oomph.setup.sdk
+        download_count: 4499
+        size_disk_bytes: 0
+        timestamp_disk: 0
+        md5sum: nofile
+        sha1sum: nofile
+        sha512sum: nofile
+    Releaseresponse:
+      title: Releaseresponse
+      required:
+      - release_name
+      - release_version
+      - packages
+      type: object
+      properties:
+        release_name:
+          type: string
+        release_version:
+          type: string
+        packages:
+          $ref: '#/components/schemas/Packages'
+      example:
+        release_name: neon
+        release_version: r
+        packages:
+          jee-package:
+            name: Eclipse IDE for Java EE Developers
+            package_bugzilla_id: jee-package
+            download_count: 1231525
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.
+            features:
+            - org.eclipse.epp.package.jee.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.datatools.common.doc.user
+            - org.eclipse.datatools.connectivity.doc.user
+            - org.eclipse.datatools.connectivity.feature
+            - org.eclipse.datatools.doc.user
+            - org.eclipse.datatools.enablement.feature
+            - org.eclipse.datatools.intro
+            - org.eclipse.datatools.modelbase.feature
+            - org.eclipse.datatools.sqldevtools.feature
+            - org.eclipse.datatools.sqltools.doc.user
+            - org.eclipse.egit
+            - org.eclipse.egit.mylyn
+            - org.eclipse.jdt
+            - org.eclipse.jpt.common.eclipselink.feature
+            - org.eclipse.jpt.common.feature
+            - org.eclipse.jpt.dbws.eclipselink.feature
+            - org.eclipse.jpt.jaxb.eclipselink.feature
+            - org.eclipse.jpt.jaxb.feature
+            - org.eclipse.jpt.jpa.eclipselink.feature
+            - org.eclipse.jpt.jpa.feature
+            - org.eclipse.jsf.feature
+            - org.eclipse.jst.common.fproj.enablement.jdt
+            - org.eclipse.jst.enterprise_ui.feature
+            - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+            - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+            - org.eclipse.jst.server_adapters.ext.feature
+            - org.eclipse.jst.server_adapters.feature
+            - org.eclipse.jst.server_ui.feature
+            - org.eclipse.jst.webpageeditor.feature
+            - org.eclipse.jst.webpageeditor.feature
+            - org.eclipse.jst.web_ui.feature
+            - org.eclipse.jst.ws.axis2tools.feature
+            - org.eclipse.jst.ws.axis2tools.feature
+            - org.eclipse.jst.ws.cxf.feature
+            - org.eclipse.jst.ws.jaxws.dom.feature
+            - org.eclipse.jst.ws.jaxws.feature
+            - org.eclipse.m2e.feature
+            - org.eclipse.m2e.logback.feature
+            - org.eclipse.m2e.wtp.feature
+            - org.eclipse.m2e.wtp.jaxrs.feature
+            - org.eclipse.m2e.wtp.jpa.feature
+            - org.eclipse.m2e.wtp.jsf.feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.java_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.pde
+            - org.eclipse.recommenders.mylyn.rcp.feature
+            - org.eclipse.recommenders.rcp.feature
+            - org.eclipse.cft.server.core.feature
+            - org.eclipse.cft.server.ui.feature
+            - org.eclipse.rse
+            - org.eclipse.rse.useractions
+            - org.eclipse.tm.terminal.feature
+            - org.eclipse.wst.common.fproj
+            - org.eclipse.wst.jsdt.feature
+            - org.eclipse.wst.jsdt.chromium.debug.feature
+            - org.eclipse.wst.server_adapters.feature
+            - org.eclipse.wst.web_ui.feature
+            - org.eclipse.wst.xml_ui.feature
+            - org.eclipse.wst.xsl.feature
+            files:
+              linux:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 299 MB
+                  file_id: 1516862
+                  file_url: https://api.eclipse.org/download/file/1516862
+                  download_count: 112057
+                  checksum:
+                    md5: 5b034fe90970b4397aa41d819e8ffd4a
+                    sha1: 353178c8031c4f96ee8b872ba7765801a75ed6cc
+                    sha512: e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk.tar.gz
+                  size: 299 MB
+                  file_id: 1524320
+                  file_url: https://api.eclipse.org/download/file/1524320
+                  download_count: 14810
+                  checksum:
+                    md5: 526ddec029b7f036b3e99a61b460433d
+                    sha1: e8874627ef24180681e4f50023131858b2c2bf99
+                    sha512: 4449200d77a0ea25ead72f2e47e135f0a7c546d1c484ab2ed928dc09fe191d59820bf4924d151c9d08c8d704b4d3212c13e3e4c2275b7a56b5adc2cf7709ae66
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32-x86_64.zip
+                  size: 301 MB
+                  file_id: 1483618
+                  file_url: https://api.eclipse.org/download/file/1483618
+                  download_count: 789774
+                  checksum:
+                    md5: 1542baca4dce7808cc61a20e10211d17
+                    sha1: cd00f5d5d3aa8932c8988513632fb82cd3c7f4bb
+                    sha512: 5cc9b1f93825707fe39ee4ac0c7733bf5e8f32525bb58cf1f422e4f8bcb464ea2ecfec5a5c20f770c18e9a461413cb711dce7d4fcfe27d3a02689baf59688f3a
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32.zip
+                  size: 301 MB
+                  file_id: 1496662
+                  file_url: https://api.eclipse.org/download/file/1496662
+                  download_count: 236198
+                  checksum:
+                    md5: e448375731e107d50638f034d879f694
+                    sha1: 34d7ec1122ba1283592ec725ca42113c25acb396
+                    sha512: 7dc144ea3613e7fc42c74e6dddb682b6705088a5e54092baf888389bb71cc37a0ce4ce7b17ba45f3ce1d3c1c9fdb744e4a0e925167c12befd1f6c498620d94cc
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 299 MB
+                  file_id: 1510957
+                  file_url: https://api.eclipse.org/download/file/1510957
+                  download_count: 78686
+                  checksum:
+                    md5: 583d4b9e2030defbacee7cb8cd820b63
+                    sha1: 75899b2decba15fbbe7be44f5d474e9def477b6c
+                    sha512: d3b2ea5db93cdb3ca16cf6a674ed359ec7a3fc8953c721e3b19443ac0f0d3479bb1ee6f5783deecee8c3ff3c181cab451fe52155ef36c40935d78fc29bb97ca8
+          java-package:
+            name: Eclipse IDE for Java Developers
+            package_bugzilla_id: java-package
+            download_count: 560313
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration
+            features:
+            - org.eclipse.epp.package.java.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.buildship
+            - org.eclipse.egit
+            - org.eclipse.egit.mylyn
+            - org.eclipse.jdt
+            - org.eclipse.jgit
+            - org.eclipse.m2e.feature
+            - org.eclipse.m2e.logback.feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.git
+            - org.eclipse.mylyn.hudson
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.java_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.recommenders.mylyn.rcp.feature
+            - org.eclipse.recommenders.rcp.feature
+            - org.eclipse.recommenders.snipmatch.rcp.feature
+            - org.eclipse.wst.xml_ui.feature
+            files:
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 160 MB
+                  file_id: 1524135
+                  file_url: https://api.eclipse.org/download/file/1524135
+                  download_count: 51597
+                  checksum:
+                    md5: 94a564abb4f0dc014e84043bd6fdf495
+                    sha1: 684297167ccc6435b6434ee8c24ef226b1e9991f
+                    sha512: be17f820859c73ec19b44bf83ddfeccd503e008df837005cbb80f16adf97d53aefbc1488dfe5c8fec796da0de11d70e647e735fb98ad29aecc2a8c44e6d66eb5
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32-x86_64.zip
+                  size: 161 MB
+                  file_id: 1483666
+                  file_url: https://api.eclipse.org/download/file/1483666
+                  download_count: 326737
+                  checksum:
+                    md5: 80cebd741b815ecffff6326c98cc2bbd
+                    sha1: 3330a534b40c28a189da328130a29561795250e0
+                    sha512: 57d979b19cc86fbf0f6bfa9464aa89413662b5bbe3c984492d78247ebf72048ec57946aada55bd5c7fa81746f202e600e8048ee81729936f101971941e97c10d
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32.zip
+                  size: 161 MB
+                  file_id: 1515686
+                  file_url: https://api.eclipse.org/download/file/1515686
+                  download_count: 135236
+                  checksum:
+                    md5: b21c5c168ec3d5a4b5ec7336625ba85b
+                    sha1: 78919c417386ce0a5df27eba542e07f62c2331ef
+                    sha512: 618ecc193b3fa7e2b5bb85fbc6a75142487e9cef63a0b2f7e7130f49babe1e793ace4fa6ee83848fc74fea7ed2faa094f81504c4a918184882200b1218006134
+              linux:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk.tar.gz
+                  size: 160 MB
+                  file_id: 1524479
+                  file_url: https://api.eclipse.org/download/file/1524479
+                  download_count: 7396
+                  checksum:
+                    md5: 3b8f3098ec353962208a38af3cbb36c6
+                    sha1: 7e4caabffafa4e5379893846a636f46d691f03a8
+                    sha512: 57ffab533690bcbeabb40966ef7f05aab85868afc669c5a54631e8a3ec99e1f74bde19ab51f18d8d580a05fb3c80154f0b187595c91e0445219cece9c0346ceb
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 160 MB
+                  file_id: 1523565
+                  file_url: https://api.eclipse.org/download/file/1523565
+                  download_count: 39347
+                  checksum:
+                    md5: dc4cf41b6f48af4978885c66d9630d3d
+                    sha1: d7562af3c5a7377d05abae14e746b36b4896d39f
+                    sha512: 01bc46fcaf3187bc70bb0f26dcdae9fa2f633106785c1c8b41b2d3daf4330efbd0d6a00d5dbc2d6159a6faefb74c403d98794bdbf172cd6e73d6156f36f94641
+          cpp-package:
+            name: Eclipse IDE for C/C++ Developers
+            package_bugzilla_id: cpp-package
+            download_count: 197278
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              An IDE for C/C++ developers with Mylyn integration.
+            features:
+            - org.eclipse.epp.package.cpp.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.cdt
+            - org.eclipse.cdt.autotools
+            - org.eclipse.cdt.build.crossgcc
+            - org.eclipse.cdt.debug.standalone
+            - org.eclipse.cdt.debug.ui.memory
+            - org.eclipse.cdt.launch.remote
+            - org.eclipse.cdt.mylyn
+            - org.eclipse.egit
+            - org.eclipse.linuxtools.cdt.libhover.feature
+            - org.eclipse.linuxtools.cdt.libhover.devhelp.feature
+            - org.eclipse.linuxtools.changelog.c
+            - org.eclipse.linuxtools.gcov
+            - org.eclipse.linuxtools.gprof.feature
+            - org.eclipse.linuxtools.rpm
+            - org.eclipse.linuxtools.valgrind
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.team_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.rse
+            - org.eclipse.tracecompass.gdbtrace
+            - org.eclipse.tracecompass.lttng2.control
+            - org.eclipse.tracecompass.lttng2.kernel
+            - org.eclipse.tracecompass.lttng2.ust
+            files:
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32-x86_64.zip
+                  size: 176 MB
+                  file_id: 1524207
+                  file_url: https://api.eclipse.org/download/file/1524207
+                  download_count: 85751
+                  checksum:
+                    md5: 7694342c71b025791b4ca69c2ce798a5
+                    sha1: 98152b923ce8c4f656a13f730747304b12d78fd5
+                    sha512: ba65f745b11a6e4a5c23eb1df32f0b14f853e572d3b39a7fcf3f4d07fea2e309694f9c62ae34a35bf61fc696ae47d3013b3731086341d84fddbe933812acefba
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32.zip
+                  size: 176 MB
+                  file_id: 1524293
+                  file_url: https://api.eclipse.org/download/file/1524293
+                  download_count: 33790
+                  checksum:
+                    md5: eb526e56ebf93df96f584a2184488eb1
+                    sha1: b69b8a2e8eed5ef982eb4c23653c78f671a6a949
+                    sha512: 4314ddc67d723a30380cfa36cf3496d28785485d103c5150b85d64eaa96ca0c20a7849668779b536d78f25b8a5e49744cac584a9a2ae364eb125735f40eb0c20
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 175 MB
+                  file_id: 1524150
+                  file_url: https://api.eclipse.org/download/file/1524150
+                  download_count: 14826
+                  checksum:
+                    md5: 7a0325aff425cb2625388e9f52ab9816
+                    sha1: 85fec7f0997b14030b7b4bff14dba2db29bfb24d
+                    sha512: 8d7516a9400a920b5acd574e947d9196c502dd0a88db6303158603ee81d0fe86ba850560ba98d83bdfba5dabd1820eb8ef410284ae2fe900bbe44959f08f2619
+              linux:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz
+                  size: 182 MB
+                  file_id: 1524302
+                  file_url: https://api.eclipse.org/download/file/1524302
+                  download_count: 10826
+                  checksum:
+                    md5: 76ba76b9ee4f8d7a594125ced87bee88
+                    sha1: c3473d0c02712ed559606f65e2e54c51bc2c8c1b
+                    sha512: 0ed94a7a2bccc530f32c491b7282f261cbb1e431b7369c9a8e976248f71cbd11339598b6cf3c8a047f17d1b11ee94a28cf2e1a51e354562926b4d3f0ee08b24e
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 182 MB
+                  file_id: 1523714
+                  file_url: https://api.eclipse.org/download/file/1523714
+                  download_count: 52085
+                  checksum:
+                    md5: e9ee3b49afa8a9b7a46d744e87290301
+                    sha1: 6d708f40feb9c41b15529c6cb8f527deee9ac04a
+                    sha512: d4da1d315e37fe7e418304bc48eda84ebd62ac0ac2385211fbc1dff1a14f4928d0b4914a55958df2f07d4567de8dcc486a4afd41f180cb2fdd91801e362258f8
+          android-package:
+            name: Eclipse for Android Developers
+            package_bugzilla_id: android-package
+            download_count: 119802
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonr
+            incubating: true
+            class: ''
+            body: >
+              An IDE for developers creating Android applications.
+            features:
+            - org.eclipse.epp.package.android.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.andmore.android.basic.feature
+            - org.eclipse.andmore.gldebugger.feature
+            - org.eclipse.andmore.hierarchyviewer.feature
+            - org.eclipse.andmore.ndk.feature
+            - org.eclipse.andmore.traceview.feature
+            - org.eclipse.buildship
+            - org.eclipse.egit
+            - org.eclipse.egit.mylyn
+            - org.eclipse.jdt
+            - org.eclipse.m2e.feature
+            - org.eclipse.m2e.logback.feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.git
+            - org.eclipse.mylyn.hudson
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.java_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.recommenders.mylyn.rcp.feature
+            - org.eclipse.recommenders.rcp.feature
+            - org.eclipse.recommenders.snipmatch.rcp.feature
+            - org.eclipse.wst.xml_ui.feature
+            files:
+              linux:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk-x86_64.tar.gz
+                  size: 243 MB
+                  file_id: 1524233
+                  file_url: https://api.eclipse.org/download/file/1524233
+                  download_count: 6817
+                  checksum:
+                    md5: 6dae90fdcc0cc3a49a8cfe5c4ee68c43
+                    sha1: 86f6fe742cbcf5471247c819d59bf658ebaa49b9
+                    sha512: 798e7e80bb6c347a978c275503d249191251ee8014830ab3d571ff656b5f3ac5dadf57f4e79fc7e7916bc9e0d6feccd8dfbadb76bd6a8766b5a41ddf14d1ed4d
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk.tar.gz
+                  size: 243 MB
+                  file_id: 1525322
+                  file_url: https://api.eclipse.org/download/file/1525322
+                  download_count: 1828
+                  checksum:
+                    md5: 9300cf4af38e7515bd8cd1572a62ae73
+                    sha1: 09a2eb7247c6ffe9d5990b825ed5615af7d07a29
+                    sha512: 293d2d765179176075692596b44a9baab8e1984d066a2bf1d029431a7a8a078485ff52f158d5458783ac5643714c7f5d17636fd36e1b2571c7c1f0bed9d4f026
+              windows:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32.zip
+                  size: 245 MB
+                  file_id: 1524356
+                  file_url: https://api.eclipse.org/download/file/1524356
+                  download_count: 26896
+                  checksum:
+                    md5: d323f0ac85cb0526e835bcc23ae6f28b
+                    sha1: 76a8161ee434c72c8f0d90609c240dc263802f91
+                    sha512: 7e6054c5af55e0338d5dd0d07fbafd72ca69b3af125a8646c3e24112e0ea906efa43338b28bbab2f59ecb73a5afad4590d91c521b1d6959677a3bd9c60e1b595
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32-x86_64.zip
+                  size: 245 MB
+                  file_id: 1524306
+                  file_url: https://api.eclipse.org/download/file/1524306
+                  download_count: 76619
+                  checksum:
+                    md5: 6a9d56b94d26429370e9b4134d7645d2
+                    sha1: 2ec2e2a032ef4771ff8c04764b38c59c8d28d100
+                    sha512: 1da1fd3a779b91010cb2e29ed6632cae9f87bd8c3df62af3d633f6d42cfcdf37b4031b9fa5b6118d4f7c5398907fe4cbe31c016915a78917c50d8407a4f6a6ee
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-macosx-cocoa-x86_64.tar.gz
+                  size: 244 MB
+                  file_id: 1524250
+                  file_url: https://api.eclipse.org/download/file/1524250
+                  download_count: 7642
+                  checksum:
+                    md5: 907423883e2bf2a0533f1d9d218cc774
+                    sha1: 4906c6101479678c279acde63ba15f9da103280e
+                    sha512: 93a85ed681d6f11d7c3b9a8942be39e3a92fc5d472a7ef4b50e40bc4ca311b2cc39f4b36cb4a42af8974334d62ad24081afd96c22ef8596473b3c72ac383dd9b
+          php-package:
+            name: Eclipse for PHP Developers
+            package_bugzilla_id: php-package
+            download_count: 108187
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-php-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+            features:
+            - org.eclipse.epp.package.php.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.egit
+            - org.eclipse.egit.gitflow.feature
+            - org.eclipse.egit.mylyn
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.github.feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.php.mylyn
+            - org.eclipse.php.importer
+            - org.eclipse.php
+            - org.eclipse.wst.jsdt.feature
+            - org.eclipse.wst.xml_ui.feature
+            files:
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 160 MB
+                  file_id: 1524494
+                  file_url: https://api.eclipse.org/download/file/1524494
+                  download_count: 8517
+                  checksum:
+                    md5: 19b5f43d0b896dd294262962718baca1
+                    sha1: 2ffa637414c33a40ec011fb43ef190875c8b8b27
+                    sha512: 82e4a16c74916b93c5d4994c8202d393fbafc23391eafc89bc9f0e46ff82b30a9670c819f509e6cecb06376263ca9febcedcdc0abd7cf228642890f856aec701
+              linux:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 160 MB
+                  file_id: 1524255
+                  file_url: https://api.eclipse.org/download/file/1524255
+                  download_count: 14220
+                  checksum:
+                    md5: 02d4b3ac00cd7b37db0fbed490a02709
+                    sha1: 136d8a3d94b55a8424214630a0700162d977fb72
+                    sha512: 728eed94ac9324bb10e3ed56998628edf6b1d618bd82030351e2ad261f535810aab3920ec9b7522cd656c0ecf6b3b9354aefcbd42adaadddde5f86e2e942cc92
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk.tar.gz
+                  size: 160 MB
+                  file_id: 1525126
+                  file_url: https://api.eclipse.org/download/file/1525126
+                  download_count: 2470
+                  checksum:
+                    md5: 6718005f1a87d12e452ef2b5d0e143dd
+                    sha1: 98ceec59073c1a914cf3dcbe5ff9642dc87bea89
+                    sha512: 4fe370bacb80c1b9a9e5296d3985451ed491a2cafb19563af60c2df116a6a2ca95de9abc39a5689889ca4827440d55baaca559ce4fd0474719d2258a926b9df2
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32-x86_64.zip
+                  size: 161 MB
+                  file_id: 1524166
+                  file_url: https://api.eclipse.org/download/file/1524166
+                  download_count: 65535
+                  checksum:
+                    md5: 1b35504359e60a10c2f6cff86f27c582
+                    sha1: e512ee9542949c10af31958c34c13889ac81f69c
+                    sha512: 46c2077a45896cd3c85fec7ccb964835bd8ceec181daacfe205e86a999546c52e5ab91df71faa6fe31c1642f6df493bcf4fc62438c45167204a20cacb88fac3d
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32.zip
+                  size: 161 MB
+                  file_id: 1524383
+                  file_url: https://api.eclipse.org/download/file/1524383
+                  download_count: 17445
+                  checksum:
+                    md5: f87370d525d75fddea404ca23e534654
+                    sha1: 82e1a85d1b05de7ffbfa836fd957c9a3a50ccb1a
+                    sha512: 0970d5b966168ab05ecdfc21282d3024015c838f6afb66d9d177b0e80f735c7d39f5c18d3ed1197799997f47d5312344dce82452728f58a49f91d15c4ec819e6
+          reporting-package:
+            name: Eclipse IDE for Java and Report Developers
+            package_bugzilla_id: reporting-package
+            download_count: 75827
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-report-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              Java EE tools and BIRT reporting tool for Java developers to create Java EE and Web applications that also have reporting needs.
+            features:
+            - org.eclipse.epp.package.reporting.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.birt.chart.cshelp
+            - org.eclipse.birt.cshelp
+            - org.eclipse.birt.doc
+            - org.eclipse.birt.example
+            - org.eclipse.birt
+            - org.eclipse.datatools.common.doc.user
+            - org.eclipse.datatools.connectivity.doc.user
+            - org.eclipse.datatools.connectivity.feature
+            - org.eclipse.datatools.doc.user
+            - org.eclipse.datatools.enablement.feature
+            - org.eclipse.datatools.intro
+            - org.eclipse.datatools.modelbase.feature
+            - org.eclipse.datatools.sqldevtools.feature
+            - org.eclipse.datatools.sqltools.doc.user
+            - org.eclipse.jdt
+            - org.eclipse.jpt.common.eclipselink.feature
+            - org.eclipse.jpt.common.feature
+            - org.eclipse.jpt.dbws.eclipselink.feature
+            - org.eclipse.jpt.jaxb.eclipselink.feature
+            - org.eclipse.jpt.jaxb.feature
+            - org.eclipse.jpt.jpa.eclipselink.feature
+            - org.eclipse.jpt.jpa.feature
+            - org.eclipse.jsf.feature
+            - org.eclipse.jst.common.fproj.enablement.jdt
+            - org.eclipse.jst.enterprise_ui.feature
+            - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+            - org.eclipse.jst.server_adapters.ext.feature
+            - org.eclipse.jst.server_adapters.feature
+            - org.eclipse.jst.server_ui.feature
+            - org.eclipse.jst.webpageeditor.feature
+            - org.eclipse.jst.web_ui.feature
+            - org.eclipse.jst.ws.axis2tools.feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.java_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.rse
+            - org.eclipse.rse.useractions
+            - org.eclipse.tm.terminal.feature
+            - org.eclipse.wst.common.fproj
+            - org.eclipse.wst.jsdt.feature
+            - org.eclipse.wst.server_adapters.feature
+            - org.eclipse.wst.web_ui.feature
+            - org.eclipse.wst.xml_ui.feature
+            - org.eclipse.wst.xsl.feature
+            files:
+              linux:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk.tar.gz
+                  size: 309 MB
+                  file_id: 1525452
+                  file_url: https://api.eclipse.org/download/file/1525452
+                  download_count: 665
+                  checksum:
+                    md5: eece49f787953545683d26579d547368
+                    sha1: 97e2ffad55df94180aa8423d760aba561debdadc
+                    sha512: a1fef86ce393035b4548d21a22f0ee09258159d337de88e5a7563c3c7f9aac11094765083b7ab6b1c6de5e486804c9bea57dcebb72d352ea71f8d7b6f6799c62
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 310 MB
+                  file_id: 1524284
+                  file_url: https://api.eclipse.org/download/file/1524284
+                  download_count: 5099
+                  checksum:
+                    md5: aa50a2d7867830355c8f398767636cc4
+                    sha1: 31474634d56d8af3544220a6ee78d0f8fca4ba31
+                    sha512: a776c0f6e6b6b1d2a8793274a060dfe32344ee32efbee0e09eaac0c34926f3e88d60067501f73b969d2ea25af0c006861e7281d8b6cece35d15e6697dce8d1f0
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32-x86_64.zip
+                  size: 311 MB
+                  file_id: 1524402
+                  file_url: https://api.eclipse.org/download/file/1524402
+                  download_count: 55294
+                  checksum:
+                    md5: 66c5023b052ca0f5722ac2d974632661
+                    sha1: 318670bd82838529ad0e32d39da6feb3c594e72c
+                    sha512: e14b6ffc27f9c40e0f7651bcb4b13260a8ba257c541362ea2ca464d01a708b52f8a1623ac3b3e630234063a72b7da32cba0ff910e432dd6995095ee4dd77332c
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32.zip
+                  size: 311 MB
+                  file_id: 1525333
+                  file_url: https://api.eclipse.org/download/file/1525333
+                  download_count: 9087
+                  checksum:
+                    md5: ee6d9a1403b91c74bc3c8d3449f8c4df
+                    sha1: 62e444d033911234748f87a7273d94e2060efc8e
+                    sha512: dee1c5f5c0319925e6298d731370ee283cb26005e0cf7b6a267861b5fcefe8952a0679344aee0492b4b0881ba36a7259cd4a6646c1f324caa0e3855c3e385290
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 310 MB
+                  file_id: 1527808
+                  file_url: https://api.eclipse.org/download/file/1527808
+                  download_count: 5682
+                  checksum:
+                    md5: a5ca997cca7e3d77c66b869ba2fbc105
+                    sha1: b4b730366731413ec6906d0181bed47fc9397001
+                    sha512: 46cc676a634f7f8ae0004b9b7c5678a5a60e553612044c250b2d02ff4e70cd77fd03215f2e8309c59b858e13934f8c533c45b5200088f6a5a13e6537e98e7166
+          committers-package:
+            name: Eclipse IDE for Eclipse Committers
+            package_bugzilla_id: committers-package
+            download_count: 41746
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neonr
+            incubating: false
+            class: ''
+            body: >
+              Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.
+
+              Click here to file a bug against Eclipse Platform.
+
+              Click here to file a bug against Eclipse Git team provider.
+            features:
+            - org.eclipse.epp.package.committers.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.buildship
+            - org.eclipse.cvs
+            - org.eclipse.cvs.source
+            - org.eclipse.e4.core.tools.feature
+            - org.eclipse.egit
+            - org.eclipse.egit.mylyn
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.equinox.p2.user.ui
+            - org.eclipse.help
+            - org.eclipse.jdt
+            - org.eclipse.jdt.source
+            - org.eclipse.jgit
+            - org.eclipse.jgit.http.apache
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.builds
+            - org.eclipse.mylyn.commons
+            - org.eclipse.mylyn.commons.identity
+            - org.eclipse.mylyn.commons.notifications
+            - org.eclipse.mylyn.commons.repositories
+            - org.eclipse.mylyn.commons.repositories.http
+            - org.eclipse.mylyn.discovery
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.gerrit.dashboard.feature
+            - org.eclipse.mylyn.gerrit.feature
+            - org.eclipse.mylyn.git
+            - org.eclipse.mylyn.hudson
+            - org.eclipse.mylyn.monitor
+            - org.eclipse.mylyn.reviews.feature
+            - org.eclipse.mylyn.team_feature
+            - org.eclipse.mylyn.versions
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.pde
+            - org.eclipse.pde.source
+            - org.eclipse.platform.source
+            - org.eclipse.rcp.source
+            - org.eclipse.recommenders.news.rcp.feature
+            - org.eclipse.recommenders.mylyn.rcp.feature
+            - org.eclipse.recommenders.rcp.feature
+            - org.eclipse.recommenders.snipmatch.rcp.feature
+            files:
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 250 MB
+                  file_id: 1524211
+                  file_url: https://api.eclipse.org/download/file/1524211
+                  download_count: 4719
+                  checksum:
+                    md5: 52be998fd3682b56b439bf03f338dd0d
+                    sha1: 9c4b9058c3a3f6199ae373e1c45175f0115ebaec
+                    sha512: c168593cfeebdbf14797505d1e47ec7eebd72b7f979e5da78a6596ad2c3faae637fb725d8b05884f16be0f23bc4fb4155e403ea48acc4ccf22357c6bf6c4017e
+              linux:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk.tar.gz
+                  size: 250 MB
+                  file_id: 1525686
+                  file_url: https://api.eclipse.org/download/file/1525686
+                  download_count: 605
+                  checksum:
+                    md5: f8fc14ed285d075af0300f320918344e
+                    sha1: fd10990f81ae46d55387c56c528bbb22ca0e1367
+                    sha512: dc5ee097c7cdc354276606745b7e61f3aefaf30f5d3d729b6676033634a0d2afddd3bebba3381741f2137351b13e1093ecbf840bb2a02baf4836e1ee71239a15
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 250 MB
+                  file_id: 1524425
+                  file_url: https://api.eclipse.org/download/file/1524425
+                  download_count: 2225
+                  checksum:
+                    md5: 144db1455448d2977d4695ffbc0f63b6
+                    sha1: 75a1cb2257f7955001af207ebe7bdc3640c14c62
+                    sha512: ce4ca5ac5bbb251f3b8878a73fe313d3a716933e1b625c20fafc3db8c40859d1dc842d2b841fe471400e9254f3ed86f6590b1b0b8b2081e7c6e01351b78625a8
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32-x86_64.zip
+                  size: 252 MB
+                  file_id: 1483658
+                  file_url: https://api.eclipse.org/download/file/1483658
+                  download_count: 22153
+                  checksum:
+                    md5: c7f18c844094ee7cec10e1ab13ecccdc
+                    sha1: 0708487ba047fcaa79928fe5f3ade8b74902d866
+                    sha512: c5e86f03e9f0497003ede16edc21721f8de9bd297bd3ec6ac8537a8f7415458bfd09fcf2175350b2797b9f84f6b9efcffbe94e999158d5f817261dfa4b383d00
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32.zip
+                  size: 251 MB
+                  file_id: 1524283
+                  file_url: https://api.eclipse.org/download/file/1524283
+                  download_count: 12044
+                  checksum:
+                    md5: 7f1a766177266b8d7427d9f2923fc992
+                    sha1: 5a251350ffc8af51e77bd86472ae7a3c771b6b77
+                    sha512: 69e99995c75ce9f5038fd6ab562e0b49628c058da7484cce9693ff0692a6d39676d40461de9540426d28e574a144704195d4e1923932501ee7e4b722fda6ccac
+          javascript-package:
+            name: Eclipse IDE for JavaScript and Web Developers
+            package_bugzilla_id: javascript-package
+            download_count: 33070
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              The essential tools for any JavaScript developer, including JavaScript language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+            features:
+            - org.eclipse.epp.package.javascript.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.egit
+            - org.eclipse.egit.mylyn
+            - org.eclipse.egit.gitflow.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.equinox.p2.user.ui
+            - org.eclipse.help
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.mylyn.github.feature
+            - org.eclipse.wst.web_ui.feature
+            - org.eclipse.wst.xml_ui.feature
+            - org.eclipse.wst.json_ui.feature
+            - org.eclipse.wst.jsdt.feature
+            - org.eclipse.wst.jsdt.chromium.debug.feature
+            - org.eclipse.wst.server_ui.feature
+            - org.eclipse.wst.server_adapters.feature
+            - org.eclipse.thym.feature
+            - org.eclipse.tm.terminal.feature
+            - org.eclipse.rse
+            files:
+              linux:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 152 MB
+                  file_id: 1524430
+                  file_url: https://api.eclipse.org/download/file/1524430
+                  download_count: 3973
+                  checksum:
+                    md5: 4afd4f0ecc5c783fdb9e8ba7aab85c48
+                    sha1: e001f590f479307bd0d8f2f561e17d8ba6af5dd7
+                    sha512: 6cbddad97bb484f2af3559ee58bbb7c88f5c570697054ad0eb9b37dbf3e43fc1f879565e6c151c5b8c0ec5eac2fbb9e5fda49a56d8b47e0333295ec568fdccfa
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk.tar.gz
+                  size: 152 MB
+                  file_id: 1526084
+                  file_url: https://api.eclipse.org/download/file/1526084
+                  download_count: 623
+                  checksum:
+                    md5: 6318c5c7cec4b5dbd48f145b316f63b3
+                    sha1: a967a1e9677110c2bcecce456fa7314babd51f2a
+                    sha512: c30cdb5a710f7148c0fccea1dcfc2ae0e1292601542af497ac73cdd8b88ed95fd562b6c6f6d37322458efb30886e71b3c036b0d9e4ad26ecb2227d3199a749d5
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 152 MB
+                  file_id: 1524444
+                  file_url: https://api.eclipse.org/download/file/1524444
+                  download_count: 2858
+                  checksum:
+                    md5: 7c3b8ea6d0e31d1f93d51bc8f02f80e6
+                    sha1: bdc5ffff2f9822a7a86271c994cb96ef0f1e881d
+                    sha512: ae7f0980d23a9f80eb47dff60537a7966c04806bab79afaedd1278e63fe6c3842feb926650e8b4b164105b40d5ea800309b0bad4b4c221889f6b710bfecfc1e8
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32-x86_64.zip
+                  size: 153 MB
+                  file_id: 1524168
+                  file_url: https://api.eclipse.org/download/file/1524168
+                  download_count: 19869
+                  checksum:
+                    md5: 654618033d609f35afa68082c72c760a
+                    sha1: 00cee84b68a10257ebecfaba7f0d2182af6b8b80
+                    sha512: 668d89134ae0aeaca95d36fc79667084036d78e4bb9066d0b3b037d800e23d47365a1cce7b0e7dda26876ba1d3c78be25fb5f274f406d4db8bd01536c6802194
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32.zip
+                  size: 153 MB
+                  file_id: 1524273
+                  file_url: https://api.eclipse.org/download/file/1524273
+                  download_count: 5747
+                  checksum:
+                    md5: a73a626ca59bcb62fc4faac061ae1601
+                    sha1: 2281f03db190f738593f584a88a22d713317742c
+                    sha512: d74796ff7cfdfa0902030afabb69e305d31ec0a862c31eac74d835a4101cbb3955cff27c6614990a8dcab24f2aa9f1a3b0fae1632e33e3b299df9c8c407685e7
+          dsl-package:
+            name: Eclipse IDE for Java and DSL Developers
+            package_bugzilla_id: dsl-package
+            download_count: 13360
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-dsl-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              The essential tools for Java and DSL developers, including a Java &amp; Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.
+            features:
+            - org.eclipse.epp.package.dsl.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.emf.ecore.xcore.sdk
+            - org.eclipse.emf.mwe2.language.sdk
+            - org.eclipse.emf.sdk
+            - org.eclipse.xtext.sdk
+            files:
+              linux:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk.tar.gz
+                  size: 307 MB
+                  file_id: 1528603
+                  file_url: https://api.eclipse.org/download/file/1528603
+                  download_count: 293
+                  checksum:
+                    md5: 97489bf2ca0016b712a990bb5df6aa04
+                    sha1: 5a47d0d895f724c94ab71090600d598c944bd555
+                    sha512: bdfc97fa67d9a6660e249706f881df7005c8e76437a06f020bfda30f02ea3afb95799d054af27864985aaff33c6d91584bca0b22c01604a32dd328e3644fb449
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 307 MB
+                  file_id: 1524421
+                  file_url: https://api.eclipse.org/download/file/1524421
+                  download_count: 861
+                  checksum:
+                    md5: 87d481557c8fc460510f08950a93780c
+                    sha1: e32d39281766edfcc68dfca963345b220a9bfa0c
+                    sha512: 26d38648495133bad5658888c792ac175219f32a3a84e69674d755d9a11fba8eb0a6711e9a017c69c10649c06c1bf5bf858bc7dc8f1d7bc49f816a7e964ba3bf
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32-x86_64.zip
+                  size: 309 MB
+                  file_id: 1524312
+                  file_url: https://api.eclipse.org/download/file/1524312
+                  download_count: 7094
+                  checksum:
+                    md5: 9851fa5fb1ed4f83d68f788a3cff467a
+                    sha1: 7b63a368a118b7a108df419f919bf2d16c197737
+                    sha512: 6f379f1fa7ae0b00fc93aa1c6f9a25bcf6a1885cb0f140dd7b32b3bfba1874b9bd7ca79f4f1a8ded6fde59e85528eec66e849ef6ab0565a0e39e6412de420ff9
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32.zip
+                  size: 309 MB
+                  file_id: 1524107
+                  file_url: https://api.eclipse.org/download/file/1524107
+                  download_count: 4050
+                  checksum:
+                    md5: fd460f06359bd00337f5e6b1dfb1d7c5
+                    sha1: 91f520d56b4246cc9bb4c2bb1a271ef976a1e641
+                    sha512: d661c3eecf26e2c128da4e8ed35859368a20a1adc2b39192c7fa5746773e29e58ecb7f70637a13812f6475d4dcf88c5e67032248645e437e12627996107d5969
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 307 MB
+                  file_id: 1524541
+                  file_url: https://api.eclipse.org/download/file/1524541
+                  download_count: 1062
+                  checksum:
+                    md5: d355b631a7d23b97024d622654aa2576
+                    sha1: 2186f313c4009ced315c2e32e5631d6e80c4562d
+                    sha512: 6a489dac8783304656121b6a3dbb2c23121a7d402d40dd2b61880a307fdc99fa31300e2da391eb3e8fd28e28c5944711d49e69c1dcf89ba2c6808fc60bd1f9b7
+          rcp-package:
+            name: Eclipse for RCP and RAP Developers
+            package_bugzilla_id: rcp-package
+            download_count: 10905
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.
+            features:
+            - org.eclipse.epp.package.rcp.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.jdt
+            - org.eclipse.pde
+            - org.eclipse.platform.source
+            - org.eclipse.rcp.source
+            - org.eclipse.buildship
+            - org.eclipse.e4.core.tools.feature
+            - org.eclipse.egit
+            - org.eclipse.egit.mylyn
+            - org.eclipse.m2e.feature
+            - org.eclipse.m2e.logback.feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn.gerrit.feature
+            - org.eclipse.mylyn.git
+            - org.eclipse.mylyn.hudson
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.java_feature
+            - org.eclipse.mylyn.pde_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.rap.tools.feature
+            - org.eclipse.recommenders.mylyn.rcp.feature
+            - org.eclipse.recommenders.rcp.feature
+            - org.eclipse.recommenders.snipmatch.rcp.feature
+            - org.eclipse.swtbot.eclipse.g.ef
+            - org.eclipse.swtbot.eclipse
+            - org.eclipse.swtbot.ide
+            - org.eclipse.wst.xml_ui.feature
+            files:
+              windows:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32.zip
+                  size: 253 MB
+                  file_id: 1523705
+                  file_url: https://api.eclipse.org/download/file/1523705
+                  download_count: 2120
+                  checksum:
+                    md5: 978b29e839a523eca88945bfc61f897c
+                    sha1: 26adc14d7d4bfca9748b23766f94c67347153a12
+                    sha512: a9ca07e4b77a90da45acd1653af36cec71a2c204c75beacc4aabf1a59f2b3a7addbe9b0c2983c5fb86ff2789842929169d9e0b4ef83ed56d9eb18bd4feb8e576
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32-x86_64.zip
+                  size: 253 MB
+                  file_id: 1519683
+                  file_url: https://api.eclipse.org/download/file/1519683
+                  download_count: 6011
+                  checksum:
+                    md5: 86794395a9ac3b3a83f6b6a2c732f160
+                    sha1: bc5428102a9b320b1c7e677ff40495895fbf8123
+                    sha512: 01f39831d674d4aecc95bd1337e9c5df23af81dfd6d5e2ba1fb092d3713a7412a158c6cb1b84c1473987d75dca8e4c555843657a86b829842631f460e3c2810c
+              linux:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk.tar.gz
+                  size: 252 MB
+                  file_id: 1523571
+                  file_url: https://api.eclipse.org/download/file/1523571
+                  download_count: 267
+                  checksum:
+                    md5: e1ee3ff6db3dc23393ab4a9aeaf7203c
+                    sha1: fb4e2722d7a9d7c1eeaa7cab05ad8831cfe99b92
+                    sha512: f40183f9d038c89f9e825afb1080d7d7aa4f24c06a16d48904f4367bc3c39b204e886ae87a23af6afe4b60dfe17ce1be7ee91a156b28a82bd5c8bd5189e9e0e7
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 252 MB
+                  file_id: 1524363
+                  file_url: https://api.eclipse.org/download/file/1524363
+                  download_count: 1599
+                  checksum:
+                    md5: d71a7f69610cd72255f92c7c1b470d5f
+                    sha1: 16513e7e93b88d3342000853886e0aca8ecd2480
+                    sha512: 4c3719abf3fca7c9d247b1fe0ad601ceedf4d23e16d824a6720ec82567096393277694216e3bfeaa0263add1e1540b978b988c79564851b88594e7ec9b30b2fc
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 252 MB
+                  file_id: 1519969
+                  file_url: https://api.eclipse.org/download/file/1519969
+                  download_count: 908
+                  checksum:
+                    md5: 27c3a4310762f0c45c1977be52bc1f53
+                    sha1: 66d8264700222cd986baa178e5e80da170f39667
+                    sha512: 1b7b079c8303824aff3c70aba31af89707275a7214ed865157b665339f87fc89007488513e8600e41964144c4093088c9f29cabae010dba10a97ee4dd4bf2934
+          modeling-package:
+            name: Eclipse Modeling Tools
+            package_bugzilla_id: modeling-package
+            download_count: 9634
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neonr
+            incubating: false
+            class: ''
+            body: >
+              The Modeling package provides tools and runtimes for building model-based applications.
+                      You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications.
+                      In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.
+            features:
+            - org.eclipse.epp.package.modeling.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.amalgam.discovery
+            - org.eclipse.e4.core.tools.feature
+            - org.eclipse.egit
+            - org.eclipse.emf.cdo.epp
+            - org.eclipse.emf.compare.ide.ui.source
+            - org.eclipse.emf.compare.source
+            - org.eclipse.emf.compare.diagram.sirius.source
+            - org.eclipse.emf.compare.egit
+            - org.eclipse.emf.ecoretools.explorer.contextual
+            - org.eclipse.emf.ecoretools.design
+            - org.eclipse.emf.ecp.sdk.feature
+            - org.eclipse.emf.parsley.sdk
+            - org.eclipse.emf.parsley.sdk.source
+            - org.eclipse.emf.emfstore.sdk.feature
+            - org.eclipse.emf.query.sdk
+            - org.eclipse.emf.sdk
+            - org.eclipse.emf.transaction.sdk
+            - org.eclipse.emf.validation.sdk
+            - org.eclipse.g.ef.sdk
+            - org.eclipse.g.mf.runtime.sdk
+            - org.eclipse.jdt
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.java_feature
+            - org.eclipse.mylyn.pde_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.ocl.all.sdk
+            - org.eclipse.pde
+            - org.eclipse.sdk
+            - org.eclipse.uml2.sdk
+            - org.eclipse.xsd.sdk
+            files:
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 388 MB
+                  file_id: 1524553
+                  file_url: https://api.eclipse.org/download/file/1524553
+                  download_count: 899
+                  checksum:
+                    md5: 4b3b8ba5ad522b9e8dcad4b9cf69949f
+                    sha1: 33e13262fbe4552d2027115ed0e5a4d4c46819e2
+                    sha512: 10e5acd6b3a297ba84a801cfc05c9cd115954c3415370bf6079a793ced2768a941d01d7c99f89a834e45067c57e954a1d2b1b039a8cdece1fe4392de48c65e99
+              linux:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 387 MB
+                  file_id: 1524217
+                  file_url: https://api.eclipse.org/download/file/1524217
+                  download_count: 1403
+                  checksum:
+                    md5: e4826f1f634b067d53c14b9502821f28
+                    sha1: 61dd3e2fc413bf10479b7cea3e08d55c962fc165
+                    sha512: 5708db7218f981722a1958f321da5a91dbc584f8daaac76c45e18963b92353afa065240f6caa191e5f8b82e50eb008e7244169b59c1fd36d04c8e29ef9442f8d
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk.tar.gz
+                  size: 387 MB
+                  file_id: 1530449
+                  file_url: https://api.eclipse.org/download/file/1530449
+                  download_count: 233
+                  checksum:
+                    md5: 0348089c9a6d92e4b9b75bc3dae32e0a
+                    sha1: e79f77d984d0d6598900075d7774db5f0cdad185
+                    sha512: 7079bdf357fa15b868d40b2388cddddb1f6343e96befba2c845e5e815ed6bbff1359f7a7120c7b461ffb5873ac3ef9a209cd12c10f83b502aaa908199fc249c7
+              windows:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32.zip
+                  size: 390 MB
+                  file_id: 1524403
+                  file_url: https://api.eclipse.org/download/file/1524403
+                  download_count: 1663
+                  checksum:
+                    md5: 60a201bc9182870ccb8505c5c771443c
+                    sha1: 61546cab7db9d5791e51a08c11b1a62d52f61ce3
+                    sha512: 00112adf0bef8186c38eb7564176ee55ca76420b3a23d6087c6d64600bc798d9346e51f4aee1935324339a0c0b42ada91d4491f0176e01f1564094976544e483
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32-x86_64.zip
+                  size: 390 MB
+                  file_id: 1524141
+                  file_url: https://api.eclipse.org/download/file/1524141
+                  download_count: 5436
+                  checksum:
+                    md5: 040110e2046793c0ad6a9c465509bfbc
+                    sha1: 79bb3a6f0b09712b6a6e277df58449f9ef05213d
+                    sha512: eee044dade2d2ae4eb24f8a4638fd664610d843c0160d6de33a1911049e536c3bc543961764392dbe9d8410436f38b95d056f7ea0089179bca49e2fafc081f90
+          parallel-package:
+            name: Eclipse for Parallel Application Developers
+            package_bugzilla_id: parallel-package
+            download_count: 7059
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.
+            features:
+            - org.eclipse.epp.package.parallel.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.cdt
+            - org.eclipse.cdt.autotools
+            - org.eclipse.cdt.bupc
+            - org.eclipse.cdt.core.parser.upc.feature
+            - org.eclipse.cdt.debug.ui.memory
+            - org.eclipse.cdt.mylyn
+            - org.eclipse.cdt.platform
+            - org.eclipse.cdt.xlc.feature
+            - org.eclipse.egit
+            - org.eclipse.jgit
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.team_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.ptp
+            - org.eclipse.ptp.debug.sdm
+            - org.eclipse.ptp.fortran
+            - org.eclipse.ptp.pldt.upc
+            - org.eclipse.ptp.rdt.sync
+            - org.eclipse.ptp.remote.terminal
+            - org.eclipse.ptp.rm.jaxb.contrib
+            - org.eclipse.remote
+            - org.eclipse.remote.console
+            - org.eclipse.wst.xml_ui.feature
+            files:
+              windows:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32-x86_64.zip
+                  size: 225 MB
+                  file_id: 1524380
+                  file_url: https://api.eclipse.org/download/file/1524380
+                  download_count: 2994
+                  checksum:
+                    md5: ed4e418b792d412447786da704d6037f
+                    sha1: 7f1342f2bb173ad4a1ff8f032cebfd57d2ee3dc1
+                    sha512: 2a800f15205edfc93cc916ffe06c4f3d9be864dbcb67956f6ee9236a23b1c273bd670b9b6bd60d90341f97fbd43d434ba0aed6c493f632ab50fe80515949d307
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32.zip
+                  size: 225 MB
+                  file_id: 1524375
+                  file_url: https://api.eclipse.org/download/file/1524375
+                  download_count: 953
+                  checksum:
+                    md5: 49d440af4bba71b40369c5a21e9157ad
+                    sha1: 5d257cf53bf08620e417f1aa9bbf8b349495731d
+                    sha512: ac9dcebbaa56667331c2de8f54276b8cf228fa8100a9be3ff3b0eb801269e8a5c964813ac4d37da94f7c0034eecf4d4fd664f2fee7c8053e6c6f2fe365469fad
+              linux:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk.tar.gz
+                  size: 229 MB
+                  file_id: 1528619
+                  file_url: https://api.eclipse.org/download/file/1528619
+                  download_count: 262
+                  checksum:
+                    md5: 92789ca7c502a44d7083ac53d516ca42
+                    sha1: 0105dc21c713f0da5a27ba00b6f61297c2d6ca1b
+                    sha512: 3907e2e3ff6d5a9a9b5782f0ba78dae71d52c26480840ac9dcf908b0df37f4f57b0f3b5686e158d98c436149eee92ef24c19767506476184559f863511d17366
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 229 MB
+                  file_id: 1524962
+                  file_url: https://api.eclipse.org/download/file/1524962
+                  download_count: 2137
+                  checksum:
+                    md5: 5f3fe4e9471b8f40cea43fc14bf3d031
+                    sha1: dc8b57e5c68b40974b3a799456a1b48b6f686159
+                    sha512: 9281103b111ee75fa98a10295df3902f13cba74c3f90ac3e920d23d2b4199d476c59ff20422c63abc47a5e34d507621c30a8d6b65822d9edb744445a52f36ac3
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 224 MB
+                  file_id: 1524330
+                  file_url: https://api.eclipse.org/download/file/1524330
+                  download_count: 713
+                  checksum:
+                    md5: d7f655fe0ee24f2b9a283b7fef9416e2
+                    sha1: 9e1bf08e7fc13db2b8177b3468fd517420a67662
+                    sha512: 4c374af83e114b016e276e024ba68b8603d04822380b91ceb243bf5133fdf3906d0971281964df379a7ecd9dac34ce4ad09d4f78d1f12cc8de07f0c248e5a637
+          testing-package:
+            name: Eclipse for Testers
+            package_bugzilla_id: testing-package
+            download_count: 3951
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-testers/neonr
+            incubating: false
+            class: ''
+            body: >
+              This package contains Eclipse features that support the software development quality assurance process, such as Jubula and Mylyn.
+            features:
+            - org.eclipse.epp.package.testing.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.jubula.feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.wikitext_feature
+            files:
+              windows:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32.zip
+                  size: 132 MB
+                  file_id: 1525317
+                  file_url: https://api.eclipse.org/download/file/1525317
+                  download_count: 1050
+                  checksum:
+                    md5: d08a25f562da12044cba3ab50723b310
+                    sha1: 18b07e90ea7ad5fe281f4c38e63d6b3b7a5a3875
+                    sha512: 585bfb8b9eeb91ec439b526ade8eca24a4b8bd11c2de41dd0447367b19676e27a07028262da615d99beaefb60dc65bfc06473fcba33454c7f9fd6144ee9057db
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32-x86_64.zip
+                  size: 132 MB
+                  file_id: 1524949
+                  file_url: https://api.eclipse.org/download/file/1524949
+                  download_count: 2043
+                  checksum:
+                    md5: ee953f7c4ac4255e0e7e3ab4f846daa8
+                    sha1: 4d651173785697bd0b3606c8296f6d26476c61f8
+                    sha512: 33b404efb90abff8da162d9117972f81e92fdf2c6917bf5950e4bf6c1b859b7d6048862a1bb3218eba40ed5e9e8b34c971557d04a8b38dc474fe0652a32806f1
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 130 MB
+                  file_id: 1526033
+                  file_url: https://api.eclipse.org/download/file/1526033
+                  download_count: 287
+                  checksum:
+                    md5: d9e63fcf36650cf8a5117671babc41f1
+                    sha1: e3f998aa897cf6a799652beff664a8934d763e27
+                    sha512: 140ef2d1ca61bb523f8627d4951e97daedf7e4831c36d7050fb2a9e5f2ad2bf5e8914379b93aca03d7a1b6e83f32b07d4dde84c950a79f2529ed5dc4d70012fc
+              linux:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 130 MB
+                  file_id: 1525360
+                  file_url: https://api.eclipse.org/download/file/1525360
+                  download_count: 370
+                  checksum:
+                    md5: de987358dab2d4499f8dbe7631d18532
+                    sha1: b0d02d8b4cbbaa2c7f0e2e400de7296808762d12
+                    sha512: 50537983a29770687e151a54c94f0eb82fe995eac3fcd51411cb229290a982a8b35c5ca3c05919ce07a21f6e492fb8ebd84a80c5b72694bf7a50ed030265acd4
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk.tar.gz
+                  size: 130 MB
+                  file_id: 1534796
+                  file_url: https://api.eclipse.org/download/file/1534796
+                  download_count: 201
+                  checksum:
+                    md5: 7773c6c6af53c78e0c3a0cc2545dec4f
+                    sha1: 77ee38775eb201290e03e1f72143e8b873854df8
+                    sha512: b7bfd708c4122e74402af36e0adb879e74afa15c67e7c36dbcbf732c330d89f3d6070ef7a1ff72f878ce2e263868c7d9bc787bff45f1c25908ab94d9d925f0c2
+          scout-package:
+            name: Eclipse for Scout Developers
+            package_bugzilla_id: scout-package
+            download_count: 3007
+            website_url: http://www.eclipse.org/downloads/packages/eclipse-scout-developers/neonr
+            incubating: false
+            class: ''
+            body: >
+              Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.
+            features:
+            - org.eclipse.epp.package.scout.feature
+            - org.eclipse.epp.package.common.feature
+            - org.eclipse.platform
+            - org.eclipse.egit
+            - org.eclipse.egit.mylyn
+            - org.eclipse.help.source
+            - org.eclipse.jdt
+            - org.eclipse.jdt.source
+            - org.eclipse.jgit
+            - org.eclipse.jst.web_ui.feature
+            - org.eclipse.m2e.feature
+            - org.eclipse.mylyn.bugzilla_feature
+            - org.eclipse.mylyn.context_feature
+            - org.eclipse.mylyn_feature
+            - org.eclipse.mylyn.git
+            - org.eclipse.mylyn.ide_feature
+            - org.eclipse.mylyn.java_feature
+            - org.eclipse.mylyn.wikitext_feature
+            - org.eclipse.scout.sdk-feature
+            - org.eclipse.wst.xml_ui.feature
+            files:
+              linux:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk-x86_64.tar.gz
+                  size: 211 MB
+                  file_id: 1525520
+                  file_url: https://api.eclipse.org/download/file/1525520
+                  download_count: 308
+                  checksum:
+                    md5: 687758e2df35957dc70905ba6c230d7a
+                    sha1: 41c38e90b504e280f91cf4e2dd0dd003a4943d5a
+                    sha512: 1c3603d096db5a718424216a9792dae854d706db733422f870202edb38ff2e7de7175711d9ba0098060355fbc04583f7fefab09941fa30e4adac16151f95a058
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk.tar.gz
+                  size: 211 MB
+                  file_id: 1530456
+                  file_url: https://api.eclipse.org/download/file/1530456
+                  download_count: 143
+                  checksum:
+                    md5: 48fd3a247aef4793455d4ef495ceea78
+                    sha1: f78cea27ed257db42af404f120bc4f384ffd7c24
+                    sha512: 423ef85db94e2d3dd3d752cf96dddb13e50b682f7fbe03bff2bc6a20d19e41b1bb25e601b7f02d9e481c1a423e8f453bc5111d7b83a069f6b5d33774afc85a52
+              mac:
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-macosx-cocoa-x86_64.tar.gz
+                  size: 211 MB
+                  file_id: 1528331
+                  file_url: https://api.eclipse.org/download/file/1528331
+                  download_count: 182
+                  checksum:
+                    md5: 6c7a56a49df80b29f38b432daae8fe7f
+                    sha1: a7630525d7152d6bb692e4b90a84eab92e897c65
+                    sha512: e2c7e7a75ba5e0866e20172b0d690318f0936423d131fabfc4d8353749c909aa10f4395b62a725a5d9c2219dab80acac9735aaea6dfaf417b23e49a29bbc395a
+              windows:
+                32:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32.zip
+                  size: 212 MB
+                  file_id: 1528609
+                  file_url: https://api.eclipse.org/download/file/1528609
+                  download_count: 784
+                  checksum:
+                    md5: 3008b857bcf4950e90d90b0ff20fac70
+                    sha1: fd08490f78416d992d1c37cc86e541409d240f6c
+                    sha512: 8e2a7f254487cf4e07cc20cd042790585335dbdeb4adca8d790e3b85aa2e27b97a6682295a33f0a0540d85ae550fb6126d735bbc1581e2326022b40332de9c1d
+                64:
+                  url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32-x86_64.zip
+                  size: 212 MB
+                  file_id: 1524362
+                  file_url: https://api.eclipse.org/download/file/1524362
+                  download_count: 1590
+                  checksum:
+                    md5: 177d9f3ac1fb88af3625b7254142f4dd
+                    sha1: 2243644bf4fa903b3dd056c3a5b331b5bf11409a
+                    sha512: 26b2f9e15533c449041e143f68123c4b64e92a37a0a2762589a9cd6fe25cd2467a7a5dd903b14ce2e1bacdf50678f930af629b6f78e4326cce9e1679e7d5e794
+    Packages:
+      title: Packages
+      required:
+      - jee-package
+      - java-package
+      - cpp-package
+      - android-package
+      - php-package
+      - reporting-package
+      - committers-package
+      - javascript-package
+      - dsl-package
+      - rcp-package
+      - modeling-package
+      - parallel-package
+      - testing-package
+      - scout-package
+      type: object
+      properties:
+        jee-package:
+          $ref: '#/components/schemas/JeePackage'
+        java-package:
+          $ref: '#/components/schemas/JavaPackage'
+        cpp-package:
+          $ref: '#/components/schemas/CppPackage'
+        android-package:
+          $ref: '#/components/schemas/AndroidPackage'
+        php-package:
+          $ref: '#/components/schemas/PhpPackage'
+        reporting-package:
+          $ref: '#/components/schemas/ReportingPackage'
+        committers-package:
+          $ref: '#/components/schemas/CommittersPackage'
+        javascript-package:
+          $ref: '#/components/schemas/JavascriptPackage'
+        dsl-package:
+          $ref: '#/components/schemas/DslPackage'
+        rcp-package:
+          $ref: '#/components/schemas/RcpPackage'
+        modeling-package:
+          $ref: '#/components/schemas/ModelingPackage'
+        parallel-package:
+          $ref: '#/components/schemas/ParallelPackage'
+        testing-package:
+          $ref: '#/components/schemas/TestingPackage'
+        scout-package:
+          $ref: '#/components/schemas/ScoutPackage'
+      example:
+        jee-package:
+          name: Eclipse IDE for Java EE Developers
+          package_bugzilla_id: jee-package
+          download_count: 1231525
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.
+          features:
+          - org.eclipse.epp.package.jee.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.datatools.common.doc.user
+          - org.eclipse.datatools.connectivity.doc.user
+          - org.eclipse.datatools.connectivity.feature
+          - org.eclipse.datatools.doc.user
+          - org.eclipse.datatools.enablement.feature
+          - org.eclipse.datatools.intro
+          - org.eclipse.datatools.modelbase.feature
+          - org.eclipse.datatools.sqldevtools.feature
+          - org.eclipse.datatools.sqltools.doc.user
+          - org.eclipse.egit
+          - org.eclipse.egit.mylyn
+          - org.eclipse.jdt
+          - org.eclipse.jpt.common.eclipselink.feature
+          - org.eclipse.jpt.common.feature
+          - org.eclipse.jpt.dbws.eclipselink.feature
+          - org.eclipse.jpt.jaxb.eclipselink.feature
+          - org.eclipse.jpt.jaxb.feature
+          - org.eclipse.jpt.jpa.eclipselink.feature
+          - org.eclipse.jpt.jpa.feature
+          - org.eclipse.jsf.feature
+          - org.eclipse.jst.common.fproj.enablement.jdt
+          - org.eclipse.jst.enterprise_ui.feature
+          - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+          - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+          - org.eclipse.jst.server_adapters.ext.feature
+          - org.eclipse.jst.server_adapters.feature
+          - org.eclipse.jst.server_ui.feature
+          - org.eclipse.jst.webpageeditor.feature
+          - org.eclipse.jst.webpageeditor.feature
+          - org.eclipse.jst.web_ui.feature
+          - org.eclipse.jst.ws.axis2tools.feature
+          - org.eclipse.jst.ws.axis2tools.feature
+          - org.eclipse.jst.ws.cxf.feature
+          - org.eclipse.jst.ws.jaxws.dom.feature
+          - org.eclipse.jst.ws.jaxws.feature
+          - org.eclipse.m2e.feature
+          - org.eclipse.m2e.logback.feature
+          - org.eclipse.m2e.wtp.feature
+          - org.eclipse.m2e.wtp.jaxrs.feature
+          - org.eclipse.m2e.wtp.jpa.feature
+          - org.eclipse.m2e.wtp.jsf.feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.java_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.pde
+          - org.eclipse.recommenders.mylyn.rcp.feature
+          - org.eclipse.recommenders.rcp.feature
+          - org.eclipse.cft.server.core.feature
+          - org.eclipse.cft.server.ui.feature
+          - org.eclipse.rse
+          - org.eclipse.rse.useractions
+          - org.eclipse.tm.terminal.feature
+          - org.eclipse.wst.common.fproj
+          - org.eclipse.wst.jsdt.feature
+          - org.eclipse.wst.jsdt.chromium.debug.feature
+          - org.eclipse.wst.server_adapters.feature
+          - org.eclipse.wst.web_ui.feature
+          - org.eclipse.wst.xml_ui.feature
+          - org.eclipse.wst.xsl.feature
+          files:
+            linux:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz
+                size: 299 MB
+                file_id: 1516862
+                file_url: https://api.eclipse.org/download/file/1516862
+                download_count: 112057
+                checksum:
+                  md5: 5b034fe90970b4397aa41d819e8ffd4a
+                  sha1: 353178c8031c4f96ee8b872ba7765801a75ed6cc
+                  sha512: e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk.tar.gz
+                size: 299 MB
+                file_id: 1524320
+                file_url: https://api.eclipse.org/download/file/1524320
+                download_count: 14810
+                checksum:
+                  md5: 526ddec029b7f036b3e99a61b460433d
+                  sha1: e8874627ef24180681e4f50023131858b2c2bf99
+                  sha512: 4449200d77a0ea25ead72f2e47e135f0a7c546d1c484ab2ed928dc09fe191d59820bf4924d151c9d08c8d704b4d3212c13e3e4c2275b7a56b5adc2cf7709ae66
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32-x86_64.zip
+                size: 301 MB
+                file_id: 1483618
+                file_url: https://api.eclipse.org/download/file/1483618
+                download_count: 789774
+                checksum:
+                  md5: 1542baca4dce7808cc61a20e10211d17
+                  sha1: cd00f5d5d3aa8932c8988513632fb82cd3c7f4bb
+                  sha512: 5cc9b1f93825707fe39ee4ac0c7733bf5e8f32525bb58cf1f422e4f8bcb464ea2ecfec5a5c20f770c18e9a461413cb711dce7d4fcfe27d3a02689baf59688f3a
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32.zip
+                size: 301 MB
+                file_id: 1496662
+                file_url: https://api.eclipse.org/download/file/1496662
+                download_count: 236198
+                checksum:
+                  md5: e448375731e107d50638f034d879f694
+                  sha1: 34d7ec1122ba1283592ec725ca42113c25acb396
+                  sha512: 7dc144ea3613e7fc42c74e6dddb682b6705088a5e54092baf888389bb71cc37a0ce4ce7b17ba45f3ce1d3c1c9fdb744e4a0e925167c12befd1f6c498620d94cc
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 299 MB
+                file_id: 1510957
+                file_url: https://api.eclipse.org/download/file/1510957
+                download_count: 78686
+                checksum:
+                  md5: 583d4b9e2030defbacee7cb8cd820b63
+                  sha1: 75899b2decba15fbbe7be44f5d474e9def477b6c
+                  sha512: d3b2ea5db93cdb3ca16cf6a674ed359ec7a3fc8953c721e3b19443ac0f0d3479bb1ee6f5783deecee8c3ff3c181cab451fe52155ef36c40935d78fc29bb97ca8
+        java-package:
+          name: Eclipse IDE for Java Developers
+          package_bugzilla_id: java-package
+          download_count: 560313
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration
+          features:
+          - org.eclipse.epp.package.java.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.buildship
+          - org.eclipse.egit
+          - org.eclipse.egit.mylyn
+          - org.eclipse.jdt
+          - org.eclipse.jgit
+          - org.eclipse.m2e.feature
+          - org.eclipse.m2e.logback.feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.git
+          - org.eclipse.mylyn.hudson
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.java_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.recommenders.mylyn.rcp.feature
+          - org.eclipse.recommenders.rcp.feature
+          - org.eclipse.recommenders.snipmatch.rcp.feature
+          - org.eclipse.wst.xml_ui.feature
+          files:
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 160 MB
+                file_id: 1524135
+                file_url: https://api.eclipse.org/download/file/1524135
+                download_count: 51597
+                checksum:
+                  md5: 94a564abb4f0dc014e84043bd6fdf495
+                  sha1: 684297167ccc6435b6434ee8c24ef226b1e9991f
+                  sha512: be17f820859c73ec19b44bf83ddfeccd503e008df837005cbb80f16adf97d53aefbc1488dfe5c8fec796da0de11d70e647e735fb98ad29aecc2a8c44e6d66eb5
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32-x86_64.zip
+                size: 161 MB
+                file_id: 1483666
+                file_url: https://api.eclipse.org/download/file/1483666
+                download_count: 326737
+                checksum:
+                  md5: 80cebd741b815ecffff6326c98cc2bbd
+                  sha1: 3330a534b40c28a189da328130a29561795250e0
+                  sha512: 57d979b19cc86fbf0f6bfa9464aa89413662b5bbe3c984492d78247ebf72048ec57946aada55bd5c7fa81746f202e600e8048ee81729936f101971941e97c10d
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32.zip
+                size: 161 MB
+                file_id: 1515686
+                file_url: https://api.eclipse.org/download/file/1515686
+                download_count: 135236
+                checksum:
+                  md5: b21c5c168ec3d5a4b5ec7336625ba85b
+                  sha1: 78919c417386ce0a5df27eba542e07f62c2331ef
+                  sha512: 618ecc193b3fa7e2b5bb85fbc6a75142487e9cef63a0b2f7e7130f49babe1e793ace4fa6ee83848fc74fea7ed2faa094f81504c4a918184882200b1218006134
+            linux:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk.tar.gz
+                size: 160 MB
+                file_id: 1524479
+                file_url: https://api.eclipse.org/download/file/1524479
+                download_count: 7396
+                checksum:
+                  md5: 3b8f3098ec353962208a38af3cbb36c6
+                  sha1: 7e4caabffafa4e5379893846a636f46d691f03a8
+                  sha512: 57ffab533690bcbeabb40966ef7f05aab85868afc669c5a54631e8a3ec99e1f74bde19ab51f18d8d580a05fb3c80154f0b187595c91e0445219cece9c0346ceb
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz
+                size: 160 MB
+                file_id: 1523565
+                file_url: https://api.eclipse.org/download/file/1523565
+                download_count: 39347
+                checksum:
+                  md5: dc4cf41b6f48af4978885c66d9630d3d
+                  sha1: d7562af3c5a7377d05abae14e746b36b4896d39f
+                  sha512: 01bc46fcaf3187bc70bb0f26dcdae9fa2f633106785c1c8b41b2d3daf4330efbd0d6a00d5dbc2d6159a6faefb74c403d98794bdbf172cd6e73d6156f36f94641
+        cpp-package:
+          name: Eclipse IDE for C/C++ Developers
+          package_bugzilla_id: cpp-package
+          download_count: 197278
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            An IDE for C/C++ developers with Mylyn integration.
+          features:
+          - org.eclipse.epp.package.cpp.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.cdt
+          - org.eclipse.cdt.autotools
+          - org.eclipse.cdt.build.crossgcc
+          - org.eclipse.cdt.debug.standalone
+          - org.eclipse.cdt.debug.ui.memory
+          - org.eclipse.cdt.launch.remote
+          - org.eclipse.cdt.mylyn
+          - org.eclipse.egit
+          - org.eclipse.linuxtools.cdt.libhover.feature
+          - org.eclipse.linuxtools.cdt.libhover.devhelp.feature
+          - org.eclipse.linuxtools.changelog.c
+          - org.eclipse.linuxtools.gcov
+          - org.eclipse.linuxtools.gprof.feature
+          - org.eclipse.linuxtools.rpm
+          - org.eclipse.linuxtools.valgrind
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.team_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.rse
+          - org.eclipse.tracecompass.gdbtrace
+          - org.eclipse.tracecompass.lttng2.control
+          - org.eclipse.tracecompass.lttng2.kernel
+          - org.eclipse.tracecompass.lttng2.ust
+          files:
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32-x86_64.zip
+                size: 176 MB
+                file_id: 1524207
+                file_url: https://api.eclipse.org/download/file/1524207
+                download_count: 85751
+                checksum:
+                  md5: 7694342c71b025791b4ca69c2ce798a5
+                  sha1: 98152b923ce8c4f656a13f730747304b12d78fd5
+                  sha512: ba65f745b11a6e4a5c23eb1df32f0b14f853e572d3b39a7fcf3f4d07fea2e309694f9c62ae34a35bf61fc696ae47d3013b3731086341d84fddbe933812acefba
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32.zip
+                size: 176 MB
+                file_id: 1524293
+                file_url: https://api.eclipse.org/download/file/1524293
+                download_count: 33790
+                checksum:
+                  md5: eb526e56ebf93df96f584a2184488eb1
+                  sha1: b69b8a2e8eed5ef982eb4c23653c78f671a6a949
+                  sha512: 4314ddc67d723a30380cfa36cf3496d28785485d103c5150b85d64eaa96ca0c20a7849668779b536d78f25b8a5e49744cac584a9a2ae364eb125735f40eb0c20
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 175 MB
+                file_id: 1524150
+                file_url: https://api.eclipse.org/download/file/1524150
+                download_count: 14826
+                checksum:
+                  md5: 7a0325aff425cb2625388e9f52ab9816
+                  sha1: 85fec7f0997b14030b7b4bff14dba2db29bfb24d
+                  sha512: 8d7516a9400a920b5acd574e947d9196c502dd0a88db6303158603ee81d0fe86ba850560ba98d83bdfba5dabd1820eb8ef410284ae2fe900bbe44959f08f2619
+            linux:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz
+                size: 182 MB
+                file_id: 1524302
+                file_url: https://api.eclipse.org/download/file/1524302
+                download_count: 10826
+                checksum:
+                  md5: 76ba76b9ee4f8d7a594125ced87bee88
+                  sha1: c3473d0c02712ed559606f65e2e54c51bc2c8c1b
+                  sha512: 0ed94a7a2bccc530f32c491b7282f261cbb1e431b7369c9a8e976248f71cbd11339598b6cf3c8a047f17d1b11ee94a28cf2e1a51e354562926b4d3f0ee08b24e
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz
+                size: 182 MB
+                file_id: 1523714
+                file_url: https://api.eclipse.org/download/file/1523714
+                download_count: 52085
+                checksum:
+                  md5: e9ee3b49afa8a9b7a46d744e87290301
+                  sha1: 6d708f40feb9c41b15529c6cb8f527deee9ac04a
+                  sha512: d4da1d315e37fe7e418304bc48eda84ebd62ac0ac2385211fbc1dff1a14f4928d0b4914a55958df2f07d4567de8dcc486a4afd41f180cb2fdd91801e362258f8
+        android-package:
+          name: Eclipse for Android Developers
+          package_bugzilla_id: android-package
+          download_count: 119802
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonr
+          incubating: true
+          class: ''
+          body: >
+            An IDE for developers creating Android applications.
+          features:
+          - org.eclipse.epp.package.android.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.andmore.android.basic.feature
+          - org.eclipse.andmore.gldebugger.feature
+          - org.eclipse.andmore.hierarchyviewer.feature
+          - org.eclipse.andmore.ndk.feature
+          - org.eclipse.andmore.traceview.feature
+          - org.eclipse.buildship
+          - org.eclipse.egit
+          - org.eclipse.egit.mylyn
+          - org.eclipse.jdt
+          - org.eclipse.m2e.feature
+          - org.eclipse.m2e.logback.feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.git
+          - org.eclipse.mylyn.hudson
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.java_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.recommenders.mylyn.rcp.feature
+          - org.eclipse.recommenders.rcp.feature
+          - org.eclipse.recommenders.snipmatch.rcp.feature
+          - org.eclipse.wst.xml_ui.feature
+          files:
+            linux:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk-x86_64.tar.gz
+                size: 243 MB
+                file_id: 1524233
+                file_url: https://api.eclipse.org/download/file/1524233
+                download_count: 6817
+                checksum:
+                  md5: 6dae90fdcc0cc3a49a8cfe5c4ee68c43
+                  sha1: 86f6fe742cbcf5471247c819d59bf658ebaa49b9
+                  sha512: 798e7e80bb6c347a978c275503d249191251ee8014830ab3d571ff656b5f3ac5dadf57f4e79fc7e7916bc9e0d6feccd8dfbadb76bd6a8766b5a41ddf14d1ed4d
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk.tar.gz
+                size: 243 MB
+                file_id: 1525322
+                file_url: https://api.eclipse.org/download/file/1525322
+                download_count: 1828
+                checksum:
+                  md5: 9300cf4af38e7515bd8cd1572a62ae73
+                  sha1: 09a2eb7247c6ffe9d5990b825ed5615af7d07a29
+                  sha512: 293d2d765179176075692596b44a9baab8e1984d066a2bf1d029431a7a8a078485ff52f158d5458783ac5643714c7f5d17636fd36e1b2571c7c1f0bed9d4f026
+            windows:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32.zip
+                size: 245 MB
+                file_id: 1524356
+                file_url: https://api.eclipse.org/download/file/1524356
+                download_count: 26896
+                checksum:
+                  md5: d323f0ac85cb0526e835bcc23ae6f28b
+                  sha1: 76a8161ee434c72c8f0d90609c240dc263802f91
+                  sha512: 7e6054c5af55e0338d5dd0d07fbafd72ca69b3af125a8646c3e24112e0ea906efa43338b28bbab2f59ecb73a5afad4590d91c521b1d6959677a3bd9c60e1b595
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32-x86_64.zip
+                size: 245 MB
+                file_id: 1524306
+                file_url: https://api.eclipse.org/download/file/1524306
+                download_count: 76619
+                checksum:
+                  md5: 6a9d56b94d26429370e9b4134d7645d2
+                  sha1: 2ec2e2a032ef4771ff8c04764b38c59c8d28d100
+                  sha512: 1da1fd3a779b91010cb2e29ed6632cae9f87bd8c3df62af3d633f6d42cfcdf37b4031b9fa5b6118d4f7c5398907fe4cbe31c016915a78917c50d8407a4f6a6ee
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-macosx-cocoa-x86_64.tar.gz
+                size: 244 MB
+                file_id: 1524250
+                file_url: https://api.eclipse.org/download/file/1524250
+                download_count: 7642
+                checksum:
+                  md5: 907423883e2bf2a0533f1d9d218cc774
+                  sha1: 4906c6101479678c279acde63ba15f9da103280e
+                  sha512: 93a85ed681d6f11d7c3b9a8942be39e3a92fc5d472a7ef4b50e40bc4ca311b2cc39f4b36cb4a42af8974334d62ad24081afd96c22ef8596473b3c72ac383dd9b
+        php-package:
+          name: Eclipse for PHP Developers
+          package_bugzilla_id: php-package
+          download_count: 108187
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-php-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+          features:
+          - org.eclipse.epp.package.php.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.egit
+          - org.eclipse.egit.gitflow.feature
+          - org.eclipse.egit.mylyn
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.github.feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.php.mylyn
+          - org.eclipse.php.importer
+          - org.eclipse.php
+          - org.eclipse.wst.jsdt.feature
+          - org.eclipse.wst.xml_ui.feature
+          files:
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 160 MB
+                file_id: 1524494
+                file_url: https://api.eclipse.org/download/file/1524494
+                download_count: 8517
+                checksum:
+                  md5: 19b5f43d0b896dd294262962718baca1
+                  sha1: 2ffa637414c33a40ec011fb43ef190875c8b8b27
+                  sha512: 82e4a16c74916b93c5d4994c8202d393fbafc23391eafc89bc9f0e46ff82b30a9670c819f509e6cecb06376263ca9febcedcdc0abd7cf228642890f856aec701
+            linux:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk-x86_64.tar.gz
+                size: 160 MB
+                file_id: 1524255
+                file_url: https://api.eclipse.org/download/file/1524255
+                download_count: 14220
+                checksum:
+                  md5: 02d4b3ac00cd7b37db0fbed490a02709
+                  sha1: 136d8a3d94b55a8424214630a0700162d977fb72
+                  sha512: 728eed94ac9324bb10e3ed56998628edf6b1d618bd82030351e2ad261f535810aab3920ec9b7522cd656c0ecf6b3b9354aefcbd42adaadddde5f86e2e942cc92
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk.tar.gz
+                size: 160 MB
+                file_id: 1525126
+                file_url: https://api.eclipse.org/download/file/1525126
+                download_count: 2470
+                checksum:
+                  md5: 6718005f1a87d12e452ef2b5d0e143dd
+                  sha1: 98ceec59073c1a914cf3dcbe5ff9642dc87bea89
+                  sha512: 4fe370bacb80c1b9a9e5296d3985451ed491a2cafb19563af60c2df116a6a2ca95de9abc39a5689889ca4827440d55baaca559ce4fd0474719d2258a926b9df2
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32-x86_64.zip
+                size: 161 MB
+                file_id: 1524166
+                file_url: https://api.eclipse.org/download/file/1524166
+                download_count: 65535
+                checksum:
+                  md5: 1b35504359e60a10c2f6cff86f27c582
+                  sha1: e512ee9542949c10af31958c34c13889ac81f69c
+                  sha512: 46c2077a45896cd3c85fec7ccb964835bd8ceec181daacfe205e86a999546c52e5ab91df71faa6fe31c1642f6df493bcf4fc62438c45167204a20cacb88fac3d
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32.zip
+                size: 161 MB
+                file_id: 1524383
+                file_url: https://api.eclipse.org/download/file/1524383
+                download_count: 17445
+                checksum:
+                  md5: f87370d525d75fddea404ca23e534654
+                  sha1: 82e1a85d1b05de7ffbfa836fd957c9a3a50ccb1a
+                  sha512: 0970d5b966168ab05ecdfc21282d3024015c838f6afb66d9d177b0e80f735c7d39f5c18d3ed1197799997f47d5312344dce82452728f58a49f91d15c4ec819e6
+        reporting-package:
+          name: Eclipse IDE for Java and Report Developers
+          package_bugzilla_id: reporting-package
+          download_count: 75827
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-report-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            Java EE tools and BIRT reporting tool for Java developers to create Java EE and Web applications that also have reporting needs.
+          features:
+          - org.eclipse.epp.package.reporting.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.birt.chart.cshelp
+          - org.eclipse.birt.cshelp
+          - org.eclipse.birt.doc
+          - org.eclipse.birt.example
+          - org.eclipse.birt
+          - org.eclipse.datatools.common.doc.user
+          - org.eclipse.datatools.connectivity.doc.user
+          - org.eclipse.datatools.connectivity.feature
+          - org.eclipse.datatools.doc.user
+          - org.eclipse.datatools.enablement.feature
+          - org.eclipse.datatools.intro
+          - org.eclipse.datatools.modelbase.feature
+          - org.eclipse.datatools.sqldevtools.feature
+          - org.eclipse.datatools.sqltools.doc.user
+          - org.eclipse.jdt
+          - org.eclipse.jpt.common.eclipselink.feature
+          - org.eclipse.jpt.common.feature
+          - org.eclipse.jpt.dbws.eclipselink.feature
+          - org.eclipse.jpt.jaxb.eclipselink.feature
+          - org.eclipse.jpt.jaxb.feature
+          - org.eclipse.jpt.jpa.eclipselink.feature
+          - org.eclipse.jpt.jpa.feature
+          - org.eclipse.jsf.feature
+          - org.eclipse.jst.common.fproj.enablement.jdt
+          - org.eclipse.jst.enterprise_ui.feature
+          - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+          - org.eclipse.jst.server_adapters.ext.feature
+          - org.eclipse.jst.server_adapters.feature
+          - org.eclipse.jst.server_ui.feature
+          - org.eclipse.jst.webpageeditor.feature
+          - org.eclipse.jst.web_ui.feature
+          - org.eclipse.jst.ws.axis2tools.feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.java_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.rse
+          - org.eclipse.rse.useractions
+          - org.eclipse.tm.terminal.feature
+          - org.eclipse.wst.common.fproj
+          - org.eclipse.wst.jsdt.feature
+          - org.eclipse.wst.server_adapters.feature
+          - org.eclipse.wst.web_ui.feature
+          - org.eclipse.wst.xml_ui.feature
+          - org.eclipse.wst.xsl.feature
+          files:
+            linux:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk.tar.gz
+                size: 309 MB
+                file_id: 1525452
+                file_url: https://api.eclipse.org/download/file/1525452
+                download_count: 665
+                checksum:
+                  md5: eece49f787953545683d26579d547368
+                  sha1: 97e2ffad55df94180aa8423d760aba561debdadc
+                  sha512: a1fef86ce393035b4548d21a22f0ee09258159d337de88e5a7563c3c7f9aac11094765083b7ab6b1c6de5e486804c9bea57dcebb72d352ea71f8d7b6f6799c62
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk-x86_64.tar.gz
+                size: 310 MB
+                file_id: 1524284
+                file_url: https://api.eclipse.org/download/file/1524284
+                download_count: 5099
+                checksum:
+                  md5: aa50a2d7867830355c8f398767636cc4
+                  sha1: 31474634d56d8af3544220a6ee78d0f8fca4ba31
+                  sha512: a776c0f6e6b6b1d2a8793274a060dfe32344ee32efbee0e09eaac0c34926f3e88d60067501f73b969d2ea25af0c006861e7281d8b6cece35d15e6697dce8d1f0
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32-x86_64.zip
+                size: 311 MB
+                file_id: 1524402
+                file_url: https://api.eclipse.org/download/file/1524402
+                download_count: 55294
+                checksum:
+                  md5: 66c5023b052ca0f5722ac2d974632661
+                  sha1: 318670bd82838529ad0e32d39da6feb3c594e72c
+                  sha512: e14b6ffc27f9c40e0f7651bcb4b13260a8ba257c541362ea2ca464d01a708b52f8a1623ac3b3e630234063a72b7da32cba0ff910e432dd6995095ee4dd77332c
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32.zip
+                size: 311 MB
+                file_id: 1525333
+                file_url: https://api.eclipse.org/download/file/1525333
+                download_count: 9087
+                checksum:
+                  md5: ee6d9a1403b91c74bc3c8d3449f8c4df
+                  sha1: 62e444d033911234748f87a7273d94e2060efc8e
+                  sha512: dee1c5f5c0319925e6298d731370ee283cb26005e0cf7b6a267861b5fcefe8952a0679344aee0492b4b0881ba36a7259cd4a6646c1f324caa0e3855c3e385290
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 310 MB
+                file_id: 1527808
+                file_url: https://api.eclipse.org/download/file/1527808
+                download_count: 5682
+                checksum:
+                  md5: a5ca997cca7e3d77c66b869ba2fbc105
+                  sha1: b4b730366731413ec6906d0181bed47fc9397001
+                  sha512: 46cc676a634f7f8ae0004b9b7c5678a5a60e553612044c250b2d02ff4e70cd77fd03215f2e8309c59b858e13934f8c533c45b5200088f6a5a13e6537e98e7166
+        committers-package:
+          name: Eclipse IDE for Eclipse Committers
+          package_bugzilla_id: committers-package
+          download_count: 41746
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neonr
+          incubating: false
+          class: ''
+          body: >
+            Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.
+
+            Click here to file a bug against Eclipse Platform.
+
+            Click here to file a bug against Eclipse Git team provider.
+          features:
+          - org.eclipse.epp.package.committers.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.buildship
+          - org.eclipse.cvs
+          - org.eclipse.cvs.source
+          - org.eclipse.e4.core.tools.feature
+          - org.eclipse.egit
+          - org.eclipse.egit.mylyn
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.equinox.p2.user.ui
+          - org.eclipse.help
+          - org.eclipse.jdt
+          - org.eclipse.jdt.source
+          - org.eclipse.jgit
+          - org.eclipse.jgit.http.apache
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.builds
+          - org.eclipse.mylyn.commons
+          - org.eclipse.mylyn.commons.identity
+          - org.eclipse.mylyn.commons.notifications
+          - org.eclipse.mylyn.commons.repositories
+          - org.eclipse.mylyn.commons.repositories.http
+          - org.eclipse.mylyn.discovery
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.gerrit.dashboard.feature
+          - org.eclipse.mylyn.gerrit.feature
+          - org.eclipse.mylyn.git
+          - org.eclipse.mylyn.hudson
+          - org.eclipse.mylyn.monitor
+          - org.eclipse.mylyn.reviews.feature
+          - org.eclipse.mylyn.team_feature
+          - org.eclipse.mylyn.versions
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.pde
+          - org.eclipse.pde.source
+          - org.eclipse.platform.source
+          - org.eclipse.rcp.source
+          - org.eclipse.recommenders.news.rcp.feature
+          - org.eclipse.recommenders.mylyn.rcp.feature
+          - org.eclipse.recommenders.rcp.feature
+          - org.eclipse.recommenders.snipmatch.rcp.feature
+          files:
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 250 MB
+                file_id: 1524211
+                file_url: https://api.eclipse.org/download/file/1524211
+                download_count: 4719
+                checksum:
+                  md5: 52be998fd3682b56b439bf03f338dd0d
+                  sha1: 9c4b9058c3a3f6199ae373e1c45175f0115ebaec
+                  sha512: c168593cfeebdbf14797505d1e47ec7eebd72b7f979e5da78a6596ad2c3faae637fb725d8b05884f16be0f23bc4fb4155e403ea48acc4ccf22357c6bf6c4017e
+            linux:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk.tar.gz
+                size: 250 MB
+                file_id: 1525686
+                file_url: https://api.eclipse.org/download/file/1525686
+                download_count: 605
+                checksum:
+                  md5: f8fc14ed285d075af0300f320918344e
+                  sha1: fd10990f81ae46d55387c56c528bbb22ca0e1367
+                  sha512: dc5ee097c7cdc354276606745b7e61f3aefaf30f5d3d729b6676033634a0d2afddd3bebba3381741f2137351b13e1093ecbf840bb2a02baf4836e1ee71239a15
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk-x86_64.tar.gz
+                size: 250 MB
+                file_id: 1524425
+                file_url: https://api.eclipse.org/download/file/1524425
+                download_count: 2225
+                checksum:
+                  md5: 144db1455448d2977d4695ffbc0f63b6
+                  sha1: 75a1cb2257f7955001af207ebe7bdc3640c14c62
+                  sha512: ce4ca5ac5bbb251f3b8878a73fe313d3a716933e1b625c20fafc3db8c40859d1dc842d2b841fe471400e9254f3ed86f6590b1b0b8b2081e7c6e01351b78625a8
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32-x86_64.zip
+                size: 252 MB
+                file_id: 1483658
+                file_url: https://api.eclipse.org/download/file/1483658
+                download_count: 22153
+                checksum:
+                  md5: c7f18c844094ee7cec10e1ab13ecccdc
+                  sha1: 0708487ba047fcaa79928fe5f3ade8b74902d866
+                  sha512: c5e86f03e9f0497003ede16edc21721f8de9bd297bd3ec6ac8537a8f7415458bfd09fcf2175350b2797b9f84f6b9efcffbe94e999158d5f817261dfa4b383d00
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32.zip
+                size: 251 MB
+                file_id: 1524283
+                file_url: https://api.eclipse.org/download/file/1524283
+                download_count: 12044
+                checksum:
+                  md5: 7f1a766177266b8d7427d9f2923fc992
+                  sha1: 5a251350ffc8af51e77bd86472ae7a3c771b6b77
+                  sha512: 69e99995c75ce9f5038fd6ab562e0b49628c058da7484cce9693ff0692a6d39676d40461de9540426d28e574a144704195d4e1923932501ee7e4b722fda6ccac
+        javascript-package:
+          name: Eclipse IDE for JavaScript and Web Developers
+          package_bugzilla_id: javascript-package
+          download_count: 33070
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            The essential tools for any JavaScript developer, including JavaScript language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+          features:
+          - org.eclipse.epp.package.javascript.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.egit
+          - org.eclipse.egit.mylyn
+          - org.eclipse.egit.gitflow.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.equinox.p2.user.ui
+          - org.eclipse.help
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.mylyn.github.feature
+          - org.eclipse.wst.web_ui.feature
+          - org.eclipse.wst.xml_ui.feature
+          - org.eclipse.wst.json_ui.feature
+          - org.eclipse.wst.jsdt.feature
+          - org.eclipse.wst.jsdt.chromium.debug.feature
+          - org.eclipse.wst.server_ui.feature
+          - org.eclipse.wst.server_adapters.feature
+          - org.eclipse.thym.feature
+          - org.eclipse.tm.terminal.feature
+          - org.eclipse.rse
+          files:
+            linux:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk-x86_64.tar.gz
+                size: 152 MB
+                file_id: 1524430
+                file_url: https://api.eclipse.org/download/file/1524430
+                download_count: 3973
+                checksum:
+                  md5: 4afd4f0ecc5c783fdb9e8ba7aab85c48
+                  sha1: e001f590f479307bd0d8f2f561e17d8ba6af5dd7
+                  sha512: 6cbddad97bb484f2af3559ee58bbb7c88f5c570697054ad0eb9b37dbf3e43fc1f879565e6c151c5b8c0ec5eac2fbb9e5fda49a56d8b47e0333295ec568fdccfa
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk.tar.gz
+                size: 152 MB
+                file_id: 1526084
+                file_url: https://api.eclipse.org/download/file/1526084
+                download_count: 623
+                checksum:
+                  md5: 6318c5c7cec4b5dbd48f145b316f63b3
+                  sha1: a967a1e9677110c2bcecce456fa7314babd51f2a
+                  sha512: c30cdb5a710f7148c0fccea1dcfc2ae0e1292601542af497ac73cdd8b88ed95fd562b6c6f6d37322458efb30886e71b3c036b0d9e4ad26ecb2227d3199a749d5
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 152 MB
+                file_id: 1524444
+                file_url: https://api.eclipse.org/download/file/1524444
+                download_count: 2858
+                checksum:
+                  md5: 7c3b8ea6d0e31d1f93d51bc8f02f80e6
+                  sha1: bdc5ffff2f9822a7a86271c994cb96ef0f1e881d
+                  sha512: ae7f0980d23a9f80eb47dff60537a7966c04806bab79afaedd1278e63fe6c3842feb926650e8b4b164105b40d5ea800309b0bad4b4c221889f6b710bfecfc1e8
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32-x86_64.zip
+                size: 153 MB
+                file_id: 1524168
+                file_url: https://api.eclipse.org/download/file/1524168
+                download_count: 19869
+                checksum:
+                  md5: 654618033d609f35afa68082c72c760a
+                  sha1: 00cee84b68a10257ebecfaba7f0d2182af6b8b80
+                  sha512: 668d89134ae0aeaca95d36fc79667084036d78e4bb9066d0b3b037d800e23d47365a1cce7b0e7dda26876ba1d3c78be25fb5f274f406d4db8bd01536c6802194
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32.zip
+                size: 153 MB
+                file_id: 1524273
+                file_url: https://api.eclipse.org/download/file/1524273
+                download_count: 5747
+                checksum:
+                  md5: a73a626ca59bcb62fc4faac061ae1601
+                  sha1: 2281f03db190f738593f584a88a22d713317742c
+                  sha512: d74796ff7cfdfa0902030afabb69e305d31ec0a862c31eac74d835a4101cbb3955cff27c6614990a8dcab24f2aa9f1a3b0fae1632e33e3b299df9c8c407685e7
+        dsl-package:
+          name: Eclipse IDE for Java and DSL Developers
+          package_bugzilla_id: dsl-package
+          download_count: 13360
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-dsl-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            The essential tools for Java and DSL developers, including a Java &amp; Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.
+          features:
+          - org.eclipse.epp.package.dsl.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.emf.ecore.xcore.sdk
+          - org.eclipse.emf.mwe2.language.sdk
+          - org.eclipse.emf.sdk
+          - org.eclipse.xtext.sdk
+          files:
+            linux:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk.tar.gz
+                size: 307 MB
+                file_id: 1528603
+                file_url: https://api.eclipse.org/download/file/1528603
+                download_count: 293
+                checksum:
+                  md5: 97489bf2ca0016b712a990bb5df6aa04
+                  sha1: 5a47d0d895f724c94ab71090600d598c944bd555
+                  sha512: bdfc97fa67d9a6660e249706f881df7005c8e76437a06f020bfda30f02ea3afb95799d054af27864985aaff33c6d91584bca0b22c01604a32dd328e3644fb449
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk-x86_64.tar.gz
+                size: 307 MB
+                file_id: 1524421
+                file_url: https://api.eclipse.org/download/file/1524421
+                download_count: 861
+                checksum:
+                  md5: 87d481557c8fc460510f08950a93780c
+                  sha1: e32d39281766edfcc68dfca963345b220a9bfa0c
+                  sha512: 26d38648495133bad5658888c792ac175219f32a3a84e69674d755d9a11fba8eb0a6711e9a017c69c10649c06c1bf5bf858bc7dc8f1d7bc49f816a7e964ba3bf
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32-x86_64.zip
+                size: 309 MB
+                file_id: 1524312
+                file_url: https://api.eclipse.org/download/file/1524312
+                download_count: 7094
+                checksum:
+                  md5: 9851fa5fb1ed4f83d68f788a3cff467a
+                  sha1: 7b63a368a118b7a108df419f919bf2d16c197737
+                  sha512: 6f379f1fa7ae0b00fc93aa1c6f9a25bcf6a1885cb0f140dd7b32b3bfba1874b9bd7ca79f4f1a8ded6fde59e85528eec66e849ef6ab0565a0e39e6412de420ff9
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32.zip
+                size: 309 MB
+                file_id: 1524107
+                file_url: https://api.eclipse.org/download/file/1524107
+                download_count: 4050
+                checksum:
+                  md5: fd460f06359bd00337f5e6b1dfb1d7c5
+                  sha1: 91f520d56b4246cc9bb4c2bb1a271ef976a1e641
+                  sha512: d661c3eecf26e2c128da4e8ed35859368a20a1adc2b39192c7fa5746773e29e58ecb7f70637a13812f6475d4dcf88c5e67032248645e437e12627996107d5969
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 307 MB
+                file_id: 1524541
+                file_url: https://api.eclipse.org/download/file/1524541
+                download_count: 1062
+                checksum:
+                  md5: d355b631a7d23b97024d622654aa2576
+                  sha1: 2186f313c4009ced315c2e32e5631d6e80c4562d
+                  sha512: 6a489dac8783304656121b6a3dbb2c23121a7d402d40dd2b61880a307fdc99fa31300e2da391eb3e8fd28e28c5944711d49e69c1dcf89ba2c6808fc60bd1f9b7
+        rcp-package:
+          name: Eclipse for RCP and RAP Developers
+          package_bugzilla_id: rcp-package
+          download_count: 10905
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.
+          features:
+          - org.eclipse.epp.package.rcp.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.jdt
+          - org.eclipse.pde
+          - org.eclipse.platform.source
+          - org.eclipse.rcp.source
+          - org.eclipse.buildship
+          - org.eclipse.e4.core.tools.feature
+          - org.eclipse.egit
+          - org.eclipse.egit.mylyn
+          - org.eclipse.m2e.feature
+          - org.eclipse.m2e.logback.feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn.gerrit.feature
+          - org.eclipse.mylyn.git
+          - org.eclipse.mylyn.hudson
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.java_feature
+          - org.eclipse.mylyn.pde_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.rap.tools.feature
+          - org.eclipse.recommenders.mylyn.rcp.feature
+          - org.eclipse.recommenders.rcp.feature
+          - org.eclipse.recommenders.snipmatch.rcp.feature
+          - org.eclipse.swtbot.eclipse.g.ef
+          - org.eclipse.swtbot.eclipse
+          - org.eclipse.swtbot.ide
+          - org.eclipse.wst.xml_ui.feature
+          files:
+            windows:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32.zip
+                size: 253 MB
+                file_id: 1523705
+                file_url: https://api.eclipse.org/download/file/1523705
+                download_count: 2120
+                checksum:
+                  md5: 978b29e839a523eca88945bfc61f897c
+                  sha1: 26adc14d7d4bfca9748b23766f94c67347153a12
+                  sha512: a9ca07e4b77a90da45acd1653af36cec71a2c204c75beacc4aabf1a59f2b3a7addbe9b0c2983c5fb86ff2789842929169d9e0b4ef83ed56d9eb18bd4feb8e576
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32-x86_64.zip
+                size: 253 MB
+                file_id: 1519683
+                file_url: https://api.eclipse.org/download/file/1519683
+                download_count: 6011
+                checksum:
+                  md5: 86794395a9ac3b3a83f6b6a2c732f160
+                  sha1: bc5428102a9b320b1c7e677ff40495895fbf8123
+                  sha512: 01f39831d674d4aecc95bd1337e9c5df23af81dfd6d5e2ba1fb092d3713a7412a158c6cb1b84c1473987d75dca8e4c555843657a86b829842631f460e3c2810c
+            linux:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk.tar.gz
+                size: 252 MB
+                file_id: 1523571
+                file_url: https://api.eclipse.org/download/file/1523571
+                download_count: 267
+                checksum:
+                  md5: e1ee3ff6db3dc23393ab4a9aeaf7203c
+                  sha1: fb4e2722d7a9d7c1eeaa7cab05ad8831cfe99b92
+                  sha512: f40183f9d038c89f9e825afb1080d7d7aa4f24c06a16d48904f4367bc3c39b204e886ae87a23af6afe4b60dfe17ce1be7ee91a156b28a82bd5c8bd5189e9e0e7
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk-x86_64.tar.gz
+                size: 252 MB
+                file_id: 1524363
+                file_url: https://api.eclipse.org/download/file/1524363
+                download_count: 1599
+                checksum:
+                  md5: d71a7f69610cd72255f92c7c1b470d5f
+                  sha1: 16513e7e93b88d3342000853886e0aca8ecd2480
+                  sha512: 4c3719abf3fca7c9d247b1fe0ad601ceedf4d23e16d824a6720ec82567096393277694216e3bfeaa0263add1e1540b978b988c79564851b88594e7ec9b30b2fc
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 252 MB
+                file_id: 1519969
+                file_url: https://api.eclipse.org/download/file/1519969
+                download_count: 908
+                checksum:
+                  md5: 27c3a4310762f0c45c1977be52bc1f53
+                  sha1: 66d8264700222cd986baa178e5e80da170f39667
+                  sha512: 1b7b079c8303824aff3c70aba31af89707275a7214ed865157b665339f87fc89007488513e8600e41964144c4093088c9f29cabae010dba10a97ee4dd4bf2934
+        modeling-package:
+          name: Eclipse Modeling Tools
+          package_bugzilla_id: modeling-package
+          download_count: 9634
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neonr
+          incubating: false
+          class: ''
+          body: >
+            The Modeling package provides tools and runtimes for building model-based applications.
+                    You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications.
+                    In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.
+          features:
+          - org.eclipse.epp.package.modeling.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.amalgam.discovery
+          - org.eclipse.e4.core.tools.feature
+          - org.eclipse.egit
+          - org.eclipse.emf.cdo.epp
+          - org.eclipse.emf.compare.ide.ui.source
+          - org.eclipse.emf.compare.source
+          - org.eclipse.emf.compare.diagram.sirius.source
+          - org.eclipse.emf.compare.egit
+          - org.eclipse.emf.ecoretools.explorer.contextual
+          - org.eclipse.emf.ecoretools.design
+          - org.eclipse.emf.ecp.sdk.feature
+          - org.eclipse.emf.parsley.sdk
+          - org.eclipse.emf.parsley.sdk.source
+          - org.eclipse.emf.emfstore.sdk.feature
+          - org.eclipse.emf.query.sdk
+          - org.eclipse.emf.sdk
+          - org.eclipse.emf.transaction.sdk
+          - org.eclipse.emf.validation.sdk
+          - org.eclipse.g.ef.sdk
+          - org.eclipse.g.mf.runtime.sdk
+          - org.eclipse.jdt
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.java_feature
+          - org.eclipse.mylyn.pde_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.ocl.all.sdk
+          - org.eclipse.pde
+          - org.eclipse.sdk
+          - org.eclipse.uml2.sdk
+          - org.eclipse.xsd.sdk
+          files:
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 388 MB
+                file_id: 1524553
+                file_url: https://api.eclipse.org/download/file/1524553
+                download_count: 899
+                checksum:
+                  md5: 4b3b8ba5ad522b9e8dcad4b9cf69949f
+                  sha1: 33e13262fbe4552d2027115ed0e5a4d4c46819e2
+                  sha512: 10e5acd6b3a297ba84a801cfc05c9cd115954c3415370bf6079a793ced2768a941d01d7c99f89a834e45067c57e954a1d2b1b039a8cdece1fe4392de48c65e99
+            linux:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk-x86_64.tar.gz
+                size: 387 MB
+                file_id: 1524217
+                file_url: https://api.eclipse.org/download/file/1524217
+                download_count: 1403
+                checksum:
+                  md5: e4826f1f634b067d53c14b9502821f28
+                  sha1: 61dd3e2fc413bf10479b7cea3e08d55c962fc165
+                  sha512: 5708db7218f981722a1958f321da5a91dbc584f8daaac76c45e18963b92353afa065240f6caa191e5f8b82e50eb008e7244169b59c1fd36d04c8e29ef9442f8d
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk.tar.gz
+                size: 387 MB
+                file_id: 1530449
+                file_url: https://api.eclipse.org/download/file/1530449
+                download_count: 233
+                checksum:
+                  md5: 0348089c9a6d92e4b9b75bc3dae32e0a
+                  sha1: e79f77d984d0d6598900075d7774db5f0cdad185
+                  sha512: 7079bdf357fa15b868d40b2388cddddb1f6343e96befba2c845e5e815ed6bbff1359f7a7120c7b461ffb5873ac3ef9a209cd12c10f83b502aaa908199fc249c7
+            windows:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32.zip
+                size: 390 MB
+                file_id: 1524403
+                file_url: https://api.eclipse.org/download/file/1524403
+                download_count: 1663
+                checksum:
+                  md5: 60a201bc9182870ccb8505c5c771443c
+                  sha1: 61546cab7db9d5791e51a08c11b1a62d52f61ce3
+                  sha512: 00112adf0bef8186c38eb7564176ee55ca76420b3a23d6087c6d64600bc798d9346e51f4aee1935324339a0c0b42ada91d4491f0176e01f1564094976544e483
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32-x86_64.zip
+                size: 390 MB
+                file_id: 1524141
+                file_url: https://api.eclipse.org/download/file/1524141
+                download_count: 5436
+                checksum:
+                  md5: 040110e2046793c0ad6a9c465509bfbc
+                  sha1: 79bb3a6f0b09712b6a6e277df58449f9ef05213d
+                  sha512: eee044dade2d2ae4eb24f8a4638fd664610d843c0160d6de33a1911049e536c3bc543961764392dbe9d8410436f38b95d056f7ea0089179bca49e2fafc081f90
+        parallel-package:
+          name: Eclipse for Parallel Application Developers
+          package_bugzilla_id: parallel-package
+          download_count: 7059
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.
+          features:
+          - org.eclipse.epp.package.parallel.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.cdt
+          - org.eclipse.cdt.autotools
+          - org.eclipse.cdt.bupc
+          - org.eclipse.cdt.core.parser.upc.feature
+          - org.eclipse.cdt.debug.ui.memory
+          - org.eclipse.cdt.mylyn
+          - org.eclipse.cdt.platform
+          - org.eclipse.cdt.xlc.feature
+          - org.eclipse.egit
+          - org.eclipse.jgit
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.team_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.ptp
+          - org.eclipse.ptp.debug.sdm
+          - org.eclipse.ptp.fortran
+          - org.eclipse.ptp.pldt.upc
+          - org.eclipse.ptp.rdt.sync
+          - org.eclipse.ptp.remote.terminal
+          - org.eclipse.ptp.rm.jaxb.contrib
+          - org.eclipse.remote
+          - org.eclipse.remote.console
+          - org.eclipse.wst.xml_ui.feature
+          files:
+            windows:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32-x86_64.zip
+                size: 225 MB
+                file_id: 1524380
+                file_url: https://api.eclipse.org/download/file/1524380
+                download_count: 2994
+                checksum:
+                  md5: ed4e418b792d412447786da704d6037f
+                  sha1: 7f1342f2bb173ad4a1ff8f032cebfd57d2ee3dc1
+                  sha512: 2a800f15205edfc93cc916ffe06c4f3d9be864dbcb67956f6ee9236a23b1c273bd670b9b6bd60d90341f97fbd43d434ba0aed6c493f632ab50fe80515949d307
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32.zip
+                size: 225 MB
+                file_id: 1524375
+                file_url: https://api.eclipse.org/download/file/1524375
+                download_count: 953
+                checksum:
+                  md5: 49d440af4bba71b40369c5a21e9157ad
+                  sha1: 5d257cf53bf08620e417f1aa9bbf8b349495731d
+                  sha512: ac9dcebbaa56667331c2de8f54276b8cf228fa8100a9be3ff3b0eb801269e8a5c964813ac4d37da94f7c0034eecf4d4fd664f2fee7c8053e6c6f2fe365469fad
+            linux:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk.tar.gz
+                size: 229 MB
+                file_id: 1528619
+                file_url: https://api.eclipse.org/download/file/1528619
+                download_count: 262
+                checksum:
+                  md5: 92789ca7c502a44d7083ac53d516ca42
+                  sha1: 0105dc21c713f0da5a27ba00b6f61297c2d6ca1b
+                  sha512: 3907e2e3ff6d5a9a9b5782f0ba78dae71d52c26480840ac9dcf908b0df37f4f57b0f3b5686e158d98c436149eee92ef24c19767506476184559f863511d17366
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk-x86_64.tar.gz
+                size: 229 MB
+                file_id: 1524962
+                file_url: https://api.eclipse.org/download/file/1524962
+                download_count: 2137
+                checksum:
+                  md5: 5f3fe4e9471b8f40cea43fc14bf3d031
+                  sha1: dc8b57e5c68b40974b3a799456a1b48b6f686159
+                  sha512: 9281103b111ee75fa98a10295df3902f13cba74c3f90ac3e920d23d2b4199d476c59ff20422c63abc47a5e34d507621c30a8d6b65822d9edb744445a52f36ac3
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 224 MB
+                file_id: 1524330
+                file_url: https://api.eclipse.org/download/file/1524330
+                download_count: 713
+                checksum:
+                  md5: d7f655fe0ee24f2b9a283b7fef9416e2
+                  sha1: 9e1bf08e7fc13db2b8177b3468fd517420a67662
+                  sha512: 4c374af83e114b016e276e024ba68b8603d04822380b91ceb243bf5133fdf3906d0971281964df379a7ecd9dac34ce4ad09d4f78d1f12cc8de07f0c248e5a637
+        testing-package:
+          name: Eclipse for Testers
+          package_bugzilla_id: testing-package
+          download_count: 3951
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-testers/neonr
+          incubating: false
+          class: ''
+          body: >
+            This package contains Eclipse features that support the software development quality assurance process, such as Jubula and Mylyn.
+          features:
+          - org.eclipse.epp.package.testing.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.jubula.feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.wikitext_feature
+          files:
+            windows:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32.zip
+                size: 132 MB
+                file_id: 1525317
+                file_url: https://api.eclipse.org/download/file/1525317
+                download_count: 1050
+                checksum:
+                  md5: d08a25f562da12044cba3ab50723b310
+                  sha1: 18b07e90ea7ad5fe281f4c38e63d6b3b7a5a3875
+                  sha512: 585bfb8b9eeb91ec439b526ade8eca24a4b8bd11c2de41dd0447367b19676e27a07028262da615d99beaefb60dc65bfc06473fcba33454c7f9fd6144ee9057db
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32-x86_64.zip
+                size: 132 MB
+                file_id: 1524949
+                file_url: https://api.eclipse.org/download/file/1524949
+                download_count: 2043
+                checksum:
+                  md5: ee953f7c4ac4255e0e7e3ab4f846daa8
+                  sha1: 4d651173785697bd0b3606c8296f6d26476c61f8
+                  sha512: 33b404efb90abff8da162d9117972f81e92fdf2c6917bf5950e4bf6c1b859b7d6048862a1bb3218eba40ed5e9e8b34c971557d04a8b38dc474fe0652a32806f1
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 130 MB
+                file_id: 1526033
+                file_url: https://api.eclipse.org/download/file/1526033
+                download_count: 287
+                checksum:
+                  md5: d9e63fcf36650cf8a5117671babc41f1
+                  sha1: e3f998aa897cf6a799652beff664a8934d763e27
+                  sha512: 140ef2d1ca61bb523f8627d4951e97daedf7e4831c36d7050fb2a9e5f2ad2bf5e8914379b93aca03d7a1b6e83f32b07d4dde84c950a79f2529ed5dc4d70012fc
+            linux:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk-x86_64.tar.gz
+                size: 130 MB
+                file_id: 1525360
+                file_url: https://api.eclipse.org/download/file/1525360
+                download_count: 370
+                checksum:
+                  md5: de987358dab2d4499f8dbe7631d18532
+                  sha1: b0d02d8b4cbbaa2c7f0e2e400de7296808762d12
+                  sha512: 50537983a29770687e151a54c94f0eb82fe995eac3fcd51411cb229290a982a8b35c5ca3c05919ce07a21f6e492fb8ebd84a80c5b72694bf7a50ed030265acd4
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk.tar.gz
+                size: 130 MB
+                file_id: 1534796
+                file_url: https://api.eclipse.org/download/file/1534796
+                download_count: 201
+                checksum:
+                  md5: 7773c6c6af53c78e0c3a0cc2545dec4f
+                  sha1: 77ee38775eb201290e03e1f72143e8b873854df8
+                  sha512: b7bfd708c4122e74402af36e0adb879e74afa15c67e7c36dbcbf732c330d89f3d6070ef7a1ff72f878ce2e263868c7d9bc787bff45f1c25908ab94d9d925f0c2
+        scout-package:
+          name: Eclipse for Scout Developers
+          package_bugzilla_id: scout-package
+          download_count: 3007
+          website_url: http://www.eclipse.org/downloads/packages/eclipse-scout-developers/neonr
+          incubating: false
+          class: ''
+          body: >
+            Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.
+          features:
+          - org.eclipse.epp.package.scout.feature
+          - org.eclipse.epp.package.common.feature
+          - org.eclipse.platform
+          - org.eclipse.egit
+          - org.eclipse.egit.mylyn
+          - org.eclipse.help.source
+          - org.eclipse.jdt
+          - org.eclipse.jdt.source
+          - org.eclipse.jgit
+          - org.eclipse.jst.web_ui.feature
+          - org.eclipse.m2e.feature
+          - org.eclipse.mylyn.bugzilla_feature
+          - org.eclipse.mylyn.context_feature
+          - org.eclipse.mylyn_feature
+          - org.eclipse.mylyn.git
+          - org.eclipse.mylyn.ide_feature
+          - org.eclipse.mylyn.java_feature
+          - org.eclipse.mylyn.wikitext_feature
+          - org.eclipse.scout.sdk-feature
+          - org.eclipse.wst.xml_ui.feature
+          files:
+            linux:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk-x86_64.tar.gz
+                size: 211 MB
+                file_id: 1525520
+                file_url: https://api.eclipse.org/download/file/1525520
+                download_count: 308
+                checksum:
+                  md5: 687758e2df35957dc70905ba6c230d7a
+                  sha1: 41c38e90b504e280f91cf4e2dd0dd003a4943d5a
+                  sha512: 1c3603d096db5a718424216a9792dae854d706db733422f870202edb38ff2e7de7175711d9ba0098060355fbc04583f7fefab09941fa30e4adac16151f95a058
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk.tar.gz
+                size: 211 MB
+                file_id: 1530456
+                file_url: https://api.eclipse.org/download/file/1530456
+                download_count: 143
+                checksum:
+                  md5: 48fd3a247aef4793455d4ef495ceea78
+                  sha1: f78cea27ed257db42af404f120bc4f384ffd7c24
+                  sha512: 423ef85db94e2d3dd3d752cf96dddb13e50b682f7fbe03bff2bc6a20d19e41b1bb25e601b7f02d9e481c1a423e8f453bc5111d7b83a069f6b5d33774afc85a52
+            mac:
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-macosx-cocoa-x86_64.tar.gz
+                size: 211 MB
+                file_id: 1528331
+                file_url: https://api.eclipse.org/download/file/1528331
+                download_count: 182
+                checksum:
+                  md5: 6c7a56a49df80b29f38b432daae8fe7f
+                  sha1: a7630525d7152d6bb692e4b90a84eab92e897c65
+                  sha512: e2c7e7a75ba5e0866e20172b0d690318f0936423d131fabfc4d8353749c909aa10f4395b62a725a5d9c2219dab80acac9735aaea6dfaf417b23e49a29bbc395a
+            windows:
+              32:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32.zip
+                size: 212 MB
+                file_id: 1528609
+                file_url: https://api.eclipse.org/download/file/1528609
+                download_count: 784
+                checksum:
+                  md5: 3008b857bcf4950e90d90b0ff20fac70
+                  sha1: fd08490f78416d992d1c37cc86e541409d240f6c
+                  sha512: 8e2a7f254487cf4e07cc20cd042790585335dbdeb4adca8d790e3b85aa2e27b97a6682295a33f0a0540d85ae550fb6126d735bbc1581e2326022b40332de9c1d
+              64:
+                url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32-x86_64.zip
+                size: 212 MB
+                file_id: 1524362
+                file_url: https://api.eclipse.org/download/file/1524362
+                download_count: 1590
+                checksum:
+                  md5: 177d9f3ac1fb88af3625b7254142f4dd
+                  sha1: 2243644bf4fa903b3dd056c3a5b331b5bf11409a
+                  sha512: 26b2f9e15533c449041e143f68123c4b64e92a37a0a2762589a9cd6fe25cd2467a7a5dd903b14ce2e1bacdf50678f930af629b6f78e4326cce9e1679e7d5e794
+    JeePackage:
+      title: JeePackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse IDE for Java EE Developers
+        package_bugzilla_id: jee-package
+        download_count: 1231525
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.
+        features:
+        - org.eclipse.epp.package.jee.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.datatools.common.doc.user
+        - org.eclipse.datatools.connectivity.doc.user
+        - org.eclipse.datatools.connectivity.feature
+        - org.eclipse.datatools.doc.user
+        - org.eclipse.datatools.enablement.feature
+        - org.eclipse.datatools.intro
+        - org.eclipse.datatools.modelbase.feature
+        - org.eclipse.datatools.sqldevtools.feature
+        - org.eclipse.datatools.sqltools.doc.user
+        - org.eclipse.egit
+        - org.eclipse.egit.mylyn
+        - org.eclipse.jdt
+        - org.eclipse.jpt.common.eclipselink.feature
+        - org.eclipse.jpt.common.feature
+        - org.eclipse.jpt.dbws.eclipselink.feature
+        - org.eclipse.jpt.jaxb.eclipselink.feature
+        - org.eclipse.jpt.jaxb.feature
+        - org.eclipse.jpt.jpa.eclipselink.feature
+        - org.eclipse.jpt.jpa.feature
+        - org.eclipse.jsf.feature
+        - org.eclipse.jst.common.fproj.enablement.jdt
+        - org.eclipse.jst.enterprise_ui.feature
+        - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+        - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+        - org.eclipse.jst.server_adapters.ext.feature
+        - org.eclipse.jst.server_adapters.feature
+        - org.eclipse.jst.server_ui.feature
+        - org.eclipse.jst.webpageeditor.feature
+        - org.eclipse.jst.webpageeditor.feature
+        - org.eclipse.jst.web_ui.feature
+        - org.eclipse.jst.ws.axis2tools.feature
+        - org.eclipse.jst.ws.axis2tools.feature
+        - org.eclipse.jst.ws.cxf.feature
+        - org.eclipse.jst.ws.jaxws.dom.feature
+        - org.eclipse.jst.ws.jaxws.feature
+        - org.eclipse.m2e.feature
+        - org.eclipse.m2e.logback.feature
+        - org.eclipse.m2e.wtp.feature
+        - org.eclipse.m2e.wtp.jaxrs.feature
+        - org.eclipse.m2e.wtp.jpa.feature
+        - org.eclipse.m2e.wtp.jsf.feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.java_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.pde
+        - org.eclipse.recommenders.mylyn.rcp.feature
+        - org.eclipse.recommenders.rcp.feature
+        - org.eclipse.cft.server.core.feature
+        - org.eclipse.cft.server.ui.feature
+        - org.eclipse.rse
+        - org.eclipse.rse.useractions
+        - org.eclipse.tm.terminal.feature
+        - org.eclipse.wst.common.fproj
+        - org.eclipse.wst.jsdt.feature
+        - org.eclipse.wst.jsdt.chromium.debug.feature
+        - org.eclipse.wst.server_adapters.feature
+        - org.eclipse.wst.web_ui.feature
+        - org.eclipse.wst.xml_ui.feature
+        - org.eclipse.wst.xsl.feature
+        files:
+          linux:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz
+              size: 299 MB
+              file_id: 1516862
+              file_url: https://api.eclipse.org/download/file/1516862
+              download_count: 112057
+              checksum:
+                md5: 5b034fe90970b4397aa41d819e8ffd4a
+                sha1: 353178c8031c4f96ee8b872ba7765801a75ed6cc
+                sha512: e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk.tar.gz
+              size: 299 MB
+              file_id: 1524320
+              file_url: https://api.eclipse.org/download/file/1524320
+              download_count: 14810
+              checksum:
+                md5: 526ddec029b7f036b3e99a61b460433d
+                sha1: e8874627ef24180681e4f50023131858b2c2bf99
+                sha512: 4449200d77a0ea25ead72f2e47e135f0a7c546d1c484ab2ed928dc09fe191d59820bf4924d151c9d08c8d704b4d3212c13e3e4c2275b7a56b5adc2cf7709ae66
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32-x86_64.zip
+              size: 301 MB
+              file_id: 1483618
+              file_url: https://api.eclipse.org/download/file/1483618
+              download_count: 789774
+              checksum:
+                md5: 1542baca4dce7808cc61a20e10211d17
+                sha1: cd00f5d5d3aa8932c8988513632fb82cd3c7f4bb
+                sha512: 5cc9b1f93825707fe39ee4ac0c7733bf5e8f32525bb58cf1f422e4f8bcb464ea2ecfec5a5c20f770c18e9a461413cb711dce7d4fcfe27d3a02689baf59688f3a
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32.zip
+              size: 301 MB
+              file_id: 1496662
+              file_url: https://api.eclipse.org/download/file/1496662
+              download_count: 236198
+              checksum:
+                md5: e448375731e107d50638f034d879f694
+                sha1: 34d7ec1122ba1283592ec725ca42113c25acb396
+                sha512: 7dc144ea3613e7fc42c74e6dddb682b6705088a5e54092baf888389bb71cc37a0ce4ce7b17ba45f3ce1d3c1c9fdb744e4a0e925167c12befd1f6c498620d94cc
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 299 MB
+              file_id: 1510957
+              file_url: https://api.eclipse.org/download/file/1510957
+              download_count: 78686
+              checksum:
+                md5: 583d4b9e2030defbacee7cb8cd820b63
+                sha1: 75899b2decba15fbbe7be44f5d474e9def477b6c
+                sha512: d3b2ea5db93cdb3ca16cf6a674ed359ec7a3fc8953c721e3b19443ac0f0d3479bb1ee6f5783deecee8c3ff3c181cab451fe52155ef36c40935d78fc29bb97ca8
+    Files:
+      title: Files
+      required:
+      - linux
+      - windows
+      - mac
+      type: object
+      properties:
+        linux:
+          type: object
+          additionalProperties:
+            $ref: '#/components/schemas/64'
+        windows:
+          type: object
+          additionalProperties:
+            $ref: '#/components/schemas/64'
+        mac:
+          type: object
+          additionalProperties:
+            $ref: '#/components/schemas/64'
+      example:
+        linux:
+          64:
+            url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz
+            size: 299 MB
+            file_id: 1516862
+            file_url: https://api.eclipse.org/download/file/1516862
+            download_count: 112057
+            checksum:
+              md5: 5b034fe90970b4397aa41d819e8ffd4a
+              sha1: 353178c8031c4f96ee8b872ba7765801a75ed6cc
+              sha512: e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4
+          32:
+            url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk.tar.gz
+            size: 299 MB
+            file_id: 1524320
+            file_url: https://api.eclipse.org/download/file/1524320
+            download_count: 14810
+            checksum:
+              md5: 526ddec029b7f036b3e99a61b460433d
+              sha1: e8874627ef24180681e4f50023131858b2c2bf99
+              sha512: 4449200d77a0ea25ead72f2e47e135f0a7c546d1c484ab2ed928dc09fe191d59820bf4924d151c9d08c8d704b4d3212c13e3e4c2275b7a56b5adc2cf7709ae66
+        windows:
+          64:
+            url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32-x86_64.zip
+            size: 301 MB
+            file_id: 1483618
+            file_url: https://api.eclipse.org/download/file/1483618
+            download_count: 789774
+            checksum:
+              md5: 1542baca4dce7808cc61a20e10211d17
+              sha1: cd00f5d5d3aa8932c8988513632fb82cd3c7f4bb
+              sha512: 5cc9b1f93825707fe39ee4ac0c7733bf5e8f32525bb58cf1f422e4f8bcb464ea2ecfec5a5c20f770c18e9a461413cb711dce7d4fcfe27d3a02689baf59688f3a
+          32:
+            url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32.zip
+            size: 301 MB
+            file_id: 1496662
+            file_url: https://api.eclipse.org/download/file/1496662
+            download_count: 236198
+            checksum:
+              md5: e448375731e107d50638f034d879f694
+              sha1: 34d7ec1122ba1283592ec725ca42113c25acb396
+              sha512: 7dc144ea3613e7fc42c74e6dddb682b6705088a5e54092baf888389bb71cc37a0ce4ce7b17ba45f3ce1d3c1c9fdb744e4a0e925167c12befd1f6c498620d94cc
+        mac:
+          64:
+            url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-macosx-cocoa-x86_64.tar.gz
+            size: 299 MB
+            file_id: 1510957
+            file_url: https://api.eclipse.org/download/file/1510957
+            download_count: 78686
+            checksum:
+              md5: 583d4b9e2030defbacee7cb8cd820b63
+              sha1: 75899b2decba15fbbe7be44f5d474e9def477b6c
+              sha512: d3b2ea5db93cdb3ca16cf6a674ed359ec7a3fc8953c721e3b19443ac0f0d3479bb1ee6f5783deecee8c3ff3c181cab451fe52155ef36c40935d78fc29bb97ca8
+    64:
+      title: "64"
+      required:
+      - url
+      - size
+      - file_id
+      - file_url
+      - download_count
+      - checksum
+      type: object
+      properties:
+        url:
+          type: string
+        size:
+          type: string
+        file_id:
+          type: string
+        file_url:
+          type: string
+        download_count:
+          type: string
+        checksum:
+          $ref: '#/components/schemas/Checksum'
+      example:
+        url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz
+        size: 299 MB
+        file_id: 1516862
+        file_url: https://api.eclipse.org/download/file/1516862
+        download_count: 112057
+        checksum:
+          md5: 5b034fe90970b4397aa41d819e8ffd4a
+          sha1: 353178c8031c4f96ee8b872ba7765801a75ed6cc
+          sha512: e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4
+    Checksum:
+      title: Checksum
+      required:
+      - md5
+      - sha1
+      - sha512
+      type: object
+      properties:
+        md5:
+          type: string
+        sha1:
+          type: string
+        sha512:
+          type: string
+      example:
+        md5: 5b034fe90970b4397aa41d819e8ffd4a
+        sha1: 353178c8031c4f96ee8b872ba7765801a75ed6cc
+        sha512: e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4
+    JavaPackage:
+      title: JavaPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse IDE for Java Developers
+        package_bugzilla_id: java-package
+        download_count: 560313
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration
+        features:
+        - org.eclipse.epp.package.java.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.buildship
+        - org.eclipse.egit
+        - org.eclipse.egit.mylyn
+        - org.eclipse.jdt
+        - org.eclipse.jgit
+        - org.eclipse.m2e.feature
+        - org.eclipse.m2e.logback.feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.git
+        - org.eclipse.mylyn.hudson
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.java_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.recommenders.mylyn.rcp.feature
+        - org.eclipse.recommenders.rcp.feature
+        - org.eclipse.recommenders.snipmatch.rcp.feature
+        - org.eclipse.wst.xml_ui.feature
+        files:
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 160 MB
+              file_id: 1524135
+              file_url: https://api.eclipse.org/download/file/1524135
+              download_count: 51597
+              checksum:
+                md5: 94a564abb4f0dc014e84043bd6fdf495
+                sha1: 684297167ccc6435b6434ee8c24ef226b1e9991f
+                sha512: be17f820859c73ec19b44bf83ddfeccd503e008df837005cbb80f16adf97d53aefbc1488dfe5c8fec796da0de11d70e647e735fb98ad29aecc2a8c44e6d66eb5
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32-x86_64.zip
+              size: 161 MB
+              file_id: 1483666
+              file_url: https://api.eclipse.org/download/file/1483666
+              download_count: 326737
+              checksum:
+                md5: 80cebd741b815ecffff6326c98cc2bbd
+                sha1: 3330a534b40c28a189da328130a29561795250e0
+                sha512: 57d979b19cc86fbf0f6bfa9464aa89413662b5bbe3c984492d78247ebf72048ec57946aada55bd5c7fa81746f202e600e8048ee81729936f101971941e97c10d
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32.zip
+              size: 161 MB
+              file_id: 1515686
+              file_url: https://api.eclipse.org/download/file/1515686
+              download_count: 135236
+              checksum:
+                md5: b21c5c168ec3d5a4b5ec7336625ba85b
+                sha1: 78919c417386ce0a5df27eba542e07f62c2331ef
+                sha512: 618ecc193b3fa7e2b5bb85fbc6a75142487e9cef63a0b2f7e7130f49babe1e793ace4fa6ee83848fc74fea7ed2faa094f81504c4a918184882200b1218006134
+          linux:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk.tar.gz
+              size: 160 MB
+              file_id: 1524479
+              file_url: https://api.eclipse.org/download/file/1524479
+              download_count: 7396
+              checksum:
+                md5: 3b8f3098ec353962208a38af3cbb36c6
+                sha1: 7e4caabffafa4e5379893846a636f46d691f03a8
+                sha512: 57ffab533690bcbeabb40966ef7f05aab85868afc669c5a54631e8a3ec99e1f74bde19ab51f18d8d580a05fb3c80154f0b187595c91e0445219cece9c0346ceb
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz
+              size: 160 MB
+              file_id: 1523565
+              file_url: https://api.eclipse.org/download/file/1523565
+              download_count: 39347
+              checksum:
+                md5: dc4cf41b6f48af4978885c66d9630d3d
+                sha1: d7562af3c5a7377d05abae14e746b36b4896d39f
+                sha512: 01bc46fcaf3187bc70bb0f26dcdae9fa2f633106785c1c8b41b2d3daf4330efbd0d6a00d5dbc2d6159a6faefb74c403d98794bdbf172cd6e73d6156f36f94641
+    CppPackage:
+      title: CppPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse IDE for C/C++ Developers
+        package_bugzilla_id: cpp-package
+        download_count: 197278
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          An IDE for C/C++ developers with Mylyn integration.
+        features:
+        - org.eclipse.epp.package.cpp.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.cdt
+        - org.eclipse.cdt.autotools
+        - org.eclipse.cdt.build.crossgcc
+        - org.eclipse.cdt.debug.standalone
+        - org.eclipse.cdt.debug.ui.memory
+        - org.eclipse.cdt.launch.remote
+        - org.eclipse.cdt.mylyn
+        - org.eclipse.egit
+        - org.eclipse.linuxtools.cdt.libhover.feature
+        - org.eclipse.linuxtools.cdt.libhover.devhelp.feature
+        - org.eclipse.linuxtools.changelog.c
+        - org.eclipse.linuxtools.gcov
+        - org.eclipse.linuxtools.gprof.feature
+        - org.eclipse.linuxtools.rpm
+        - org.eclipse.linuxtools.valgrind
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.team_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.rse
+        - org.eclipse.tracecompass.gdbtrace
+        - org.eclipse.tracecompass.lttng2.control
+        - org.eclipse.tracecompass.lttng2.kernel
+        - org.eclipse.tracecompass.lttng2.ust
+        files:
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32-x86_64.zip
+              size: 176 MB
+              file_id: 1524207
+              file_url: https://api.eclipse.org/download/file/1524207
+              download_count: 85751
+              checksum:
+                md5: 7694342c71b025791b4ca69c2ce798a5
+                sha1: 98152b923ce8c4f656a13f730747304b12d78fd5
+                sha512: ba65f745b11a6e4a5c23eb1df32f0b14f853e572d3b39a7fcf3f4d07fea2e309694f9c62ae34a35bf61fc696ae47d3013b3731086341d84fddbe933812acefba
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32.zip
+              size: 176 MB
+              file_id: 1524293
+              file_url: https://api.eclipse.org/download/file/1524293
+              download_count: 33790
+              checksum:
+                md5: eb526e56ebf93df96f584a2184488eb1
+                sha1: b69b8a2e8eed5ef982eb4c23653c78f671a6a949
+                sha512: 4314ddc67d723a30380cfa36cf3496d28785485d103c5150b85d64eaa96ca0c20a7849668779b536d78f25b8a5e49744cac584a9a2ae364eb125735f40eb0c20
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 175 MB
+              file_id: 1524150
+              file_url: https://api.eclipse.org/download/file/1524150
+              download_count: 14826
+              checksum:
+                md5: 7a0325aff425cb2625388e9f52ab9816
+                sha1: 85fec7f0997b14030b7b4bff14dba2db29bfb24d
+                sha512: 8d7516a9400a920b5acd574e947d9196c502dd0a88db6303158603ee81d0fe86ba850560ba98d83bdfba5dabd1820eb8ef410284ae2fe900bbe44959f08f2619
+          linux:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz
+              size: 182 MB
+              file_id: 1524302
+              file_url: https://api.eclipse.org/download/file/1524302
+              download_count: 10826
+              checksum:
+                md5: 76ba76b9ee4f8d7a594125ced87bee88
+                sha1: c3473d0c02712ed559606f65e2e54c51bc2c8c1b
+                sha512: 0ed94a7a2bccc530f32c491b7282f261cbb1e431b7369c9a8e976248f71cbd11339598b6cf3c8a047f17d1b11ee94a28cf2e1a51e354562926b4d3f0ee08b24e
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz
+              size: 182 MB
+              file_id: 1523714
+              file_url: https://api.eclipse.org/download/file/1523714
+              download_count: 52085
+              checksum:
+                md5: e9ee3b49afa8a9b7a46d744e87290301
+                sha1: 6d708f40feb9c41b15529c6cb8f527deee9ac04a
+                sha512: d4da1d315e37fe7e418304bc48eda84ebd62ac0ac2385211fbc1dff1a14f4928d0b4914a55958df2f07d4567de8dcc486a4afd41f180cb2fdd91801e362258f8
+    AndroidPackage:
+      title: AndroidPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse for Android Developers
+        package_bugzilla_id: android-package
+        download_count: 119802
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonr
+        incubating: true
+        class: ''
+        body: >
+          An IDE for developers creating Android applications.
+        features:
+        - org.eclipse.epp.package.android.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.andmore.android.basic.feature
+        - org.eclipse.andmore.gldebugger.feature
+        - org.eclipse.andmore.hierarchyviewer.feature
+        - org.eclipse.andmore.ndk.feature
+        - org.eclipse.andmore.traceview.feature
+        - org.eclipse.buildship
+        - org.eclipse.egit
+        - org.eclipse.egit.mylyn
+        - org.eclipse.jdt
+        - org.eclipse.m2e.feature
+        - org.eclipse.m2e.logback.feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.git
+        - org.eclipse.mylyn.hudson
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.java_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.recommenders.mylyn.rcp.feature
+        - org.eclipse.recommenders.rcp.feature
+        - org.eclipse.recommenders.snipmatch.rcp.feature
+        - org.eclipse.wst.xml_ui.feature
+        files:
+          linux:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk-x86_64.tar.gz
+              size: 243 MB
+              file_id: 1524233
+              file_url: https://api.eclipse.org/download/file/1524233
+              download_count: 6817
+              checksum:
+                md5: 6dae90fdcc0cc3a49a8cfe5c4ee68c43
+                sha1: 86f6fe742cbcf5471247c819d59bf658ebaa49b9
+                sha512: 798e7e80bb6c347a978c275503d249191251ee8014830ab3d571ff656b5f3ac5dadf57f4e79fc7e7916bc9e0d6feccd8dfbadb76bd6a8766b5a41ddf14d1ed4d
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk.tar.gz
+              size: 243 MB
+              file_id: 1525322
+              file_url: https://api.eclipse.org/download/file/1525322
+              download_count: 1828
+              checksum:
+                md5: 9300cf4af38e7515bd8cd1572a62ae73
+                sha1: 09a2eb7247c6ffe9d5990b825ed5615af7d07a29
+                sha512: 293d2d765179176075692596b44a9baab8e1984d066a2bf1d029431a7a8a078485ff52f158d5458783ac5643714c7f5d17636fd36e1b2571c7c1f0bed9d4f026
+          windows:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32.zip
+              size: 245 MB
+              file_id: 1524356
+              file_url: https://api.eclipse.org/download/file/1524356
+              download_count: 26896
+              checksum:
+                md5: d323f0ac85cb0526e835bcc23ae6f28b
+                sha1: 76a8161ee434c72c8f0d90609c240dc263802f91
+                sha512: 7e6054c5af55e0338d5dd0d07fbafd72ca69b3af125a8646c3e24112e0ea906efa43338b28bbab2f59ecb73a5afad4590d91c521b1d6959677a3bd9c60e1b595
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32-x86_64.zip
+              size: 245 MB
+              file_id: 1524306
+              file_url: https://api.eclipse.org/download/file/1524306
+              download_count: 76619
+              checksum:
+                md5: 6a9d56b94d26429370e9b4134d7645d2
+                sha1: 2ec2e2a032ef4771ff8c04764b38c59c8d28d100
+                sha512: 1da1fd3a779b91010cb2e29ed6632cae9f87bd8c3df62af3d633f6d42cfcdf37b4031b9fa5b6118d4f7c5398907fe4cbe31c016915a78917c50d8407a4f6a6ee
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-macosx-cocoa-x86_64.tar.gz
+              size: 244 MB
+              file_id: 1524250
+              file_url: https://api.eclipse.org/download/file/1524250
+              download_count: 7642
+              checksum:
+                md5: 907423883e2bf2a0533f1d9d218cc774
+                sha1: 4906c6101479678c279acde63ba15f9da103280e
+                sha512: 93a85ed681d6f11d7c3b9a8942be39e3a92fc5d472a7ef4b50e40bc4ca311b2cc39f4b36cb4a42af8974334d62ad24081afd96c22ef8596473b3c72ac383dd9b
+    PhpPackage:
+      title: PhpPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse for PHP Developers
+        package_bugzilla_id: php-package
+        download_count: 108187
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-php-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+        features:
+        - org.eclipse.epp.package.php.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.egit
+        - org.eclipse.egit.gitflow.feature
+        - org.eclipse.egit.mylyn
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.github.feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.php.mylyn
+        - org.eclipse.php.importer
+        - org.eclipse.php
+        - org.eclipse.wst.jsdt.feature
+        - org.eclipse.wst.xml_ui.feature
+        files:
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 160 MB
+              file_id: 1524494
+              file_url: https://api.eclipse.org/download/file/1524494
+              download_count: 8517
+              checksum:
+                md5: 19b5f43d0b896dd294262962718baca1
+                sha1: 2ffa637414c33a40ec011fb43ef190875c8b8b27
+                sha512: 82e4a16c74916b93c5d4994c8202d393fbafc23391eafc89bc9f0e46ff82b30a9670c819f509e6cecb06376263ca9febcedcdc0abd7cf228642890f856aec701
+          linux:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk-x86_64.tar.gz
+              size: 160 MB
+              file_id: 1524255
+              file_url: https://api.eclipse.org/download/file/1524255
+              download_count: 14220
+              checksum:
+                md5: 02d4b3ac00cd7b37db0fbed490a02709
+                sha1: 136d8a3d94b55a8424214630a0700162d977fb72
+                sha512: 728eed94ac9324bb10e3ed56998628edf6b1d618bd82030351e2ad261f535810aab3920ec9b7522cd656c0ecf6b3b9354aefcbd42adaadddde5f86e2e942cc92
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk.tar.gz
+              size: 160 MB
+              file_id: 1525126
+              file_url: https://api.eclipse.org/download/file/1525126
+              download_count: 2470
+              checksum:
+                md5: 6718005f1a87d12e452ef2b5d0e143dd
+                sha1: 98ceec59073c1a914cf3dcbe5ff9642dc87bea89
+                sha512: 4fe370bacb80c1b9a9e5296d3985451ed491a2cafb19563af60c2df116a6a2ca95de9abc39a5689889ca4827440d55baaca559ce4fd0474719d2258a926b9df2
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32-x86_64.zip
+              size: 161 MB
+              file_id: 1524166
+              file_url: https://api.eclipse.org/download/file/1524166
+              download_count: 65535
+              checksum:
+                md5: 1b35504359e60a10c2f6cff86f27c582
+                sha1: e512ee9542949c10af31958c34c13889ac81f69c
+                sha512: 46c2077a45896cd3c85fec7ccb964835bd8ceec181daacfe205e86a999546c52e5ab91df71faa6fe31c1642f6df493bcf4fc62438c45167204a20cacb88fac3d
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32.zip
+              size: 161 MB
+              file_id: 1524383
+              file_url: https://api.eclipse.org/download/file/1524383
+              download_count: 17445
+              checksum:
+                md5: f87370d525d75fddea404ca23e534654
+                sha1: 82e1a85d1b05de7ffbfa836fd957c9a3a50ccb1a
+                sha512: 0970d5b966168ab05ecdfc21282d3024015c838f6afb66d9d177b0e80f735c7d39f5c18d3ed1197799997f47d5312344dce82452728f58a49f91d15c4ec819e6
+    ReportingPackage:
+      title: ReportingPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse IDE for Java and Report Developers
+        package_bugzilla_id: reporting-package
+        download_count: 75827
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-report-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          Java EE tools and BIRT reporting tool for Java developers to create Java EE and Web applications that also have reporting needs.
+        features:
+        - org.eclipse.epp.package.reporting.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.birt.chart.cshelp
+        - org.eclipse.birt.cshelp
+        - org.eclipse.birt.doc
+        - org.eclipse.birt.example
+        - org.eclipse.birt
+        - org.eclipse.datatools.common.doc.user
+        - org.eclipse.datatools.connectivity.doc.user
+        - org.eclipse.datatools.connectivity.feature
+        - org.eclipse.datatools.doc.user
+        - org.eclipse.datatools.enablement.feature
+        - org.eclipse.datatools.intro
+        - org.eclipse.datatools.modelbase.feature
+        - org.eclipse.datatools.sqldevtools.feature
+        - org.eclipse.datatools.sqltools.doc.user
+        - org.eclipse.jdt
+        - org.eclipse.jpt.common.eclipselink.feature
+        - org.eclipse.jpt.common.feature
+        - org.eclipse.jpt.dbws.eclipselink.feature
+        - org.eclipse.jpt.jaxb.eclipselink.feature
+        - org.eclipse.jpt.jaxb.feature
+        - org.eclipse.jpt.jpa.eclipselink.feature
+        - org.eclipse.jpt.jpa.feature
+        - org.eclipse.jsf.feature
+        - org.eclipse.jst.common.fproj.enablement.jdt
+        - org.eclipse.jst.enterprise_ui.feature
+        - org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature
+        - org.eclipse.jst.server_adapters.ext.feature
+        - org.eclipse.jst.server_adapters.feature
+        - org.eclipse.jst.server_ui.feature
+        - org.eclipse.jst.webpageeditor.feature
+        - org.eclipse.jst.web_ui.feature
+        - org.eclipse.jst.ws.axis2tools.feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.java_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.rse
+        - org.eclipse.rse.useractions
+        - org.eclipse.tm.terminal.feature
+        - org.eclipse.wst.common.fproj
+        - org.eclipse.wst.jsdt.feature
+        - org.eclipse.wst.server_adapters.feature
+        - org.eclipse.wst.web_ui.feature
+        - org.eclipse.wst.xml_ui.feature
+        - org.eclipse.wst.xsl.feature
+        files:
+          linux:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk.tar.gz
+              size: 309 MB
+              file_id: 1525452
+              file_url: https://api.eclipse.org/download/file/1525452
+              download_count: 665
+              checksum:
+                md5: eece49f787953545683d26579d547368
+                sha1: 97e2ffad55df94180aa8423d760aba561debdadc
+                sha512: a1fef86ce393035b4548d21a22f0ee09258159d337de88e5a7563c3c7f9aac11094765083b7ab6b1c6de5e486804c9bea57dcebb72d352ea71f8d7b6f6799c62
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk-x86_64.tar.gz
+              size: 310 MB
+              file_id: 1524284
+              file_url: https://api.eclipse.org/download/file/1524284
+              download_count: 5099
+              checksum:
+                md5: aa50a2d7867830355c8f398767636cc4
+                sha1: 31474634d56d8af3544220a6ee78d0f8fca4ba31
+                sha512: a776c0f6e6b6b1d2a8793274a060dfe32344ee32efbee0e09eaac0c34926f3e88d60067501f73b969d2ea25af0c006861e7281d8b6cece35d15e6697dce8d1f0
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32-x86_64.zip
+              size: 311 MB
+              file_id: 1524402
+              file_url: https://api.eclipse.org/download/file/1524402
+              download_count: 55294
+              checksum:
+                md5: 66c5023b052ca0f5722ac2d974632661
+                sha1: 318670bd82838529ad0e32d39da6feb3c594e72c
+                sha512: e14b6ffc27f9c40e0f7651bcb4b13260a8ba257c541362ea2ca464d01a708b52f8a1623ac3b3e630234063a72b7da32cba0ff910e432dd6995095ee4dd77332c
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32.zip
+              size: 311 MB
+              file_id: 1525333
+              file_url: https://api.eclipse.org/download/file/1525333
+              download_count: 9087
+              checksum:
+                md5: ee6d9a1403b91c74bc3c8d3449f8c4df
+                sha1: 62e444d033911234748f87a7273d94e2060efc8e
+                sha512: dee1c5f5c0319925e6298d731370ee283cb26005e0cf7b6a267861b5fcefe8952a0679344aee0492b4b0881ba36a7259cd4a6646c1f324caa0e3855c3e385290
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 310 MB
+              file_id: 1527808
+              file_url: https://api.eclipse.org/download/file/1527808
+              download_count: 5682
+              checksum:
+                md5: a5ca997cca7e3d77c66b869ba2fbc105
+                sha1: b4b730366731413ec6906d0181bed47fc9397001
+                sha512: 46cc676a634f7f8ae0004b9b7c5678a5a60e553612044c250b2d02ff4e70cd77fd03215f2e8309c59b858e13934f8c533c45b5200088f6a5a13e6537e98e7166
+    CommittersPackage:
+      title: CommittersPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse IDE for Eclipse Committers
+        package_bugzilla_id: committers-package
+        download_count: 41746
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neonr
+        incubating: false
+        class: ''
+        body: >
+          Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.
+
+          Click here to file a bug against Eclipse Platform.
+
+          Click here to file a bug against Eclipse Git team provider.
+        features:
+        - org.eclipse.epp.package.committers.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.buildship
+        - org.eclipse.cvs
+        - org.eclipse.cvs.source
+        - org.eclipse.e4.core.tools.feature
+        - org.eclipse.egit
+        - org.eclipse.egit.mylyn
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.equinox.p2.user.ui
+        - org.eclipse.help
+        - org.eclipse.jdt
+        - org.eclipse.jdt.source
+        - org.eclipse.jgit
+        - org.eclipse.jgit.http.apache
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.builds
+        - org.eclipse.mylyn.commons
+        - org.eclipse.mylyn.commons.identity
+        - org.eclipse.mylyn.commons.notifications
+        - org.eclipse.mylyn.commons.repositories
+        - org.eclipse.mylyn.commons.repositories.http
+        - org.eclipse.mylyn.discovery
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.gerrit.dashboard.feature
+        - org.eclipse.mylyn.gerrit.feature
+        - org.eclipse.mylyn.git
+        - org.eclipse.mylyn.hudson
+        - org.eclipse.mylyn.monitor
+        - org.eclipse.mylyn.reviews.feature
+        - org.eclipse.mylyn.team_feature
+        - org.eclipse.mylyn.versions
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.pde
+        - org.eclipse.pde.source
+        - org.eclipse.platform.source
+        - org.eclipse.rcp.source
+        - org.eclipse.recommenders.news.rcp.feature
+        - org.eclipse.recommenders.mylyn.rcp.feature
+        - org.eclipse.recommenders.rcp.feature
+        - org.eclipse.recommenders.snipmatch.rcp.feature
+        files:
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 250 MB
+              file_id: 1524211
+              file_url: https://api.eclipse.org/download/file/1524211
+              download_count: 4719
+              checksum:
+                md5: 52be998fd3682b56b439bf03f338dd0d
+                sha1: 9c4b9058c3a3f6199ae373e1c45175f0115ebaec
+                sha512: c168593cfeebdbf14797505d1e47ec7eebd72b7f979e5da78a6596ad2c3faae637fb725d8b05884f16be0f23bc4fb4155e403ea48acc4ccf22357c6bf6c4017e
+          linux:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk.tar.gz
+              size: 250 MB
+              file_id: 1525686
+              file_url: https://api.eclipse.org/download/file/1525686
+              download_count: 605
+              checksum:
+                md5: f8fc14ed285d075af0300f320918344e
+                sha1: fd10990f81ae46d55387c56c528bbb22ca0e1367
+                sha512: dc5ee097c7cdc354276606745b7e61f3aefaf30f5d3d729b6676033634a0d2afddd3bebba3381741f2137351b13e1093ecbf840bb2a02baf4836e1ee71239a15
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk-x86_64.tar.gz
+              size: 250 MB
+              file_id: 1524425
+              file_url: https://api.eclipse.org/download/file/1524425
+              download_count: 2225
+              checksum:
+                md5: 144db1455448d2977d4695ffbc0f63b6
+                sha1: 75a1cb2257f7955001af207ebe7bdc3640c14c62
+                sha512: ce4ca5ac5bbb251f3b8878a73fe313d3a716933e1b625c20fafc3db8c40859d1dc842d2b841fe471400e9254f3ed86f6590b1b0b8b2081e7c6e01351b78625a8
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32-x86_64.zip
+              size: 252 MB
+              file_id: 1483658
+              file_url: https://api.eclipse.org/download/file/1483658
+              download_count: 22153
+              checksum:
+                md5: c7f18c844094ee7cec10e1ab13ecccdc
+                sha1: 0708487ba047fcaa79928fe5f3ade8b74902d866
+                sha512: c5e86f03e9f0497003ede16edc21721f8de9bd297bd3ec6ac8537a8f7415458bfd09fcf2175350b2797b9f84f6b9efcffbe94e999158d5f817261dfa4b383d00
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32.zip
+              size: 251 MB
+              file_id: 1524283
+              file_url: https://api.eclipse.org/download/file/1524283
+              download_count: 12044
+              checksum:
+                md5: 7f1a766177266b8d7427d9f2923fc992
+                sha1: 5a251350ffc8af51e77bd86472ae7a3c771b6b77
+                sha512: 69e99995c75ce9f5038fd6ab562e0b49628c058da7484cce9693ff0692a6d39676d40461de9540426d28e574a144704195d4e1923932501ee7e4b722fda6ccac
+    JavascriptPackage:
+      title: JavascriptPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse IDE for JavaScript and Web Developers
+        package_bugzilla_id: javascript-package
+        download_count: 33070
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          The essential tools for any JavaScript developer, including JavaScript language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.
+        features:
+        - org.eclipse.epp.package.javascript.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.egit
+        - org.eclipse.egit.mylyn
+        - org.eclipse.egit.gitflow.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.equinox.p2.user.ui
+        - org.eclipse.help
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.mylyn.github.feature
+        - org.eclipse.wst.web_ui.feature
+        - org.eclipse.wst.xml_ui.feature
+        - org.eclipse.wst.json_ui.feature
+        - org.eclipse.wst.jsdt.feature
+        - org.eclipse.wst.jsdt.chromium.debug.feature
+        - org.eclipse.wst.server_ui.feature
+        - org.eclipse.wst.server_adapters.feature
+        - org.eclipse.thym.feature
+        - org.eclipse.tm.terminal.feature
+        - org.eclipse.rse
+        files:
+          linux:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk-x86_64.tar.gz
+              size: 152 MB
+              file_id: 1524430
+              file_url: https://api.eclipse.org/download/file/1524430
+              download_count: 3973
+              checksum:
+                md5: 4afd4f0ecc5c783fdb9e8ba7aab85c48
+                sha1: e001f590f479307bd0d8f2f561e17d8ba6af5dd7
+                sha512: 6cbddad97bb484f2af3559ee58bbb7c88f5c570697054ad0eb9b37dbf3e43fc1f879565e6c151c5b8c0ec5eac2fbb9e5fda49a56d8b47e0333295ec568fdccfa
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk.tar.gz
+              size: 152 MB
+              file_id: 1526084
+              file_url: https://api.eclipse.org/download/file/1526084
+              download_count: 623
+              checksum:
+                md5: 6318c5c7cec4b5dbd48f145b316f63b3
+                sha1: a967a1e9677110c2bcecce456fa7314babd51f2a
+                sha512: c30cdb5a710f7148c0fccea1dcfc2ae0e1292601542af497ac73cdd8b88ed95fd562b6c6f6d37322458efb30886e71b3c036b0d9e4ad26ecb2227d3199a749d5
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 152 MB
+              file_id: 1524444
+              file_url: https://api.eclipse.org/download/file/1524444
+              download_count: 2858
+              checksum:
+                md5: 7c3b8ea6d0e31d1f93d51bc8f02f80e6
+                sha1: bdc5ffff2f9822a7a86271c994cb96ef0f1e881d
+                sha512: ae7f0980d23a9f80eb47dff60537a7966c04806bab79afaedd1278e63fe6c3842feb926650e8b4b164105b40d5ea800309b0bad4b4c221889f6b710bfecfc1e8
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32-x86_64.zip
+              size: 153 MB
+              file_id: 1524168
+              file_url: https://api.eclipse.org/download/file/1524168
+              download_count: 19869
+              checksum:
+                md5: 654618033d609f35afa68082c72c760a
+                sha1: 00cee84b68a10257ebecfaba7f0d2182af6b8b80
+                sha512: 668d89134ae0aeaca95d36fc79667084036d78e4bb9066d0b3b037d800e23d47365a1cce7b0e7dda26876ba1d3c78be25fb5f274f406d4db8bd01536c6802194
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32.zip
+              size: 153 MB
+              file_id: 1524273
+              file_url: https://api.eclipse.org/download/file/1524273
+              download_count: 5747
+              checksum:
+                md5: a73a626ca59bcb62fc4faac061ae1601
+                sha1: 2281f03db190f738593f584a88a22d713317742c
+                sha512: d74796ff7cfdfa0902030afabb69e305d31ec0a862c31eac74d835a4101cbb3955cff27c6614990a8dcab24f2aa9f1a3b0fae1632e33e3b299df9c8c407685e7
+    DslPackage:
+      title: DslPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse IDE for Java and DSL Developers
+        package_bugzilla_id: dsl-package
+        download_count: 13360
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-dsl-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          The essential tools for Java and DSL developers, including a Java &amp; Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.
+        features:
+        - org.eclipse.epp.package.dsl.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.emf.ecore.xcore.sdk
+        - org.eclipse.emf.mwe2.language.sdk
+        - org.eclipse.emf.sdk
+        - org.eclipse.xtext.sdk
+        files:
+          linux:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk.tar.gz
+              size: 307 MB
+              file_id: 1528603
+              file_url: https://api.eclipse.org/download/file/1528603
+              download_count: 293
+              checksum:
+                md5: 97489bf2ca0016b712a990bb5df6aa04
+                sha1: 5a47d0d895f724c94ab71090600d598c944bd555
+                sha512: bdfc97fa67d9a6660e249706f881df7005c8e76437a06f020bfda30f02ea3afb95799d054af27864985aaff33c6d91584bca0b22c01604a32dd328e3644fb449
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk-x86_64.tar.gz
+              size: 307 MB
+              file_id: 1524421
+              file_url: https://api.eclipse.org/download/file/1524421
+              download_count: 861
+              checksum:
+                md5: 87d481557c8fc460510f08950a93780c
+                sha1: e32d39281766edfcc68dfca963345b220a9bfa0c
+                sha512: 26d38648495133bad5658888c792ac175219f32a3a84e69674d755d9a11fba8eb0a6711e9a017c69c10649c06c1bf5bf858bc7dc8f1d7bc49f816a7e964ba3bf
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32-x86_64.zip
+              size: 309 MB
+              file_id: 1524312
+              file_url: https://api.eclipse.org/download/file/1524312
+              download_count: 7094
+              checksum:
+                md5: 9851fa5fb1ed4f83d68f788a3cff467a
+                sha1: 7b63a368a118b7a108df419f919bf2d16c197737
+                sha512: 6f379f1fa7ae0b00fc93aa1c6f9a25bcf6a1885cb0f140dd7b32b3bfba1874b9bd7ca79f4f1a8ded6fde59e85528eec66e849ef6ab0565a0e39e6412de420ff9
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32.zip
+              size: 309 MB
+              file_id: 1524107
+              file_url: https://api.eclipse.org/download/file/1524107
+              download_count: 4050
+              checksum:
+                md5: fd460f06359bd00337f5e6b1dfb1d7c5
+                sha1: 91f520d56b4246cc9bb4c2bb1a271ef976a1e641
+                sha512: d661c3eecf26e2c128da4e8ed35859368a20a1adc2b39192c7fa5746773e29e58ecb7f70637a13812f6475d4dcf88c5e67032248645e437e12627996107d5969
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 307 MB
+              file_id: 1524541
+              file_url: https://api.eclipse.org/download/file/1524541
+              download_count: 1062
+              checksum:
+                md5: d355b631a7d23b97024d622654aa2576
+                sha1: 2186f313c4009ced315c2e32e5631d6e80c4562d
+                sha512: 6a489dac8783304656121b6a3dbb2c23121a7d402d40dd2b61880a307fdc99fa31300e2da391eb3e8fd28e28c5944711d49e69c1dcf89ba2c6808fc60bd1f9b7
+    RcpPackage:
+      title: RcpPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse for RCP and RAP Developers
+        package_bugzilla_id: rcp-package
+        download_count: 10905
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.
+        features:
+        - org.eclipse.epp.package.rcp.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.jdt
+        - org.eclipse.pde
+        - org.eclipse.platform.source
+        - org.eclipse.rcp.source
+        - org.eclipse.buildship
+        - org.eclipse.e4.core.tools.feature
+        - org.eclipse.egit
+        - org.eclipse.egit.mylyn
+        - org.eclipse.m2e.feature
+        - org.eclipse.m2e.logback.feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn.gerrit.feature
+        - org.eclipse.mylyn.git
+        - org.eclipse.mylyn.hudson
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.java_feature
+        - org.eclipse.mylyn.pde_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.rap.tools.feature
+        - org.eclipse.recommenders.mylyn.rcp.feature
+        - org.eclipse.recommenders.rcp.feature
+        - org.eclipse.recommenders.snipmatch.rcp.feature
+        - org.eclipse.swtbot.eclipse.g.ef
+        - org.eclipse.swtbot.eclipse
+        - org.eclipse.swtbot.ide
+        - org.eclipse.wst.xml_ui.feature
+        files:
+          windows:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32.zip
+              size: 253 MB
+              file_id: 1523705
+              file_url: https://api.eclipse.org/download/file/1523705
+              download_count: 2120
+              checksum:
+                md5: 978b29e839a523eca88945bfc61f897c
+                sha1: 26adc14d7d4bfca9748b23766f94c67347153a12
+                sha512: a9ca07e4b77a90da45acd1653af36cec71a2c204c75beacc4aabf1a59f2b3a7addbe9b0c2983c5fb86ff2789842929169d9e0b4ef83ed56d9eb18bd4feb8e576
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32-x86_64.zip
+              size: 253 MB
+              file_id: 1519683
+              file_url: https://api.eclipse.org/download/file/1519683
+              download_count: 6011
+              checksum:
+                md5: 86794395a9ac3b3a83f6b6a2c732f160
+                sha1: bc5428102a9b320b1c7e677ff40495895fbf8123
+                sha512: 01f39831d674d4aecc95bd1337e9c5df23af81dfd6d5e2ba1fb092d3713a7412a158c6cb1b84c1473987d75dca8e4c555843657a86b829842631f460e3c2810c
+          linux:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk.tar.gz
+              size: 252 MB
+              file_id: 1523571
+              file_url: https://api.eclipse.org/download/file/1523571
+              download_count: 267
+              checksum:
+                md5: e1ee3ff6db3dc23393ab4a9aeaf7203c
+                sha1: fb4e2722d7a9d7c1eeaa7cab05ad8831cfe99b92
+                sha512: f40183f9d038c89f9e825afb1080d7d7aa4f24c06a16d48904f4367bc3c39b204e886ae87a23af6afe4b60dfe17ce1be7ee91a156b28a82bd5c8bd5189e9e0e7
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk-x86_64.tar.gz
+              size: 252 MB
+              file_id: 1524363
+              file_url: https://api.eclipse.org/download/file/1524363
+              download_count: 1599
+              checksum:
+                md5: d71a7f69610cd72255f92c7c1b470d5f
+                sha1: 16513e7e93b88d3342000853886e0aca8ecd2480
+                sha512: 4c3719abf3fca7c9d247b1fe0ad601ceedf4d23e16d824a6720ec82567096393277694216e3bfeaa0263add1e1540b978b988c79564851b88594e7ec9b30b2fc
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 252 MB
+              file_id: 1519969
+              file_url: https://api.eclipse.org/download/file/1519969
+              download_count: 908
+              checksum:
+                md5: 27c3a4310762f0c45c1977be52bc1f53
+                sha1: 66d8264700222cd986baa178e5e80da170f39667
+                sha512: 1b7b079c8303824aff3c70aba31af89707275a7214ed865157b665339f87fc89007488513e8600e41964144c4093088c9f29cabae010dba10a97ee4dd4bf2934
+    ModelingPackage:
+      title: ModelingPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse Modeling Tools
+        package_bugzilla_id: modeling-package
+        download_count: 9634
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neonr
+        incubating: false
+        class: ''
+        body: >
+          The Modeling package provides tools and runtimes for building model-based applications.
+                  You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications.
+                  In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.
+        features:
+        - org.eclipse.epp.package.modeling.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.amalgam.discovery
+        - org.eclipse.e4.core.tools.feature
+        - org.eclipse.egit
+        - org.eclipse.emf.cdo.epp
+        - org.eclipse.emf.compare.ide.ui.source
+        - org.eclipse.emf.compare.source
+        - org.eclipse.emf.compare.diagram.sirius.source
+        - org.eclipse.emf.compare.egit
+        - org.eclipse.emf.ecoretools.explorer.contextual
+        - org.eclipse.emf.ecoretools.design
+        - org.eclipse.emf.ecp.sdk.feature
+        - org.eclipse.emf.parsley.sdk
+        - org.eclipse.emf.parsley.sdk.source
+        - org.eclipse.emf.emfstore.sdk.feature
+        - org.eclipse.emf.query.sdk
+        - org.eclipse.emf.sdk
+        - org.eclipse.emf.transaction.sdk
+        - org.eclipse.emf.validation.sdk
+        - org.eclipse.g.ef.sdk
+        - org.eclipse.g.mf.runtime.sdk
+        - org.eclipse.jdt
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.java_feature
+        - org.eclipse.mylyn.pde_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.ocl.all.sdk
+        - org.eclipse.pde
+        - org.eclipse.sdk
+        - org.eclipse.uml2.sdk
+        - org.eclipse.xsd.sdk
+        files:
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 388 MB
+              file_id: 1524553
+              file_url: https://api.eclipse.org/download/file/1524553
+              download_count: 899
+              checksum:
+                md5: 4b3b8ba5ad522b9e8dcad4b9cf69949f
+                sha1: 33e13262fbe4552d2027115ed0e5a4d4c46819e2
+                sha512: 10e5acd6b3a297ba84a801cfc05c9cd115954c3415370bf6079a793ced2768a941d01d7c99f89a834e45067c57e954a1d2b1b039a8cdece1fe4392de48c65e99
+          linux:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk-x86_64.tar.gz
+              size: 387 MB
+              file_id: 1524217
+              file_url: https://api.eclipse.org/download/file/1524217
+              download_count: 1403
+              checksum:
+                md5: e4826f1f634b067d53c14b9502821f28
+                sha1: 61dd3e2fc413bf10479b7cea3e08d55c962fc165
+                sha512: 5708db7218f981722a1958f321da5a91dbc584f8daaac76c45e18963b92353afa065240f6caa191e5f8b82e50eb008e7244169b59c1fd36d04c8e29ef9442f8d
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk.tar.gz
+              size: 387 MB
+              file_id: 1530449
+              file_url: https://api.eclipse.org/download/file/1530449
+              download_count: 233
+              checksum:
+                md5: 0348089c9a6d92e4b9b75bc3dae32e0a
+                sha1: e79f77d984d0d6598900075d7774db5f0cdad185
+                sha512: 7079bdf357fa15b868d40b2388cddddb1f6343e96befba2c845e5e815ed6bbff1359f7a7120c7b461ffb5873ac3ef9a209cd12c10f83b502aaa908199fc249c7
+          windows:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32.zip
+              size: 390 MB
+              file_id: 1524403
+              file_url: https://api.eclipse.org/download/file/1524403
+              download_count: 1663
+              checksum:
+                md5: 60a201bc9182870ccb8505c5c771443c
+                sha1: 61546cab7db9d5791e51a08c11b1a62d52f61ce3
+                sha512: 00112adf0bef8186c38eb7564176ee55ca76420b3a23d6087c6d64600bc798d9346e51f4aee1935324339a0c0b42ada91d4491f0176e01f1564094976544e483
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32-x86_64.zip
+              size: 390 MB
+              file_id: 1524141
+              file_url: https://api.eclipse.org/download/file/1524141
+              download_count: 5436
+              checksum:
+                md5: 040110e2046793c0ad6a9c465509bfbc
+                sha1: 79bb3a6f0b09712b6a6e277df58449f9ef05213d
+                sha512: eee044dade2d2ae4eb24f8a4638fd664610d843c0160d6de33a1911049e536c3bc543961764392dbe9d8410436f38b95d056f7ea0089179bca49e2fafc081f90
+    ParallelPackage:
+      title: ParallelPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse for Parallel Application Developers
+        package_bugzilla_id: parallel-package
+        download_count: 7059
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.
+        features:
+        - org.eclipse.epp.package.parallel.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.cdt
+        - org.eclipse.cdt.autotools
+        - org.eclipse.cdt.bupc
+        - org.eclipse.cdt.core.parser.upc.feature
+        - org.eclipse.cdt.debug.ui.memory
+        - org.eclipse.cdt.mylyn
+        - org.eclipse.cdt.platform
+        - org.eclipse.cdt.xlc.feature
+        - org.eclipse.egit
+        - org.eclipse.jgit
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.team_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.ptp
+        - org.eclipse.ptp.debug.sdm
+        - org.eclipse.ptp.fortran
+        - org.eclipse.ptp.pldt.upc
+        - org.eclipse.ptp.rdt.sync
+        - org.eclipse.ptp.remote.terminal
+        - org.eclipse.ptp.rm.jaxb.contrib
+        - org.eclipse.remote
+        - org.eclipse.remote.console
+        - org.eclipse.wst.xml_ui.feature
+        files:
+          windows:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32-x86_64.zip
+              size: 225 MB
+              file_id: 1524380
+              file_url: https://api.eclipse.org/download/file/1524380
+              download_count: 2994
+              checksum:
+                md5: ed4e418b792d412447786da704d6037f
+                sha1: 7f1342f2bb173ad4a1ff8f032cebfd57d2ee3dc1
+                sha512: 2a800f15205edfc93cc916ffe06c4f3d9be864dbcb67956f6ee9236a23b1c273bd670b9b6bd60d90341f97fbd43d434ba0aed6c493f632ab50fe80515949d307
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32.zip
+              size: 225 MB
+              file_id: 1524375
+              file_url: https://api.eclipse.org/download/file/1524375
+              download_count: 953
+              checksum:
+                md5: 49d440af4bba71b40369c5a21e9157ad
+                sha1: 5d257cf53bf08620e417f1aa9bbf8b349495731d
+                sha512: ac9dcebbaa56667331c2de8f54276b8cf228fa8100a9be3ff3b0eb801269e8a5c964813ac4d37da94f7c0034eecf4d4fd664f2fee7c8053e6c6f2fe365469fad
+          linux:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk.tar.gz
+              size: 229 MB
+              file_id: 1528619
+              file_url: https://api.eclipse.org/download/file/1528619
+              download_count: 262
+              checksum:
+                md5: 92789ca7c502a44d7083ac53d516ca42
+                sha1: 0105dc21c713f0da5a27ba00b6f61297c2d6ca1b
+                sha512: 3907e2e3ff6d5a9a9b5782f0ba78dae71d52c26480840ac9dcf908b0df37f4f57b0f3b5686e158d98c436149eee92ef24c19767506476184559f863511d17366
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk-x86_64.tar.gz
+              size: 229 MB
+              file_id: 1524962
+              file_url: https://api.eclipse.org/download/file/1524962
+              download_count: 2137
+              checksum:
+                md5: 5f3fe4e9471b8f40cea43fc14bf3d031
+                sha1: dc8b57e5c68b40974b3a799456a1b48b6f686159
+                sha512: 9281103b111ee75fa98a10295df3902f13cba74c3f90ac3e920d23d2b4199d476c59ff20422c63abc47a5e34d507621c30a8d6b65822d9edb744445a52f36ac3
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 224 MB
+              file_id: 1524330
+              file_url: https://api.eclipse.org/download/file/1524330
+              download_count: 713
+              checksum:
+                md5: d7f655fe0ee24f2b9a283b7fef9416e2
+                sha1: 9e1bf08e7fc13db2b8177b3468fd517420a67662
+                sha512: 4c374af83e114b016e276e024ba68b8603d04822380b91ceb243bf5133fdf3906d0971281964df379a7ecd9dac34ce4ad09d4f78d1f12cc8de07f0c248e5a637
+    TestingPackage:
+      title: TestingPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse for Testers
+        package_bugzilla_id: testing-package
+        download_count: 3951
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-testers/neonr
+        incubating: false
+        class: ''
+        body: >
+          This package contains Eclipse features that support the software development quality assurance process, such as Jubula and Mylyn.
+        features:
+        - org.eclipse.epp.package.testing.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.jubula.feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.wikitext_feature
+        files:
+          windows:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32.zip
+              size: 132 MB
+              file_id: 1525317
+              file_url: https://api.eclipse.org/download/file/1525317
+              download_count: 1050
+              checksum:
+                md5: d08a25f562da12044cba3ab50723b310
+                sha1: 18b07e90ea7ad5fe281f4c38e63d6b3b7a5a3875
+                sha512: 585bfb8b9eeb91ec439b526ade8eca24a4b8bd11c2de41dd0447367b19676e27a07028262da615d99beaefb60dc65bfc06473fcba33454c7f9fd6144ee9057db
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32-x86_64.zip
+              size: 132 MB
+              file_id: 1524949
+              file_url: https://api.eclipse.org/download/file/1524949
+              download_count: 2043
+              checksum:
+                md5: ee953f7c4ac4255e0e7e3ab4f846daa8
+                sha1: 4d651173785697bd0b3606c8296f6d26476c61f8
+                sha512: 33b404efb90abff8da162d9117972f81e92fdf2c6917bf5950e4bf6c1b859b7d6048862a1bb3218eba40ed5e9e8b34c971557d04a8b38dc474fe0652a32806f1
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 130 MB
+              file_id: 1526033
+              file_url: https://api.eclipse.org/download/file/1526033
+              download_count: 287
+              checksum:
+                md5: d9e63fcf36650cf8a5117671babc41f1
+                sha1: e3f998aa897cf6a799652beff664a8934d763e27
+                sha512: 140ef2d1ca61bb523f8627d4951e97daedf7e4831c36d7050fb2a9e5f2ad2bf5e8914379b93aca03d7a1b6e83f32b07d4dde84c950a79f2529ed5dc4d70012fc
+          linux:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk-x86_64.tar.gz
+              size: 130 MB
+              file_id: 1525360
+              file_url: https://api.eclipse.org/download/file/1525360
+              download_count: 370
+              checksum:
+                md5: de987358dab2d4499f8dbe7631d18532
+                sha1: b0d02d8b4cbbaa2c7f0e2e400de7296808762d12
+                sha512: 50537983a29770687e151a54c94f0eb82fe995eac3fcd51411cb229290a982a8b35c5ca3c05919ce07a21f6e492fb8ebd84a80c5b72694bf7a50ed030265acd4
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk.tar.gz
+              size: 130 MB
+              file_id: 1534796
+              file_url: https://api.eclipse.org/download/file/1534796
+              download_count: 201
+              checksum:
+                md5: 7773c6c6af53c78e0c3a0cc2545dec4f
+                sha1: 77ee38775eb201290e03e1f72143e8b873854df8
+                sha512: b7bfd708c4122e74402af36e0adb879e74afa15c67e7c36dbcbf732c330d89f3d6070ef7a1ff72f878ce2e263868c7d9bc787bff45f1c25908ab94d9d925f0c2
+    ScoutPackage:
+      title: ScoutPackage
+      required:
+      - name
+      - package_bugzilla_id
+      - download_count
+      - website_url
+      - incubating
+      - class
+      - body
+      - features
+      - files
+      type: object
+      properties:
+        name:
+          type: string
+        package_bugzilla_id:
+          type: string
+        download_count:
+          type: string
+        website_url:
+          type: string
+        incubating:
+          type: boolean
+        class:
+          type: string
+        body:
+          type: string
+        features:
+          type: array
+          items:
+            type: string
+          description: ''
+        files:
+          $ref: '#/components/schemas/Files'
+      example:
+        name: Eclipse for Scout Developers
+        package_bugzilla_id: scout-package
+        download_count: 3007
+        website_url: http://www.eclipse.org/downloads/packages/eclipse-scout-developers/neonr
+        incubating: false
+        class: ''
+        body: >
+          Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.
+        features:
+        - org.eclipse.epp.package.scout.feature
+        - org.eclipse.epp.package.common.feature
+        - org.eclipse.platform
+        - org.eclipse.egit
+        - org.eclipse.egit.mylyn
+        - org.eclipse.help.source
+        - org.eclipse.jdt
+        - org.eclipse.jdt.source
+        - org.eclipse.jgit
+        - org.eclipse.jst.web_ui.feature
+        - org.eclipse.m2e.feature
+        - org.eclipse.mylyn.bugzilla_feature
+        - org.eclipse.mylyn.context_feature
+        - org.eclipse.mylyn_feature
+        - org.eclipse.mylyn.git
+        - org.eclipse.mylyn.ide_feature
+        - org.eclipse.mylyn.java_feature
+        - org.eclipse.mylyn.wikitext_feature
+        - org.eclipse.scout.sdk-feature
+        - org.eclipse.wst.xml_ui.feature
+        files:
+          linux:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk-x86_64.tar.gz
+              size: 211 MB
+              file_id: 1525520
+              file_url: https://api.eclipse.org/download/file/1525520
+              download_count: 308
+              checksum:
+                md5: 687758e2df35957dc70905ba6c230d7a
+                sha1: 41c38e90b504e280f91cf4e2dd0dd003a4943d5a
+                sha512: 1c3603d096db5a718424216a9792dae854d706db733422f870202edb38ff2e7de7175711d9ba0098060355fbc04583f7fefab09941fa30e4adac16151f95a058
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk.tar.gz
+              size: 211 MB
+              file_id: 1530456
+              file_url: https://api.eclipse.org/download/file/1530456
+              download_count: 143
+              checksum:
+                md5: 48fd3a247aef4793455d4ef495ceea78
+                sha1: f78cea27ed257db42af404f120bc4f384ffd7c24
+                sha512: 423ef85db94e2d3dd3d752cf96dddb13e50b682f7fbe03bff2bc6a20d19e41b1bb25e601b7f02d9e481c1a423e8f453bc5111d7b83a069f6b5d33774afc85a52
+          mac:
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-macosx-cocoa-x86_64.tar.gz
+              size: 211 MB
+              file_id: 1528331
+              file_url: https://api.eclipse.org/download/file/1528331
+              download_count: 182
+              checksum:
+                md5: 6c7a56a49df80b29f38b432daae8fe7f
+                sha1: a7630525d7152d6bb692e4b90a84eab92e897c65
+                sha512: e2c7e7a75ba5e0866e20172b0d690318f0936423d131fabfc4d8353749c909aa10f4395b62a725a5d9c2219dab80acac9735aaea6dfaf417b23e49a29bbc395a
+          windows:
+            32:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32.zip
+              size: 212 MB
+              file_id: 1528609
+              file_url: https://api.eclipse.org/download/file/1528609
+              download_count: 784
+              checksum:
+                md5: 3008b857bcf4950e90d90b0ff20fac70
+                sha1: fd08490f78416d992d1c37cc86e541409d240f6c
+                sha512: 8e2a7f254487cf4e07cc20cd042790585335dbdeb4adca8d790e3b85aa2e27b97a6682295a33f0a0540d85ae550fb6126d735bbc1581e2326022b40332de9c1d
+            64:
+              url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32-x86_64.zip
+              size: 212 MB
+              file_id: 1524362
+              file_url: https://api.eclipse.org/download/file/1524362
+              download_count: 1590
+              checksum:
+                md5: 177d9f3ac1fb88af3625b7254142f4dd
+                sha1: 2243644bf4fa903b3dd056c3a5b331b5bf11409a
+                sha512: 26b2f9e15533c449041e143f68123c4b64e92a37a0a2762589a9cd6fe25cd2467a7a5dd903b14ce2e1bacdf50678f930af629b6f78e4326cce9e1679e7d5e794
+    SearchFavoritesresponse:
+      title: SearchFavoritesresponse
+      required:
+      - mpc_favorites
+      - result
+      type: object
+      properties:
+        mpc_favorites:
+          type: array
+          items:
+            $ref: '#/components/schemas/MpcFavorite'
+          description: ''
+        result:
+          $ref: '#/components/schemas/Result'
+      example:
+        mpc_favorites:
+        - content_id: 27025
+          count: 677
+          timestamp: 1496973302
+        - content_id: 979
+          count: 675
+          timestamp: 1496687525
+        - content_id: 1099
+          count: 630
+          timestamp: 1496955226
+        - content_id: 171
+          count: 572
+          timestamp: 1496728909
+        - content_id: 1336
+          count: 555
+          timestamp: 1496679696
+        result:
+          count: 1466
+          range:
+            since: 0
+            until: 1497023920
+    MpcFavorite:
+      title: MpcFavorite
+      required:
+      - content_id
+      - count
+      - timestamp
+      type: object
+      properties:
+        content_id:
+          type: string
+        count:
+          type: string
+        timestamp:
+          type: string
+      example:
+        content_id: 27025
+        count: 677
+        timestamp: 1496973302
+    Result:
+      title: Result
+      required:
+      - count
+      - range
+      type: object
+      properties:
+        count:
+          type: integer
+          format: int32
+        range:
+          $ref: '#/components/schemas/Range'
+      example:
+        count: 1466
+        range:
+          since: 0
+          until: 1497023920
+    Range:
+      title: Range
+      required:
+      - since
+      - until
+      type: object
+      properties:
+        since:
+          type: integer
+          format: int32
+        until:
+          type: integer
+          format: int32
+      example:
+        since: 0
+        until: 1497023920
+    RetrieveFavoritesresponse:
+      title: RetrieveFavoritesresponse
+      required:
+      - users
+      - result
+      type: object
+      properties:
+        users:
+          type: array
+          items:
+            $ref: '#/components/schemas/User'
+          description: ''
+        result:
+          $ref: '#/components/schemas/Result1'
+      example:
+        users:
+        - uid: 1
+          name: webdev
+          full_name: Christopher Guindon
+          picture: https://api.eclipse.org/sites/default/files/styles/site_login_profile_thumbnail/public/profile_pictures/picture-1-1490713016.png?itok=j23V_zvl
+          mpc_list_name: Eclipse Foundation Webdev team list
+          timestamp: 1461185652
+          profile_url: https://api.eclipse.org/account/profile/webdev
+          html_profile_url: https://accounts.eclipse.org/users/webdev
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=webdev
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/webdev/favorites
+        - uid: 12
+          name: creckord
+          full_name: Carsten Reckord
+          picture: https://secure.gravatar.com/avatar/cfa23205cce07923a8c4e3f4b0824389.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Carsten Reckord
+          timestamp: 1494936399
+          profile_url: https://api.eclipse.org/account/profile/creckord
+          html_profile_url: https://accounts.eclipse.org/users/creckord
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=creckord
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/creckord/favorites
+        - uid: 70
+          name: bandruschuk
+          full_name: Borislav Andruschuk
+          picture: https://secure.g.ravatar.com/avatar/c1d9c95b0675f3b6e0bf7868207841c2.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Borislav Andruschuk
+          timestamp: 1461162980
+          profile_url: https://api.eclipse.org/account/profile/bandruschuk
+          html_profile_url: https://accounts.eclipse.org/users/bandruschuk
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=bandruschuk
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/bandruschuk/favorites
+        - uid: 97
+          name: cvedovinid70
+          full_name: Claude Vedovini
+          picture: https://secure.g.ravatar.com/avatar/8ed6098669efdf6ac398b47b262effcf.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Claude Vedovini
+          timestamp: 1461162986
+          profile_url: https://api.eclipse.org/account/profile/cvedovinid70
+          html_profile_url: https://accounts.eclipse.org/users/cvedovinid70
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=cvedovinid70
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/cvedovinid70/favorites
+        - uid: 102
+          name: fzadroznyr0g
+          full_name: Fabio Zadrozny
+          picture: https://secure.g.ravatar.com/avatar/70fc26faedcbfc82344a0b347053aaa0.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Fabio Zadrozny
+          timestamp: 1461162987
+          profile_url: https://api.eclipse.org/account/profile/fzadroznyr0g
+          html_profile_url: https://accounts.eclipse.org/users/fzadroznyr0g
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=fzadroznyr0g
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/fzadroznyr0g/favorites
+        result:
+          count: 494
+    User:
+      title: User
+      required:
+      - uid
+      - name
+      - full_name
+      - picture
+      - mpc_list_name
+      - timestamp
+      - profile_url
+      - html_profile_url
+      - mpc_favorites_url
+      - html_mpc_favorites_url
+      type: object
+      properties:
+        uid:
+          type: string
+        name:
+          type: string
+        full_name:
+          type: string
+        picture:
+          type: string
+        mpc_list_name:
+          type: string
+        timestamp:
+          type: string
+        profile_url:
+          type: string
+        html_profile_url:
+          type: string
+        mpc_favorites_url:
+          type: string
+        html_mpc_favorites_url:
+          type: string
+      example:
+        uid: 1
+        name: webdev
+        full_name: Christopher Guindon
+        picture: https://api.eclipse.org/sites/default/files/styles/site_login_profile_thumbnail/public/profile_pictures/picture-1-1490713016.png?itok=j23V_zvl
+        mpc_list_name: Eclipse Foundation Webdev team list
+        timestamp: 1461185652
+        profile_url: https://api.eclipse.org/account/profile/webdev
+        html_profile_url: https://accounts.eclipse.org/users/webdev
+        mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=webdev
+        html_mpc_favorites_url: https://marketplace.eclipse.org/user/webdev/favorites
+    Result1:
+      title: Result1
+      required:
+      - count
+      type: object
+      properties:
+        count:
+          type: integer
+          format: int32
+      example:
+        count: 494
+    RandomFavoritesresponse:
+      title: RandomFavoritesresponse
+      required:
+      - users
+      - result
+      type: object
+      properties:
+        users:
+          type: array
+          items:
+            $ref: '#/components/schemas/User1'
+          description: ''
+        result:
+          $ref: '#/components/schemas/Result1'
+      example:
+        users:
+        - uid: 3470
+          name: xxieuk4
+          full_name: Xie Xie
+          picture: https://secure.gravatar.com/avatar/c026fd755eb489e0005df10f11cfc1d3.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Xie Xie
+          timestamp: 1461163708
+          profile_url: https://api.eclipse.org/account/profile/xxieuk4
+          html_profile_url: https://accounts.eclipse.org/users/xxieuk4
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=xxieuk4
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/xxieuk4/favorites
+          count: 6
+        - uid: 348551
+          name: szampini
+          full_name: Simone Zampini
+          picture: https://secure.g.ravatar.com/avatar/71eb311c431ee16ed29833aeff0d87d2.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Simone Zampini
+          timestamp: 1490352801
+          profile_url: https://api.eclipse.org/account/profile/szampini
+          html_profile_url: https://accounts.eclipse.org/users/szampini
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=szampini
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/szampini/favorites
+          count: 8
+        - uid: 32625
+          name: swilke
+          full_name: Steffen Wilke
+          picture: https://secure.g.ravatar.com/avatar/dba2f866944d0d813d3977b3d70e4be9.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Steffen Wilke
+          timestamp: 1491998786
+          profile_url: https://api.eclipse.org/account/profile/swilke
+          html_profile_url: https://accounts.eclipse.org/users/swilke
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=swilke
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/swilke/favorites
+          count: 2
+        - uid: 168
+          name: bgrill
+          full_name: Balazs Grill
+          picture: https://secure.g.ravatar.com/avatar/6da5a9178b8752078c97909601c80ba9.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for Balazs Grill
+          timestamp: 1461163003
+          profile_url: https://api.eclipse.org/account/profile/bgrill
+          html_profile_url: https://accounts.eclipse.org/users/bgrill
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=bgrill
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/bgrill/favorites
+          count: 9
+        - uid: 4337
+          name: kvr978
+          full_name: K R
+          picture: https://secure.g.ravatar.com/avatar/d5f2eaa1a249b0ce0911db783e0c5531.jpg?d=mm&s=185&r=G
+          mpc_list_name: Favorites for K R
+          timestamp: 1461163897
+          profile_url: https://api.eclipse.org/account/profile/kvr978
+          html_profile_url: https://accounts.eclipse.org/users/kvr978
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=kvr978
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/kvr978/favorites
+          count: 7
+        result:
+          count: 5
+    User1:
+      title: User1
+      required:
+      - uid
+      - name
+      - full_name
+      - picture
+      - mpc_list_name
+      - timestamp
+      - profile_url
+      - html_profile_url
+      - mpc_favorites_url
+      - html_mpc_favorites_url
+      - count
+      type: object
+      properties:
+        uid:
+          type: string
+        name:
+          type: string
+        full_name:
+          type: string
+        picture:
+          type: string
+        mpc_list_name:
+          type: string
+        timestamp:
+          type: string
+        profile_url:
+          type: string
+        html_profile_url:
+          type: string
+        mpc_favorites_url:
+          type: string
+        html_mpc_favorites_url:
+          type: string
+        count:
+          type: string
+      example:
+        uid: 3470
+        name: xxieuk4
+        full_name: Xie Xie
+        picture: https://secure.gravatar.com/avatar/c026fd755eb489e0005df10f11cfc1d3.jpg?d=mm&s=185&r=G
+        mpc_list_name: Favorites for Xie Xie
+        timestamp: 1461163708
+        profile_url: https://api.eclipse.org/account/profile/xxieuk4
+        html_profile_url: https://accounts.eclipse.org/users/xxieuk4
+        mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=xxieuk4
+        html_mpc_favorites_url: https://marketplace.eclipse.org/user/xxieuk4/favorites
+        count: 6
+    AddFavoriteresponse:
+      title: AddFavoriteresponse
+      required:
+      - mpc_favorites
+      - mpc_list_name
+      - user
+      - result
+      type: object
+      properties:
+        mpc_favorites:
+          type: array
+          items:
+            $ref: '#/components/schemas/MpcFavorite'
+          description: ''
+        mpc_list_name:
+          type: string
+        user:
+          $ref: '#/components/schemas/User2'
+        result:
+          $ref: '#/components/schemas/Result'
+      example:
+        mpc_favorites:
+        - content_id: 3274405
+          count: 70
+          timestamp: 1497030093
+        mpc_list_name: <b>Jaa<b>
+        user:
+          uid: 1
+          name: webdev
+          full_name: Christopher Guindon
+          picture: https://secure.gravatar.com/avatar/81d7b21d89fa05b42a5e8103ee70cb14.jpg?d=mm&s=185&r=G
+          profile_url: https://api.eclipse.org/account/profile/webdev
+          html_profile_url: https://accounts.eclipse.org/users/webdev
+          mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=webdev
+          html_mpc_favorites_url: https://marketplace.eclipse.org/user/webdev/favorites
+        result:
+          count: 1
+          range:
+            since: 0
+            until: 1497030093
+    User2:
+      title: User2
+      required:
+      - uid
+      - name
+      - full_name
+      - picture
+      - profile_url
+      - html_profile_url
+      - mpc_favorites_url
+      - html_mpc_favorites_url
+      type: object
+      properties:
+        uid:
+          type: string
+        name:
+          type: string
+        full_name:
+          type: string
+        picture:
+          type: string
+        profile_url:
+          type: string
+        html_profile_url:
+          type: string
+        mpc_favorites_url:
+          type: string
+        html_mpc_favorites_url:
+          type: string
+      example:
+        uid: 1
+        name: webdev
+        full_name: Christopher Guindon
+        picture: https://secure.gravatar.com/avatar/81d7b21d89fa05b42a5e8103ee70cb14.jpg?d=mm&s=185&r=G
+        profile_url: https://api.eclipse.org/account/profile/webdev
+        html_profile_url: https://accounts.eclipse.org/users/webdev
+        mpc_favorites_url: https://api.eclipse.org/marketplace/favorites/?name=webdev
+        html_mpc_favorites_url: https://marketplace.eclipse.org/user/webdev/favorites
+    RenameFavoriteListrequest:
+      title: RenameFavoriteListrequest
+      required:
+      - list_name
+      type: object
+      properties:
+        list_name:
+          type: string
+      example:
+        list_name: New list name
+    FetchCategoriesresponse:
+      title: FetchCategoriesresponse
+      required:
+      - pagination
+      - result
+      type: object
+      properties:
+        pagination:
+          $ref: '#/components/schemas/Pagination'
+        result:
+          type: array
+          items:
+            $ref: '#/components/schemas/Result4'
+          description: ''
+      example:
+        pagination:
+          page: 1
+          pagesize: 2
+          result_start: 1
+          result_end: 2
+          result_size: 2
+          total_result_size: 9
+        result:
+        - id: 1
+          name: Eclipse Projects
+          description: ' - Eclipse Project Forums - click +/- to expand/collapse'
+          html_url: https://www.eclipse.org/forums/index.php/i/1/
+          forums_url: https://api.eclipse.org/forums/forum?category_id=1
+        - id: 2
+          name: Newcomers
+          description: ' - General Newcomer discussions'
+          html_url: https://www.eclipse.org/forums/index.php/i/2/
+          forums_url: https://api.eclipse.org/forums/forum?category_id=2
+    Pagination:
+      title: Pagination
+      required:
+      - page
+      - pagesize
+      - result_start
+      - result_end
+      - result_size
+      - total_result_size
+      type: object
+      properties:
+        page:
+          type: integer
+          format: int32
+        pagesize:
+          type: integer
+          format: int32
+        result_start:
+          type: integer
+          format: int32
+        result_end:
+          type: integer
+          format: int32
+        result_size:
+          type: integer
+          format: int32
+        total_result_size:
+          type: integer
+          format: int32
+      example:
+        page: 1
+        pagesize: 2
+        result_start: 1
+        result_end: 2
+        result_size: 2
+        total_result_size: 9
+    Result4:
+      title: Result4
+      required:
+      - id
+      - name
+      - description
+      - html_url
+      - forums_url
+      type: object
+      properties:
+        id:
+          type: string
+        name:
+          type: string
+        description:
+          type: string
+        html_url:
+          type: string
+        forums_url:
+          type: string
+      example:
+        id: 1
+        name: Eclipse Projects
+        description: ' - Eclipse Project Forums - click +/- to expand/collapse'
+        html_url: https://www.eclipse.org/forums/index.php/i/1/
+        forums_url: https://api.eclipse.org/forums/forum?category_id=1
+    RetrieveCategoryresponse:
+      title: RetrieveCategoryresponse
+      required:
+      - id
+      - name
+      - description
+      - html_url
+      - forums_url
+      type: object
+      properties:
+        id:
+          type: string
+        name:
+          type: string
+        description:
+          type: string
+        html_url:
+          type: string
+        forums_url:
+          type: string
+      example:
+        id: 1
+        name: Eclipse Projects
+        description: ' - Eclipse Project Forums - click +/- to expand/collapse'
+        html_url: https://www.eclipse.org/forums/index.php/i/1/
+        forums_url: https://api.eclipse.org/forums/forum?category_id=1
+    FetchForumsresponse:
+      title: FetchForumsresponse
+      required:
+      - pagination
+      - result
+      type: object
+      properties:
+        pagination:
+          $ref: '#/components/schemas/Pagination'
+        result:
+          type: array
+          items:
+            $ref: '#/components/schemas/Result5'
+          description: ''
+      example:
+        pagination:
+          page: 1
+          pagesize: 1
+          result_start: 1
+          result_end: 1
+          result_size: 1
+          total_result_size: 391
+        result:
+        - id: 89
+          category_id: 2
+          description: Eclipse forum for newcomers
+          name: Newcomers
+          created_date: 1248707078
+          topic_count: 22344
+          post_count: 62843
+          last_post_id: 1780973
+          html_url: https://www.eclipse.org/forums/index.php/f/89/
+          topics_url: https://api.eclipse.org/forums/topic?forum_id=89
+          category_url: https://api.eclipse.org/forums/category/2
+    Result5:
+      title: Result5
+      required:
+      - id
+      - category_id
+      - description
+      - name
+      - created_date
+      - topic_count
+      - post_count
+      - last_post_id
+      - html_url
+      - topics_url
+      - category_url
+      type: object
+      properties:
+        id:
+          type: string
+        category_id:
+          type: string
+        description:
+          type: string
+        name:
+          type: string
+        created_date:
+          type: string
+        topic_count:
+          type: string
+        post_count:
+          type: string
+        last_post_id:
+          type: string
+        html_url:
+          type: string
+        topics_url:
+          type: string
+        category_url:
+          type: string
+      example:
+        id: 89
+        category_id: 2
+        description: Eclipse forum for newcomers
+        name: Newcomers
+        created_date: 1248707078
+        topic_count: 22344
+        post_count: 62843
+        last_post_id: 1780973
+        html_url: https://www.eclipse.org/forums/index.php/f/89/
+        topics_url: https://api.eclipse.org/forums/topic?forum_id=89
+        category_url: https://api.eclipse.org/forums/category/2
+    RetrieveForumresponse:
+      title: RetrieveForumresponse
+      required:
+      - id
+      - category_id
+      - description
+      - name
+      - created_date
+      - topic_count
+      - post_count
+      - last_post_id
+      - html_url
+      - topics_url
+      - category_url
+      type: object
+      properties:
+        id:
+          type: string
+        category_id:
+          type: string
+        description:
+          type: string
+        name:
+          type: string
+        created_date:
+          type: string
+        topic_count:
+          type: string
+        post_count:
+          type: string
+        last_post_id:
+          type: string
+        html_url:
+          type: string
+        topics_url:
+          type: string
+        category_url:
+          type: string
+      example:
+        id: 89
+        category_id: 2
+        description: Eclipse forum for newcomers
+        name: Newcomers
+        created_date: 1248707078
+        topic_count: 22344
+        post_count: 62843
+        last_post_id: 1780973
+        html_url: https://www.eclipse.org/forums/index.php/f/89/
+        topics_url: https://api.eclipse.org/forums/topic?forum_id=89
+        category_url: https://api.eclipse.org/forums/category/2
+    FetchTopicsresponse:
+      title: FetchTopicsresponse
+      required:
+      - pagination
+      - result
+      type: object
+      properties:
+        pagination:
+          $ref: '#/components/schemas/Pagination'
+        result:
+          type: array
+          items:
+            $ref: '#/components/schemas/Result6'
+          description: ''
+      example:
+        pagination:
+          page: 1
+          pagesize: 1
+          result_start: 1
+          result_end: 1
+          result_size: 1
+          total_result_size: 892958
+        result:
+        - id: 1091418
+          forum_id: 89
+          last_post_id: 1780973
+          last_post_date: 1517333817
+          root_post_id: 1780971
+          replies: 2
+          views: 52
+          subject: keep the parameter  value selected
+          html_url: https://www.eclipse.org/forums/index.php/t/1091418/
+          posts_url: https://api.eclipse.org/forums/post?topic_id=1091418
+          forum_url: https://api.eclipse.org/forums/forum/89
+    Result6:
+      title: Result6
+      required:
+      - id
+      - forum_id
+      - last_post_id
+      - last_post_date
+      - root_post_id
+      - replies
+      - views
+      - subject
+      - html_url
+      - posts_url
+      - forum_url
+      type: object
+      properties:
+        id:
+          type: string
+        forum_id:
+          type: string
+        last_post_id:
+          type: string
+        last_post_date:
+          type: string
+        root_post_id:
+          type: string
+        replies:
+          type: string
+        views:
+          type: string
+        subject:
+          type: string
+        html_url:
+          type: string
+        posts_url:
+          type: string
+        forum_url:
+          type: string
+      example:
+        id: 1091418
+        forum_id: 89
+        last_post_id: 1780973
+        last_post_date: 1517333817
+        root_post_id: 1780971
+        replies: 2
+        views: 52
+        subject: keep the parameter  value selected
+        html_url: https://www.eclipse.org/forums/index.php/t/1091418/
+        posts_url: https://api.eclipse.org/forums/post?topic_id=1091418
+        forum_url: https://api.eclipse.org/forums/forum/89
+    RetrieveTopicresponse:
+      title: RetrieveTopicresponse
+      required:
+      - id
+      - forum_id
+      - last_post_id
+      - last_post_date
+      - root_post_id
+      - replies
+      - views
+      - subject
+      - html_url
+      - posts_url
+      - forum_url
+      type: object
+      properties:
+        id:
+          type: string
+        forum_id:
+          type: string
+        last_post_id:
+          type: string
+        last_post_date:
+          type: string
+        root_post_id:
+          type: string
+        replies:
+          type: string
+        views:
+          type: string
+        subject:
+          type: string
+        html_url:
+          type: string
+        posts_url:
+          type: string
+        forum_url:
+          type: string
+      example:
+        id: 1091418
+        forum_id: 89
+        last_post_id: 1780973
+        last_post_date: 1517333817
+        root_post_id: 1780971
+        replies: 2
+        views: 52
+        subject: keep the parameter  value selected
+        html_url: https://www.eclipse.org/forums/index.php/t/1091418/
+        posts_url: https://api.eclipse.org/forums/post?topic_id=1091418
+        forum_url: https://api.eclipse.org/forums/forum/89
+    FetchPostsresponse:
+      title: FetchPostsresponse
+      required:
+      - pagination
+      - result
+      type: object
+      properties:
+        pagination:
+          $ref: '#/components/schemas/Pagination'
+        result:
+          type: array
+          items:
+            $ref: '#/components/schemas/Result7'
+          description: ''
+      example:
+        pagination:
+          page: 1
+          pagesize: 1
+          result_start: 1
+          result_end: 1
+          result_size: 1
+          total_result_size: 1645105
+        result:
+        - id: 1780973
+          subject: 'Re: keep the parameter  value selected'
+          topic_id: 1091418
+          poster_id: 219149
+          created_date: 1517333817
+          forum_id: 89
+          body: This is the body
+          html_url: https://www.eclipse.org/forums/index.php?t=msg&th=1091418&goto=1780973&#msg_1780973
+          topic_url: https://api.eclipse.org/forums/topic/1091418
+          forum_url: https://api.eclipse.org/forums/forum/89
+          user_url: https://api.eclipse.org/forums/user/219149
+    Result7:
+      title: Result7
+      required:
+      - id
+      - subject
+      - topic_id
+      - poster_id
+      - created_date
+      - forum_id
+      - body
+      - html_url
+      - topic_url
+      - forum_url
+      - user_url
+      type: object
+      properties:
+        id:
+          type: string
+        subject:
+          type: string
+        topic_id:
+          type: string
+        poster_id:
+          type: string
+        created_date:
+          type: string
+        forum_id:
+          type: string
+        body:
+          type: string
+        html_url:
+          type: string
+        topic_url:
+          type: string
+        forum_url:
+          type: string
+        user_url:
+          type: string
+      example:
+        id: 1780973
+        subject: 'Re: keep the parameter  value selected'
+        topic_id: 1091418
+        poster_id: 219149
+        created_date: 1517333817
+        forum_id: 89
+        body: This is the body
+        html_url: https://www.eclipse.org/forums/index.php?t=msg&th=1091418&goto=1780973&#msg_1780973
+        topic_url: https://api.eclipse.org/forums/topic/1091418
+        forum_url: https://api.eclipse.org/forums/forum/89
+        user_url: https://api.eclipse.org/forums/user/219149
+    RetrievePostresponse:
+      title: RetrievePostresponse
+      required:
+      - id
+      - subject
+      - topic_id
+      - poster_id
+      - created_date
+      - forum_id
+      - body
+      - html_url
+      - topic_url
+      - forum_url
+      - user_url
+      type: object
+      properties:
+        id:
+          type: string
+        subject:
+          type: string
+        topic_id:
+          type: string
+        poster_id:
+          type: string
+        created_date:
+          type: string
+        forum_id:
+          type: string
+        body:
+          type: string
+        html_url:
+          type: string
+        topic_url:
+          type: string
+        forum_url:
+          type: string
+        user_url:
+          type: string
+      example:
+        id: 1780973
+        subject: 'Re: keep the parameter  value selected'
+        topic_id: 1091418
+        poster_id: 219149
+        created_date: 1517333817
+        forum_id: 89
+        body: This is the body
+        html_url: https://www.eclipse.org/forums/index.php?t=msg&th=1091418&goto=1780973&#msg_1780973
+        topic_url: https://api.eclipse.org/forums/topic/1091418
+        forum_url: https://api.eclipse.org/forums/forum/89
+        user_url: https://api.eclipse.org/forums/user/219149
+    RetrieveUserresponse1:
+      title: RetrieveUserresponse1
+      required:
+      - id
+      - alias
+      - email
+      - post_count
+      - join_date
+      - last_visit
+      - level_name
+      - html_url
+      - account_url
+      - posts_url
+      type: object
+      properties:
+        id:
+          type: string
+        alias:
+          type: string
+        email:
+          type: string
+        post_count:
+          type: string
+        join_date:
+          type: string
+        last_visit:
+          type: string
+        level_name:
+          type: string
+        html_url:
+          type: string
+        account_url:
+          type: string
+        posts_url:
+          type: string
+      example:
+        id: 1
+        alias: Test user
+        email: test@user.org
+        post_count: 4
+        join_date: 1510351551
+        last_visit: 1517333991
+        level_name: Junior Member
+        html_url: https://www.eclipse.org/forums/index.php?t=usrinfo&id=1
+        account_url: https://api.eclipse.org/account/profile?mail=test@user.org
+        posts_url: https://api.eclipse.org/forums/post?user_id=1
+    FetchMailinglistsresponse:
+      title: FetchMailinglistsresponse
+      required:
+      - list_name
+      - list_description
+      - project_id
+      - list_short_description
+      - is_disabled
+      - is_deleted
+      - is_subscribable
+      - create_date
+      - url
+      - email
+      type: object
+      properties:
+        list_name:
+          type: string
+        list_description:
+          type: string
+        project_id:
+          type: string
+        list_short_description:
+          type: string
+          nullable: true
+        is_disabled:
+          type: string
+        is_deleted:
+          type: string
+        is_subscribable:
+          type: string
+        create_date:
+          type: string
+          nullable: true
+        url:
+          type: string
+        email:
+          type: string
+      example:
+        list_name: dash-dev
+        list_description: Tools for Committer Community
+        project_id: ''
+        list_short_description: 
+        is_disabled: 0
+        is_deleted: 0
+        is_subscribable: 1
+        create_date: 
+        url: https://accounts.eclipse.org/mailing-list/dash-dev
+        email: dash-dev@eclipse.org
+    RetrieveMailingListresponse:
+      title: RetrieveMailingListresponse
+      required:
+      - list_name
+      - list_description
+      - project_id
+      - list_short_description
+      - is_disabled
+      - is_deleted
+      - is_subscribable
+      - create_date
+      - url
+      - email
+      type: object
+      properties:
+        list_name:
+          type: string
+        list_description:
+          type: string
+        project_id:
+          type: string
+        list_short_description:
+          type: string
+          nullable: true
+        is_disabled:
+          type: string
+        is_deleted:
+          type: string
+        is_subscribable:
+          type: string
+        create_date:
+          type: string
+          nullable: true
+        url:
+          type: string
+        email:
+          type: string
+      example:
+        list_name: dash-dev
+        list_description: Tools for Committer Community
+        project_id: ''
+        list_short_description: 
+        is_disabled: 0
+        is_deleted: 0
+        is_subscribable: 1
+        create_date: 
+        url: https://accounts.eclipse.org/mailing-list/dash-dev
+        email: dash-dev@eclipse.org
+  securitySchemes:
+    httpBearer:
+      type: http
+      scheme: bearer
+security:
+- httpBearer: []
+tags:
+- name: User Profiles
+  description: "User information is available trought this resource. Some private information, \nis included when authenticated through OAuth with the `profile` scope."
+- name: Eclipse USS
+  description: "The Eclipse User Storage Service (USS) allows Eclipse projects to store user-specific project information on the \nEclipse Foundation servers. The goal is to make it easy for our projects to offer a \nbetter user experience by storing relevant information in a central location.\n\nThe BLOB resource is a way for projects to store binary objects based off a application_token/key value pair.\n\nThe “value” is always the last element in this JSON structure. All other things must come before that so that \nthe SDK implementation can parse and collect them into a Map and finally return a decoding InputStream to \ndeliver the “value” content back to the caller/application. The blob value is available when the \nclient retrieve a specific blob using an application_token and key.\n\nWe are using application_token and key to identify a blob. The Application token is a string that is assigned by the \nEclipse Management Organization.The key string must respect the following validation rules:\n\n* 5-25 characters;\n\n* letters: lowercase and uppercase/numbers/underscores are valid;\n\n* each string should start with a letter."
+- name: Download
+  description: Download files and release information.
+- name: Marketplace Favorites
+  description: "The Eclipse MarketPlace is a place to discover, share, and install relevant Eclipse plugins and solutions. \nThink of it like an app store for Eclipse solutions."
+- name: Forums
+  description: Eclipse Forums are available through this resource.
+- name: Mailing Lists
+  description: Eclipse Mailing Lists are available through this resource.
+- name: Projects
+  description: Eclipse Projects are available through this resource. Note that it is available through the https://projects.eclipse.org domain.
diff --git a/src/auth.apib b/src/auth.apib
deleted file mode 100644
index e13fd07cbf39f5ee36d95f9505f6491f04727423..0000000000000000000000000000000000000000
--- a/src/auth.apib
+++ /dev/null
@@ -1,19 +0,0 @@
-FORMAT: 1A
-HOST: https://accounts.eclipse.org
-
-# Eclipse Authorization Server
-This describes the resources that make up the official Eclipse Authorization server. 
-
-If you have any problems or requests please contact [Christopher Guindon](mailto:chris.guindon@eclipse-foundation.org) .
-
-### Rate Limit
-This API currently limits users to 1000 authenticated requests and 1000 anonymous requests an hour.
-
-### Authentication
-*Eclipse Api RESTful API* uses OAuth2 Authorization for protected resources.
-
-### Error States
-The common [HTTP Response Status Codes](https://github.com/for-GET/know-your-http-well/blob/master/status-codes.md) 
-are used.
-
-<!-- include(modules/oauth2.apib) -->
diff --git a/src/index.apib b/src/index.apib
deleted file mode 100644
index 41fdf63b142f5f46226fee254abc6a78e97dd720..0000000000000000000000000000000000000000
--- a/src/index.apib
+++ /dev/null
@@ -1,74 +0,0 @@
-FORMAT: 1A
-HOST: https://api.eclipse.org
-
-# Eclipse RESTful API
-
-This describes the resources that make up the official Eclipse Foundation REST API.
-
-You can contribute to this document via our [git repository](https://github.com/chrisguindon/api.eclipse.org-docs).
-
-If you have any problems or requests please contact [Christopher Guindon](mailto:chris.guindon@eclipse-foundation.org).
-
-### Other related REST APIs
-
-Althought they are not directly related to this API, the Eclipse forge proposes several other access points and APIs for specific tools and purposes. Please see the following resources for more details:
-
-+ [Eclipse Bugzilla](https://bugs.eclipse.org/bugs) **([Documentation](https://wiki.mozilla.org/Bugzilla:REST_API))**
-+ [Eclipse Gerrit](https://git.eclipse.org/r/) **([Documentation](https://gerrit-review.googlesource.com/Documentation/rest-api.html))**
-+ [Eclipse Jenkins](https://ci.eclipse.org/) **([Documentation](https://wiki.jenkins.io/display/JENKINS/Remote+access+API))**
-+ [Eclipse Marketplace](http://marketplace.eclipse.org/) **([Documentation](https://wiki.eclipse.org/Marketplace/REST))**
-+ [Eclipse Project Management Infrastructure (PMI)](https://wiki.eclipse.org/Project_Management_Infrastructure) **([Documentation](https://wiki.eclipse.org/Project_Management_Infrastructure#Web_APIs))**
-
-### Rate Limit
-
-This API currently limits users to 1000 authenticated requests and 1000 anonymous requests an hour.
-
-### Pagination
-
-Information about pagination is provided in the Link header of an API call. For example, let’s make 
-a curl request to the eclipse_profile API, to find out how many org_eclipse_oomph records exist for the user:
-
-```curl -I "https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=1&pagesize=2"```
- 
-The -I parameter indicates that we only care about the headers, not the content. 
-In examining the result, you’ll notice some information in the Link header that looks like this:
- 
-```
-<https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=2&amp;pagesize=2>; rel="next", <https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=27&amp;pagesize=2>; rel="last", <https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=1&amp;pagesize=2>; rel="first", <https://api.eclipse.org/api/blob/KJBNCEW08231nkJKCEW32898239?page=1&amp;pagesize=2>; rel="self"
-```
- 
-Let’s break that down. rel="next" says that the next page is page=2. This makes sense, since by default, 
-all paginated queries start at page 1. rel="last" provides some more information, stating that the last page of results is on page 27. 
- 
-Keep in mind that you should always rely on these link relations provided to you. Don’t try to guess or construct your own URL.
-
-### Caching
-
-Most responses return an ETag header. You can use the values of these headers to make subsequent 
-requests to those resources using the If-None-Match or if-Match header. For example, if the resource 
-has not changed on a GET, the server will return a 304 Not Modified.
- 
-The Etag for a blob resource is predictable. This is how we are currently generating them:
-
-```
-function _generate_etag($value, $application_token, $key) {
-  $string = $value . $application_token . $key;
-  return  hash('sha256', $string, FALSE);
-}
-```
-
-### Authentication
-
-*Eclipse Api RESTful API* uses OAuth2 Authorization for protected resources.
-
-### Error States
-
-The common [HTTP Response Status Codes](https://github.com/for-GET/know-your-http-well/blob/master/status-codes.md) 
-are used.
-
-<!-- include(modules/account.apib) -->
-<!-- include(modules/uss.apib) -->
-<!-- include(modules/download.apib) -->
-<!-- include(modules/marketplace_favorites.apib) -->
-<!-- include(modules/forums.apib) -->
-<!-- include(modules/mailing_lists.apib) -->
diff --git a/src/modules/account.apib b/src/modules/account.apib
deleted file mode 100644
index 7eed2d0937e26f4226eb5ca744474066cf6f3733..0000000000000000000000000000000000000000
--- a/src/modules/account.apib
+++ /dev/null
@@ -1,108 +0,0 @@
-# Group User Profiles
-User information is available trought this resource. Some private information, 
-is included when authenticated through OAuth with the `profile` scope.
-
-## Current user [GET /account/profile]
-Retrieve profile information about current user.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit:1000
-        X-Rate-Limit-Remaining:964
-        X-Rate-Limit-Reset:3553
-
-    + Body
-      [{"uid":"9","name":"cguindon","mail":"chris.guindon@eclipse-foundation.org","eca":{"signed":true},"is_committer":true,"friends":{"friend_id":"6104"},"first_name":"Christopher","last_name":"Guindon","twitter_handle":"chrisguindon","org":"Eclipse Foundation","job_title":"Lead Web Application Developper","website":"http://www.chrisguindon.com/","country":{"code":"CA","name":"Canada"},"bio":"Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!","interests":["Snowboarding","webdev","php","javascript","Drums"]}]
-      
-## Retrieve user [GET /account/profile/{name}]
-Retrieve profile information about a specified user.
-
-+ Parameters
-    + name (string, optional) - A valid Eclipse username.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit:1000
-        X-Rate-Limit-Remaining:964
-        X-Rate-Limit-Reset:3553
-
-    + Body
-      {"uid":"9","name":"cguindon","mail":"chris.guindon@eclipse-foundation.org","eca":{"signed":true},"is_committer":true,"friends":{"friend_id":"6104"},"first_name":"Christopher","last_name":"Guindon","twitter_handle":"chrisguindon","org":"Eclipse Foundation","job_title":"Lead Web Application Developper","website":"http://www.chrisguindon.com/","country":{"code":"CA","name":"Canada"},"bio":"Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!","interests":["Snowboarding","webdev","php","javascript","Drums"]}
-
-## Search for a user [GET /account/profile/{?uid,name,mail}]
-Search for a user by uid, name or mail. The uid will be used first, then the name and if no user was found, the server will try to load a user by mail.
-
-+ Parameters
-    + uid (integer, optional) - A valid User ID.
-    + name (string, optional) - A valid username.
-    + mail (string, optional) - A valid encoded mail.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit:1000
-        X-Rate-Limit-Remaining:964
-        X-Rate-Limit-Reset:3553
-
-    + Body
-        [{"uid":"9","name":"cguindon","mail":"chris.guindon@eclipse-foundation.org","eca":{"signed":true},"is_committer":true,"friends":{"friend_id":"6104"},"first_name":"Christopher","last_name":"Guindon","twitter_handle":"chrisguindon","org":"Eclipse Foundation","job_title":"Lead Web Application Developper","website":"http://www.chrisguindon.com/","country":{"code":"CA","name":"Canada"},"bio":"Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!","interests":["Snowboarding","webdev","php","javascript","Drums"]}]
-      
-## Forum posts [GET /account/profile/{name}/forum]
-This method returns forum post associated with a user.
-
-+ Parameters
-    + name (string, optional) - A valid Eclipse username.
-
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;pagesize=20>; rel="first", <https://api.eclipse.org/account/profile/cguindon/forum?page=1&amp;pagesize=20>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-
-    + Body
-      {"id":"125133","alias":"Christopher Guindon","avatar_loc":null,"email":"chris.guindon@eclipse-foundation.org","posted_msg_count":"2","join_date":"1329944087","location":null,"sig":null,"last_visit":"1489180635","level_name":"Junior Member","level_img":null,"posts":[{"msg_id":"1385038","msg_thread_id":"781490","msg_poster_id":"125133","msg_reply_to":"0","msg_post_stamp":"1401828571","msg_update_stamp":"0","msg_updated_by":"0","msg_subject":"sdfdsf","thread_id":"781490","thread_forum_id":"97","thread_root_msg_id":"1385038","thread_last_post_date":"1490969896","thread_replies":"6","thread_views":"8925","thread_rating":"0","thread_n_rating":"0","thread_last_post_id":"1758673","thread_orderexpiry":"0","thread_thread_opt":"0","thread_tdescr":"","forum_name":"Test","forum_cat_id":"3","forum_description":"Forum for testing messages. This is <b>UNRELATED to testing with Eclipse</b>.  Use the <a href='http://www.eclipse.org/forums/eclipse.tptp'>Test and Performance forum</a> for those discussions instead.","forum_date_created":"1248707241","forum_thread_count":"975","forum_post_count":"1526","forum_last_post_id":"1764500","cat_name":"General (non-technical)","cat_description":" - Click +/- to expand/collapse","read_last_view":null,"last_msg_poster_id":"216471","last_msg_subject":"Re: sdfdsf","last_msg_post_stamp":"1490969896","last_msg_update_stamp":"0","last_poster_email":"m.amjadi@engineer.com","last_poster_alias":"Mohammad H. Amir Amjadi","root_msg_poster_id":"125133","root_msg_subject":"sdfdsf","root_msg_post_stamp":"1401828571","root_msg_update_stamp":"0","root_poster_email":"chris.guindon@eclipse-foundation.org","root_poster_alias":"Christopher Guindon","last_user_msg_poster_id":"125133","last_user_msg_subject":"sdfdsf","last_user_msg_stamp":"1401828571","msg4_update_stamp":"0","msg_group_post_stamp":"1479327581"}]}
-
-## Project Relationship [GET /account/profile/{name}/projects]
-This call returns a list of project affiliations for a particular user.
-
-+ Parameters
-    + name (string, optional) - A valid Eclipse username.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-
-    + Body
-      {"technology.cbi":[{"ActiveDate":"2014-12-15","InactiveDate":null,"EditBugs":"0","ProjectName":"Common Build Infrastructure","url":"https://projects.eclipse.org/projects/technology.cbi","Relation":{"Relation":"CM","Description":"Committer","IsActive":"1","Type":{"Type":"PR","Description":"Person - Project"}}}],"technology.usssdk":[{"ActiveDate":"2016-09-21","InactiveDate":null,"EditBugs":"0","ProjectName":"Eclipse USS SDK","url":"https://projects.eclipse.org/projects/technology.usssdk","Relation":{"Relation":"CM","Description":"Committer","IsActive":"1","Type":{"Type":"PR","Description":"Person - Project"}}},{"ActiveDate":"2016-09-21","InactiveDate":null,"EditBugs":"0","ProjectName":"Eclipse USS SDK","url":"https://projects.eclipse.org/projects/technology.usssdk","Relation":{"Relation":"PL","Description":"Project Lead","IsActive":"1","Type":{"Type":"PR","Description":"Person - Project"}}}],"foundation-internal":[{"ActiveDate":"2012-12-21","InactiveDate":null,"EditBugs":"0","ProjectName":"Internal Foundation Projects","url":"","Relation":{"Relation":"CM","Description":"Committer","IsActive":"1","Type":{"Type":"PR","Description":"Person - Project"}}}]}
-
-## Gerrit review count [GET /account/profile/{name}/gerrit]
-This method returns gerrit review count for a user.
-
-+ Parameters
-    + name (string, optional) - A valid Eclipse username.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-
-    + Body
-       {"merged_changes_count":"671"}
-
-## Mailing List Subscriptions [GET /account/profile/{name}/mailing-list]
-This method returns mailing list subscriptions for a user.
-
-+ Parameters
-    + name (string) - A valid Eclipse username.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-
-    + Body
-       {"mailing_list_subscriptions":[{"list_name":"epp-dev","list_description":"Eclipse Packaging Project"},{"list_name":"eclipse.org-webdev","list_description":"Eclipse.org Webdev notices and discussions"}]}
\ No newline at end of file
diff --git a/src/modules/download.apib b/src/modules/download.apib
deleted file mode 100644
index 03e9fc48dbcdb1a767655b1390bcb8f4dbf9db84..0000000000000000000000000000000000000000
--- a/src/modules/download.apib
+++ /dev/null
@@ -1,34 +0,0 @@
-# Group Download
-Download files and release information.
-
-## Retrieve File [GET /download/file/{file_id}]
-Fetch download file information.
-
-+ Parameters
-    + `file_id` (integer, required) - The id of a download file.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-
-    + Body
-       {"file_id":"213","file_name":"/stats/releases/mars/org.eclipse.oomph.setup.sdk","download_count":"4499","size_disk_bytes":"0","timestamp_disk":"0","md5sum":"nofile","sha1sum":"nofile","sha512sum":"nofile"}
-
-## Release [GET /download/release/{release_type}{?release_name,release_version}]
-Fetch download file information.
-
-+ Parameters
-    + `release_type` (string, required) - Release type, e.g., eclipse_packages.
-    + `release_name` (string, optional) - The name of the release, e.g., oxygen.
-    + `release_version` (string, optional) - The version of the release, e.g., sr1, 0, 1.
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-
-    + Body
-        {"release_name":"neon","release_version":"r","packages":{"jee-package":{"name":"Eclipse IDE for Java EE Developers","package_bugzilla_id":"jee-package","download_count":"1231525","website_url":"http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr","incubating":false,"class":"","body":"Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.\n","features":["org.eclipse.epp.package.jee.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.datatools.common.doc.user","org.eclipse.datatools.connectivity.doc.user","org.eclipse.datatools.connectivity.feature","org.eclipse.datatools.doc.user","org.eclipse.datatools.enablement.feature","org.eclipse.datatools.intro","org.eclipse.datatools.modelbase.feature","org.eclipse.datatools.sqldevtools.feature","org.eclipse.datatools.sqltools.doc.user","org.eclipse.egit","org.eclipse.egit.mylyn","org.eclipse.jdt","org.eclipse.jpt.common.eclipselink.feature","org.eclipse.jpt.common.feature","org.eclipse.jpt.dbws.eclipselink.feature","org.eclipse.jpt.jaxb.eclipselink.feature","org.eclipse.jpt.jaxb.feature","org.eclipse.jpt.jpa.eclipselink.feature","org.eclipse.jpt.jpa.feature","org.eclipse.jsf.feature","org.eclipse.jst.common.fproj.enablement.jdt","org.eclipse.jst.enterprise_ui.feature","org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature","org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature","org.eclipse.jst.server_adapters.ext.feature","org.eclipse.jst.server_adapters.feature","org.eclipse.jst.server_ui.feature","org.eclipse.jst.webpageeditor.feature","org.eclipse.jst.webpageeditor.feature","org.eclipse.jst.web_ui.feature","org.eclipse.jst.ws.axis2tools.feature","org.eclipse.jst.ws.axis2tools.feature","org.eclipse.jst.ws.cxf.feature","org.eclipse.jst.ws.jaxws.dom.feature","org.eclipse.jst.ws.jaxws.feature","org.eclipse.m2e.feature","org.eclipse.m2e.logback.feature","org.eclipse.m2e.wtp.feature","org.eclipse.m2e.wtp.jaxrs.feature","org.eclipse.m2e.wtp.jpa.feature","org.eclipse.m2e.wtp.jsf.feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.java_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.pde","org.eclipse.recommenders.mylyn.rcp.feature","org.eclipse.recommenders.rcp.feature","org.eclipse.cft.server.core.feature","org.eclipse.cft.server.ui.feature","org.eclipse.rse","org.eclipse.rse.useractions","org.eclipse.tm.terminal.feature","org.eclipse.wst.common.fproj","org.eclipse.wst.jsdt.feature","org.eclipse.wst.jsdt.chromium.debug.feature","org.eclipse.wst.server_adapters.feature","org.eclipse.wst.web_ui.feature","org.eclipse.wst.xml_ui.feature","org.eclipse.wst.xsl.feature"],"files":{"linux":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk-x86_64.tar.gz","size":"299 MB","file_id":"1516862","file_url":"https://api.eclipse.org/download/file/1516862","download_count":"112057","checksum":{"md5":"5b034fe90970b4397aa41d819e8ffd4a","sha1":"353178c8031c4f96ee8b872ba7765801a75ed6cc","sha512":"e66bfafb3fb568a23c203c7acf64a92b9424f7f03673bcb2ae23e77cb3001bbacc3acdf041e120657ce9eeb49c39009104bb046bafd2584ca2202333c31d08c4"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-linux-gtk.tar.gz","size":"299 MB","file_id":"1524320","file_url":"https://api.eclipse.org/download/file/1524320","download_count":"14810","checksum":{"md5":"526ddec029b7f036b3e99a61b460433d","sha1":"e8874627ef24180681e4f50023131858b2c2bf99","sha512":"4449200d77a0ea25ead72f2e47e135f0a7c546d1c484ab2ed928dc09fe191d59820bf4924d151c9d08c8d704b4d3212c13e3e4c2275b7a56b5adc2cf7709ae66"}}},"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32-x86_64.zip","size":"301 MB","file_id":"1483618","file_url":"https://api.eclipse.org/download/file/1483618","download_count":"789774","checksum":{"md5":"1542baca4dce7808cc61a20e10211d17","sha1":"cd00f5d5d3aa8932c8988513632fb82cd3c7f4bb","sha512":"5cc9b1f93825707fe39ee4ac0c7733bf5e8f32525bb58cf1f422e4f8bcb464ea2ecfec5a5c20f770c18e9a461413cb711dce7d4fcfe27d3a02689baf59688f3a"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-win32.zip","size":"301 MB","file_id":"1496662","file_url":"https://api.eclipse.org/download/file/1496662","download_count":"236198","checksum":{"md5":"e448375731e107d50638f034d879f694","sha1":"34d7ec1122ba1283592ec725ca42113c25acb396","sha512":"7dc144ea3613e7fc42c74e6dddb682b6705088a5e54092baf888389bb71cc37a0ce4ce7b17ba45f3ce1d3c1c9fdb744e4a0e925167c12befd1f6c498620d94cc"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-jee-neon-R-macosx-cocoa-x86_64.tar.gz","size":"299 MB","file_id":"1510957","file_url":"https://api.eclipse.org/download/file/1510957","download_count":"78686","checksum":{"md5":"583d4b9e2030defbacee7cb8cd820b63","sha1":"75899b2decba15fbbe7be44f5d474e9def477b6c","sha512":"d3b2ea5db93cdb3ca16cf6a674ed359ec7a3fc8953c721e3b19443ac0f0d3479bb1ee6f5783deecee8c3ff3c181cab451fe52155ef36c40935d78fc29bb97ca8"}}}}},"java-package":{"name":"Eclipse IDE for Java Developers","package_bugzilla_id":"java-package","download_count":"560313","website_url":"http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neonr","incubating":false,"class":"","body":"The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration\n","features":["org.eclipse.epp.package.java.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.buildship","org.eclipse.egit","org.eclipse.egit.mylyn","org.eclipse.jdt","org.eclipse.jgit","org.eclipse.m2e.feature","org.eclipse.m2e.logback.feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.git","org.eclipse.mylyn.hudson","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.java_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.recommenders.mylyn.rcp.feature","org.eclipse.recommenders.rcp.feature","org.eclipse.recommenders.snipmatch.rcp.feature","org.eclipse.wst.xml_ui.feature"],"files":{"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-macosx-cocoa-x86_64.tar.gz","size":"160 MB","file_id":"1524135","file_url":"https://api.eclipse.org/download/file/1524135","download_count":"51597","checksum":{"md5":"94a564abb4f0dc014e84043bd6fdf495","sha1":"684297167ccc6435b6434ee8c24ef226b1e9991f","sha512":"be17f820859c73ec19b44bf83ddfeccd503e008df837005cbb80f16adf97d53aefbc1488dfe5c8fec796da0de11d70e647e735fb98ad29aecc2a8c44e6d66eb5"}}},"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32-x86_64.zip","size":"161 MB","file_id":"1483666","file_url":"https://api.eclipse.org/download/file/1483666","download_count":"326737","checksum":{"md5":"80cebd741b815ecffff6326c98cc2bbd","sha1":"3330a534b40c28a189da328130a29561795250e0","sha512":"57d979b19cc86fbf0f6bfa9464aa89413662b5bbe3c984492d78247ebf72048ec57946aada55bd5c7fa81746f202e600e8048ee81729936f101971941e97c10d"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-win32.zip","size":"161 MB","file_id":"1515686","file_url":"https://api.eclipse.org/download/file/1515686","download_count":"135236","checksum":{"md5":"b21c5c168ec3d5a4b5ec7336625ba85b","sha1":"78919c417386ce0a5df27eba542e07f62c2331ef","sha512":"618ecc193b3fa7e2b5bb85fbc6a75142487e9cef63a0b2f7e7130f49babe1e793ace4fa6ee83848fc74fea7ed2faa094f81504c4a918184882200b1218006134"}}},"linux":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk.tar.gz","size":"160 MB","file_id":"1524479","file_url":"https://api.eclipse.org/download/file/1524479","download_count":"7396","checksum":{"md5":"3b8f3098ec353962208a38af3cbb36c6","sha1":"7e4caabffafa4e5379893846a636f46d691f03a8","sha512":"57ffab533690bcbeabb40966ef7f05aab85868afc669c5a54631e8a3ec99e1f74bde19ab51f18d8d580a05fb3c80154f0b187595c91e0445219cece9c0346ceb"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz","size":"160 MB","file_id":"1523565","file_url":"https://api.eclipse.org/download/file/1523565","download_count":"39347","checksum":{"md5":"dc4cf41b6f48af4978885c66d9630d3d","sha1":"d7562af3c5a7377d05abae14e746b36b4896d39f","sha512":"01bc46fcaf3187bc70bb0f26dcdae9fa2f633106785c1c8b41b2d3daf4330efbd0d6a00d5dbc2d6159a6faefb74c403d98794bdbf172cd6e73d6156f36f94641"}}}}},"cpp-package":{"name":"Eclipse IDE for C/C++ Developers","package_bugzilla_id":"cpp-package","download_count":"197278","website_url":"http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr","incubating":false,"class":"","body":"An IDE for C/C++ developers with Mylyn integration.\n","features":["org.eclipse.epp.package.cpp.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.cdt","org.eclipse.cdt.autotools","org.eclipse.cdt.build.crossgcc","org.eclipse.cdt.debug.standalone","org.eclipse.cdt.debug.ui.memory","org.eclipse.cdt.launch.remote","org.eclipse.cdt.mylyn","org.eclipse.egit","org.eclipse.linuxtools.cdt.libhover.feature","org.eclipse.linuxtools.cdt.libhover.devhelp.feature","org.eclipse.linuxtools.changelog.c","org.eclipse.linuxtools.gcov","org.eclipse.linuxtools.gprof.feature","org.eclipse.linuxtools.rpm","org.eclipse.linuxtools.valgrind","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.team_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.rse","org.eclipse.tracecompass.gdbtrace","org.eclipse.tracecompass.lttng2.control","org.eclipse.tracecompass.lttng2.kernel","org.eclipse.tracecompass.lttng2.ust"],"files":{"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32-x86_64.zip","size":"176 MB","file_id":"1524207","file_url":"https://api.eclipse.org/download/file/1524207","download_count":"85751","checksum":{"md5":"7694342c71b025791b4ca69c2ce798a5","sha1":"98152b923ce8c4f656a13f730747304b12d78fd5","sha512":"ba65f745b11a6e4a5c23eb1df32f0b14f853e572d3b39a7fcf3f4d07fea2e309694f9c62ae34a35bf61fc696ae47d3013b3731086341d84fddbe933812acefba"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-win32.zip","size":"176 MB","file_id":"1524293","file_url":"https://api.eclipse.org/download/file/1524293","download_count":"33790","checksum":{"md5":"eb526e56ebf93df96f584a2184488eb1","sha1":"b69b8a2e8eed5ef982eb4c23653c78f671a6a949","sha512":"4314ddc67d723a30380cfa36cf3496d28785485d103c5150b85d64eaa96ca0c20a7849668779b536d78f25b8a5e49744cac584a9a2ae364eb125735f40eb0c20"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-macosx-cocoa-x86_64.tar.gz","size":"175 MB","file_id":"1524150","file_url":"https://api.eclipse.org/download/file/1524150","download_count":"14826","checksum":{"md5":"7a0325aff425cb2625388e9f52ab9816","sha1":"85fec7f0997b14030b7b4bff14dba2db29bfb24d","sha512":"8d7516a9400a920b5acd574e947d9196c502dd0a88db6303158603ee81d0fe86ba850560ba98d83bdfba5dabd1820eb8ef410284ae2fe900bbe44959f08f2619"}}},"linux":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk.tar.gz","size":"182 MB","file_id":"1524302","file_url":"https://api.eclipse.org/download/file/1524302","download_count":"10826","checksum":{"md5":"76ba76b9ee4f8d7a594125ced87bee88","sha1":"c3473d0c02712ed559606f65e2e54c51bc2c8c1b","sha512":"0ed94a7a2bccc530f32c491b7282f261cbb1e431b7369c9a8e976248f71cbd11339598b6cf3c8a047f17d1b11ee94a28cf2e1a51e354562926b4d3f0ee08b24e"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-cpp-neon-R-linux-gtk-x86_64.tar.gz","size":"182 MB","file_id":"1523714","file_url":"https://api.eclipse.org/download/file/1523714","download_count":"52085","checksum":{"md5":"e9ee3b49afa8a9b7a46d744e87290301","sha1":"6d708f40feb9c41b15529c6cb8f527deee9ac04a","sha512":"d4da1d315e37fe7e418304bc48eda84ebd62ac0ac2385211fbc1dff1a14f4928d0b4914a55958df2f07d4567de8dcc486a4afd41f180cb2fdd91801e362258f8"}}}}},"android-package":{"name":"Eclipse for Android Developers","package_bugzilla_id":"android-package","download_count":"119802","website_url":"http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonr","incubating":true,"class":"","body":"An IDE for developers creating Android applications.\n","features":["org.eclipse.epp.package.android.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.andmore.android.basic.feature","org.eclipse.andmore.gldebugger.feature","org.eclipse.andmore.hierarchyviewer.feature","org.eclipse.andmore.ndk.feature","org.eclipse.andmore.traceview.feature","org.eclipse.buildship","org.eclipse.egit","org.eclipse.egit.mylyn","org.eclipse.jdt","org.eclipse.m2e.feature","org.eclipse.m2e.logback.feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.git","org.eclipse.mylyn.hudson","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.java_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.recommenders.mylyn.rcp.feature","org.eclipse.recommenders.rcp.feature","org.eclipse.recommenders.snipmatch.rcp.feature","org.eclipse.wst.xml_ui.feature"],"files":{"linux":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk-x86_64.tar.gz","size":"243 MB","file_id":"1524233","file_url":"https://api.eclipse.org/download/file/1524233","download_count":"6817","checksum":{"md5":"6dae90fdcc0cc3a49a8cfe5c4ee68c43","sha1":"86f6fe742cbcf5471247c819d59bf658ebaa49b9","sha512":"798e7e80bb6c347a978c275503d249191251ee8014830ab3d571ff656b5f3ac5dadf57f4e79fc7e7916bc9e0d6feccd8dfbadb76bd6a8766b5a41ddf14d1ed4d"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-linux-gtk.tar.gz","size":"243 MB","file_id":"1525322","file_url":"https://api.eclipse.org/download/file/1525322","download_count":"1828","checksum":{"md5":"9300cf4af38e7515bd8cd1572a62ae73","sha1":"09a2eb7247c6ffe9d5990b825ed5615af7d07a29","sha512":"293d2d765179176075692596b44a9baab8e1984d066a2bf1d029431a7a8a078485ff52f158d5458783ac5643714c7f5d17636fd36e1b2571c7c1f0bed9d4f026"}}},"windows":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32.zip","size":"245 MB","file_id":"1524356","file_url":"https://api.eclipse.org/download/file/1524356","download_count":"26896","checksum":{"md5":"d323f0ac85cb0526e835bcc23ae6f28b","sha1":"76a8161ee434c72c8f0d90609c240dc263802f91","sha512":"7e6054c5af55e0338d5dd0d07fbafd72ca69b3af125a8646c3e24112e0ea906efa43338b28bbab2f59ecb73a5afad4590d91c521b1d6959677a3bd9c60e1b595"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-win32-x86_64.zip","size":"245 MB","file_id":"1524306","file_url":"https://api.eclipse.org/download/file/1524306","download_count":"76619","checksum":{"md5":"6a9d56b94d26429370e9b4134d7645d2","sha1":"2ec2e2a032ef4771ff8c04764b38c59c8d28d100","sha512":"1da1fd3a779b91010cb2e29ed6632cae9f87bd8c3df62af3d633f6d42cfcdf37b4031b9fa5b6118d4f7c5398907fe4cbe31c016915a78917c50d8407a4f6a6ee"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-android-neon-R-incubation-macosx-cocoa-x86_64.tar.gz","size":"244 MB","file_id":"1524250","file_url":"https://api.eclipse.org/download/file/1524250","download_count":"7642","checksum":{"md5":"907423883e2bf2a0533f1d9d218cc774","sha1":"4906c6101479678c279acde63ba15f9da103280e","sha512":"93a85ed681d6f11d7c3b9a8942be39e3a92fc5d472a7ef4b50e40bc4ca311b2cc39f4b36cb4a42af8974334d62ad24081afd96c22ef8596473b3c72ac383dd9b"}}}}},"php-package":{"name":"Eclipse for PHP Developers","package_bugzilla_id":"php-package","download_count":"108187","website_url":"http://www.eclipse.org/downloads/packages/eclipse-php-developers/neonr","incubating":false,"class":"","body":"The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.\n","features":["org.eclipse.epp.package.php.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.egit","org.eclipse.egit.gitflow.feature","org.eclipse.egit.mylyn","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.github.feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.php.mylyn","org.eclipse.php.importer","org.eclipse.php","org.eclipse.wst.jsdt.feature","org.eclipse.wst.xml_ui.feature"],"files":{"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-macosx-cocoa-x86_64.tar.gz","size":"160 MB","file_id":"1524494","file_url":"https://api.eclipse.org/download/file/1524494","download_count":"8517","checksum":{"md5":"19b5f43d0b896dd294262962718baca1","sha1":"2ffa637414c33a40ec011fb43ef190875c8b8b27","sha512":"82e4a16c74916b93c5d4994c8202d393fbafc23391eafc89bc9f0e46ff82b30a9670c819f509e6cecb06376263ca9febcedcdc0abd7cf228642890f856aec701"}}},"linux":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk-x86_64.tar.gz","size":"160 MB","file_id":"1524255","file_url":"https://api.eclipse.org/download/file/1524255","download_count":"14220","checksum":{"md5":"02d4b3ac00cd7b37db0fbed490a02709","sha1":"136d8a3d94b55a8424214630a0700162d977fb72","sha512":"728eed94ac9324bb10e3ed56998628edf6b1d618bd82030351e2ad261f535810aab3920ec9b7522cd656c0ecf6b3b9354aefcbd42adaadddde5f86e2e942cc92"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-linux-gtk.tar.gz","size":"160 MB","file_id":"1525126","file_url":"https://api.eclipse.org/download/file/1525126","download_count":"2470","checksum":{"md5":"6718005f1a87d12e452ef2b5d0e143dd","sha1":"98ceec59073c1a914cf3dcbe5ff9642dc87bea89","sha512":"4fe370bacb80c1b9a9e5296d3985451ed491a2cafb19563af60c2df116a6a2ca95de9abc39a5689889ca4827440d55baaca559ce4fd0474719d2258a926b9df2"}}},"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32-x86_64.zip","size":"161 MB","file_id":"1524166","file_url":"https://api.eclipse.org/download/file/1524166","download_count":"65535","checksum":{"md5":"1b35504359e60a10c2f6cff86f27c582","sha1":"e512ee9542949c10af31958c34c13889ac81f69c","sha512":"46c2077a45896cd3c85fec7ccb964835bd8ceec181daacfe205e86a999546c52e5ab91df71faa6fe31c1642f6df493bcf4fc62438c45167204a20cacb88fac3d"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-php-neon-R-win32.zip","size":"161 MB","file_id":"1524383","file_url":"https://api.eclipse.org/download/file/1524383","download_count":"17445","checksum":{"md5":"f87370d525d75fddea404ca23e534654","sha1":"82e1a85d1b05de7ffbfa836fd957c9a3a50ccb1a","sha512":"0970d5b966168ab05ecdfc21282d3024015c838f6afb66d9d177b0e80f735c7d39f5c18d3ed1197799997f47d5312344dce82452728f58a49f91d15c4ec819e6"}}}}},"reporting-package":{"name":"Eclipse IDE for Java and Report Developers","package_bugzilla_id":"reporting-package","download_count":"75827","website_url":"http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-report-developers/neonr","incubating":false,"class":"","body":"Java EE tools and BIRT reporting tool for Java developers to create Java EE and Web applications that also have reporting needs.\n","features":["org.eclipse.epp.package.reporting.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.birt.chart.cshelp","org.eclipse.birt.cshelp","org.eclipse.birt.doc","org.eclipse.birt.example","org.eclipse.birt","org.eclipse.datatools.common.doc.user","org.eclipse.datatools.connectivity.doc.user","org.eclipse.datatools.connectivity.feature","org.eclipse.datatools.doc.user","org.eclipse.datatools.enablement.feature","org.eclipse.datatools.intro","org.eclipse.datatools.modelbase.feature","org.eclipse.datatools.sqldevtools.feature","org.eclipse.datatools.sqltools.doc.user","org.eclipse.jdt","org.eclipse.jpt.common.eclipselink.feature","org.eclipse.jpt.common.feature","org.eclipse.jpt.dbws.eclipselink.feature","org.eclipse.jpt.jaxb.eclipselink.feature","org.eclipse.jpt.jaxb.feature","org.eclipse.jpt.jpa.eclipselink.feature","org.eclipse.jpt.jpa.feature","org.eclipse.jsf.feature","org.eclipse.jst.common.fproj.enablement.jdt","org.eclipse.jst.enterprise_ui.feature","org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature","org.eclipse.jst.server_adapters.ext.feature","org.eclipse.jst.server_adapters.feature","org.eclipse.jst.server_ui.feature","org.eclipse.jst.webpageeditor.feature","org.eclipse.jst.web_ui.feature","org.eclipse.jst.ws.axis2tools.feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.java_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.rse","org.eclipse.rse.useractions","org.eclipse.tm.terminal.feature","org.eclipse.wst.common.fproj","org.eclipse.wst.jsdt.feature","org.eclipse.wst.server_adapters.feature","org.eclipse.wst.web_ui.feature","org.eclipse.wst.xml_ui.feature","org.eclipse.wst.xsl.feature"],"files":{"linux":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk.tar.gz","size":"309 MB","file_id":"1525452","file_url":"https://api.eclipse.org/download/file/1525452","download_count":"665","checksum":{"md5":"eece49f787953545683d26579d547368","sha1":"97e2ffad55df94180aa8423d760aba561debdadc","sha512":"a1fef86ce393035b4548d21a22f0ee09258159d337de88e5a7563c3c7f9aac11094765083b7ab6b1c6de5e486804c9bea57dcebb72d352ea71f8d7b6f6799c62"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-linux-gtk-x86_64.tar.gz","size":"310 MB","file_id":"1524284","file_url":"https://api.eclipse.org/download/file/1524284","download_count":"5099","checksum":{"md5":"aa50a2d7867830355c8f398767636cc4","sha1":"31474634d56d8af3544220a6ee78d0f8fca4ba31","sha512":"a776c0f6e6b6b1d2a8793274a060dfe32344ee32efbee0e09eaac0c34926f3e88d60067501f73b969d2ea25af0c006861e7281d8b6cece35d15e6697dce8d1f0"}}},"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32-x86_64.zip","size":"311 MB","file_id":"1524402","file_url":"https://api.eclipse.org/download/file/1524402","download_count":"55294","checksum":{"md5":"66c5023b052ca0f5722ac2d974632661","sha1":"318670bd82838529ad0e32d39da6feb3c594e72c","sha512":"e14b6ffc27f9c40e0f7651bcb4b13260a8ba257c541362ea2ca464d01a708b52f8a1623ac3b3e630234063a72b7da32cba0ff910e432dd6995095ee4dd77332c"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-win32.zip","size":"311 MB","file_id":"1525333","file_url":"https://api.eclipse.org/download/file/1525333","download_count":"9087","checksum":{"md5":"ee6d9a1403b91c74bc3c8d3449f8c4df","sha1":"62e444d033911234748f87a7273d94e2060efc8e","sha512":"dee1c5f5c0319925e6298d731370ee283cb26005e0cf7b6a267861b5fcefe8952a0679344aee0492b4b0881ba36a7259cd4a6646c1f324caa0e3855c3e385290"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-reporting-neon-R-macosx-cocoa-x86_64.tar.gz","size":"310 MB","file_id":"1527808","file_url":"https://api.eclipse.org/download/file/1527808","download_count":"5682","checksum":{"md5":"a5ca997cca7e3d77c66b869ba2fbc105","sha1":"b4b730366731413ec6906d0181bed47fc9397001","sha512":"46cc676a634f7f8ae0004b9b7c5678a5a60e553612044c250b2d02ff4e70cd77fd03215f2e8309c59b858e13934f8c533c45b5200088f6a5a13e6537e98e7166"}}}}},"committers-package":{"name":"Eclipse IDE for Eclipse Committers","package_bugzilla_id":"committers-package","download_count":"41746","website_url":"http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neonr","incubating":false,"class":"","body":"Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.\nClick here to file a bug against Eclipse Platform.\nClick here to file a bug against Eclipse Git team provider.\n","features":["org.eclipse.epp.package.committers.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.buildship","org.eclipse.cvs","org.eclipse.cvs.source","org.eclipse.e4.core.tools.feature","org.eclipse.egit","org.eclipse.egit.mylyn","org.eclipse.epp.package.common.feature","org.eclipse.equinox.p2.user.ui","org.eclipse.help","org.eclipse.jdt","org.eclipse.jdt.source","org.eclipse.jgit","org.eclipse.jgit.http.apache","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.builds","org.eclipse.mylyn.commons","org.eclipse.mylyn.commons.identity","org.eclipse.mylyn.commons.notifications","org.eclipse.mylyn.commons.repositories","org.eclipse.mylyn.commons.repositories.http","org.eclipse.mylyn.discovery","org.eclipse.mylyn_feature","org.eclipse.mylyn.gerrit.dashboard.feature","org.eclipse.mylyn.gerrit.feature","org.eclipse.mylyn.git","org.eclipse.mylyn.hudson","org.eclipse.mylyn.monitor","org.eclipse.mylyn.reviews.feature","org.eclipse.mylyn.team_feature","org.eclipse.mylyn.versions","org.eclipse.mylyn.wikitext_feature","org.eclipse.pde","org.eclipse.pde.source","org.eclipse.platform.source","org.eclipse.rcp.source","org.eclipse.recommenders.news.rcp.feature","org.eclipse.recommenders.mylyn.rcp.feature","org.eclipse.recommenders.rcp.feature","org.eclipse.recommenders.snipmatch.rcp.feature"],"files":{"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-macosx-cocoa-x86_64.tar.gz","size":"250 MB","file_id":"1524211","file_url":"https://api.eclipse.org/download/file/1524211","download_count":"4719","checksum":{"md5":"52be998fd3682b56b439bf03f338dd0d","sha1":"9c4b9058c3a3f6199ae373e1c45175f0115ebaec","sha512":"c168593cfeebdbf14797505d1e47ec7eebd72b7f979e5da78a6596ad2c3faae637fb725d8b05884f16be0f23bc4fb4155e403ea48acc4ccf22357c6bf6c4017e"}}},"linux":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk.tar.gz","size":"250 MB","file_id":"1525686","file_url":"https://api.eclipse.org/download/file/1525686","download_count":"605","checksum":{"md5":"f8fc14ed285d075af0300f320918344e","sha1":"fd10990f81ae46d55387c56c528bbb22ca0e1367","sha512":"dc5ee097c7cdc354276606745b7e61f3aefaf30f5d3d729b6676033634a0d2afddd3bebba3381741f2137351b13e1093ecbf840bb2a02baf4836e1ee71239a15"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-linux-gtk-x86_64.tar.gz","size":"250 MB","file_id":"1524425","file_url":"https://api.eclipse.org/download/file/1524425","download_count":"2225","checksum":{"md5":"144db1455448d2977d4695ffbc0f63b6","sha1":"75a1cb2257f7955001af207ebe7bdc3640c14c62","sha512":"ce4ca5ac5bbb251f3b8878a73fe313d3a716933e1b625c20fafc3db8c40859d1dc842d2b841fe471400e9254f3ed86f6590b1b0b8b2081e7c6e01351b78625a8"}}},"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32-x86_64.zip","size":"252 MB","file_id":"1483658","file_url":"https://api.eclipse.org/download/file/1483658","download_count":"22153","checksum":{"md5":"c7f18c844094ee7cec10e1ab13ecccdc","sha1":"0708487ba047fcaa79928fe5f3ade8b74902d866","sha512":"c5e86f03e9f0497003ede16edc21721f8de9bd297bd3ec6ac8537a8f7415458bfd09fcf2175350b2797b9f84f6b9efcffbe94e999158d5f817261dfa4b383d00"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-committers-neon-R-win32.zip","size":"251 MB","file_id":"1524283","file_url":"https://api.eclipse.org/download/file/1524283","download_count":"12044","checksum":{"md5":"7f1a766177266b8d7427d9f2923fc992","sha1":"5a251350ffc8af51e77bd86472ae7a3c771b6b77","sha512":"69e99995c75ce9f5038fd6ab562e0b49628c058da7484cce9693ff0692a6d39676d40461de9540426d28e574a144704195d4e1923932501ee7e4b722fda6ccac"}}}}},"javascript-package":{"name":"Eclipse IDE for JavaScript and Web Developers","package_bugzilla_id":"javascript-package","download_count":"33070","website_url":"http://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr","incubating":false,"class":"","body":"The essential tools for any JavaScript developer, including JavaScript language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.\n","features":["org.eclipse.epp.package.javascript.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.egit","org.eclipse.egit.mylyn","org.eclipse.egit.gitflow.feature","org.eclipse.epp.package.common.feature","org.eclipse.equinox.p2.user.ui","org.eclipse.help","org.eclipse.mylyn_feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.mylyn.github.feature","org.eclipse.wst.web_ui.feature","org.eclipse.wst.xml_ui.feature","org.eclipse.wst.json_ui.feature","org.eclipse.wst.jsdt.feature","org.eclipse.wst.jsdt.chromium.debug.feature","org.eclipse.wst.server_ui.feature","org.eclipse.wst.server_adapters.feature","org.eclipse.thym.feature","org.eclipse.tm.terminal.feature","org.eclipse.rse"],"files":{"linux":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk-x86_64.tar.gz","size":"152 MB","file_id":"1524430","file_url":"https://api.eclipse.org/download/file/1524430","download_count":"3973","checksum":{"md5":"4afd4f0ecc5c783fdb9e8ba7aab85c48","sha1":"e001f590f479307bd0d8f2f561e17d8ba6af5dd7","sha512":"6cbddad97bb484f2af3559ee58bbb7c88f5c570697054ad0eb9b37dbf3e43fc1f879565e6c151c5b8c0ec5eac2fbb9e5fda49a56d8b47e0333295ec568fdccfa"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-linux-gtk.tar.gz","size":"152 MB","file_id":"1526084","file_url":"https://api.eclipse.org/download/file/1526084","download_count":"623","checksum":{"md5":"6318c5c7cec4b5dbd48f145b316f63b3","sha1":"a967a1e9677110c2bcecce456fa7314babd51f2a","sha512":"c30cdb5a710f7148c0fccea1dcfc2ae0e1292601542af497ac73cdd8b88ed95fd562b6c6f6d37322458efb30886e71b3c036b0d9e4ad26ecb2227d3199a749d5"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-macosx-cocoa-x86_64.tar.gz","size":"152 MB","file_id":"1524444","file_url":"https://api.eclipse.org/download/file/1524444","download_count":"2858","checksum":{"md5":"7c3b8ea6d0e31d1f93d51bc8f02f80e6","sha1":"bdc5ffff2f9822a7a86271c994cb96ef0f1e881d","sha512":"ae7f0980d23a9f80eb47dff60537a7966c04806bab79afaedd1278e63fe6c3842feb926650e8b4b164105b40d5ea800309b0bad4b4c221889f6b710bfecfc1e8"}}},"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32-x86_64.zip","size":"153 MB","file_id":"1524168","file_url":"https://api.eclipse.org/download/file/1524168","download_count":"19869","checksum":{"md5":"654618033d609f35afa68082c72c760a","sha1":"00cee84b68a10257ebecfaba7f0d2182af6b8b80","sha512":"668d89134ae0aeaca95d36fc79667084036d78e4bb9066d0b3b037d800e23d47365a1cce7b0e7dda26876ba1d3c78be25fb5f274f406d4db8bd01536c6802194"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-javascript-neon-R-win32.zip","size":"153 MB","file_id":"1524273","file_url":"https://api.eclipse.org/download/file/1524273","download_count":"5747","checksum":{"md5":"a73a626ca59bcb62fc4faac061ae1601","sha1":"2281f03db190f738593f584a88a22d713317742c","sha512":"d74796ff7cfdfa0902030afabb69e305d31ec0a862c31eac74d835a4101cbb3955cff27c6614990a8dcab24f2aa9f1a3b0fae1632e33e3b299df9c8c407685e7"}}}}},"dsl-package":{"name":"Eclipse IDE for Java and DSL Developers","package_bugzilla_id":"dsl-package","download_count":"13360","website_url":"http://www.eclipse.org/downloads/packages/eclipse-ide-java-and-dsl-developers/neonr","incubating":false,"class":"","body":"The essential tools for Java and DSL developers, including a Java &amp; Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.\n","features":["org.eclipse.epp.package.dsl.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.emf.ecore.xcore.sdk","org.eclipse.emf.mwe2.language.sdk","org.eclipse.emf.sdk","org.eclipse.xtext.sdk"],"files":{"linux":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk.tar.gz","size":"307 MB","file_id":"1528603","file_url":"https://api.eclipse.org/download/file/1528603","download_count":"293","checksum":{"md5":"97489bf2ca0016b712a990bb5df6aa04","sha1":"5a47d0d895f724c94ab71090600d598c944bd555","sha512":"bdfc97fa67d9a6660e249706f881df7005c8e76437a06f020bfda30f02ea3afb95799d054af27864985aaff33c6d91584bca0b22c01604a32dd328e3644fb449"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-linux-gtk-x86_64.tar.gz","size":"307 MB","file_id":"1524421","file_url":"https://api.eclipse.org/download/file/1524421","download_count":"861","checksum":{"md5":"87d481557c8fc460510f08950a93780c","sha1":"e32d39281766edfcc68dfca963345b220a9bfa0c","sha512":"26d38648495133bad5658888c792ac175219f32a3a84e69674d755d9a11fba8eb0a6711e9a017c69c10649c06c1bf5bf858bc7dc8f1d7bc49f816a7e964ba3bf"}}},"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32-x86_64.zip","size":"309 MB","file_id":"1524312","file_url":"https://api.eclipse.org/download/file/1524312","download_count":"7094","checksum":{"md5":"9851fa5fb1ed4f83d68f788a3cff467a","sha1":"7b63a368a118b7a108df419f919bf2d16c197737","sha512":"6f379f1fa7ae0b00fc93aa1c6f9a25bcf6a1885cb0f140dd7b32b3bfba1874b9bd7ca79f4f1a8ded6fde59e85528eec66e849ef6ab0565a0e39e6412de420ff9"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-win32.zip","size":"309 MB","file_id":"1524107","file_url":"https://api.eclipse.org/download/file/1524107","download_count":"4050","checksum":{"md5":"fd460f06359bd00337f5e6b1dfb1d7c5","sha1":"91f520d56b4246cc9bb4c2bb1a271ef976a1e641","sha512":"d661c3eecf26e2c128da4e8ed35859368a20a1adc2b39192c7fa5746773e29e58ecb7f70637a13812f6475d4dcf88c5e67032248645e437e12627996107d5969"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-dsl-neon-R-macosx-cocoa-x86_64.tar.gz","size":"307 MB","file_id":"1524541","file_url":"https://api.eclipse.org/download/file/1524541","download_count":"1062","checksum":{"md5":"d355b631a7d23b97024d622654aa2576","sha1":"2186f313c4009ced315c2e32e5631d6e80c4562d","sha512":"6a489dac8783304656121b6a3dbb2c23121a7d402d40dd2b61880a307fdc99fa31300e2da391eb3e8fd28e28c5944711d49e69c1dcf89ba2c6808fc60bd1f9b7"}}}}},"rcp-package":{"name":"Eclipse for RCP and RAP Developers","package_bugzilla_id":"rcp-package","download_count":"10905","website_url":"http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/neonr","incubating":false,"class":"","body":"A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.\n","features":["org.eclipse.epp.package.rcp.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.jdt","org.eclipse.pde","org.eclipse.platform.source","org.eclipse.rcp.source","org.eclipse.buildship","org.eclipse.e4.core.tools.feature","org.eclipse.egit","org.eclipse.egit.mylyn","org.eclipse.m2e.feature","org.eclipse.m2e.logback.feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn.gerrit.feature","org.eclipse.mylyn.git","org.eclipse.mylyn.hudson","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.java_feature","org.eclipse.mylyn.pde_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.rap.tools.feature","org.eclipse.recommenders.mylyn.rcp.feature","org.eclipse.recommenders.rcp.feature","org.eclipse.recommenders.snipmatch.rcp.feature","org.eclipse.swtbot.eclipse.g.ef","org.eclipse.swtbot.eclipse","org.eclipse.swtbot.ide","org.eclipse.wst.xml_ui.feature"],"files":{"windows":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32.zip","size":"253 MB","file_id":"1523705","file_url":"https://api.eclipse.org/download/file/1523705","download_count":"2120","checksum":{"md5":"978b29e839a523eca88945bfc61f897c","sha1":"26adc14d7d4bfca9748b23766f94c67347153a12","sha512":"a9ca07e4b77a90da45acd1653af36cec71a2c204c75beacc4aabf1a59f2b3a7addbe9b0c2983c5fb86ff2789842929169d9e0b4ef83ed56d9eb18bd4feb8e576"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-win32-x86_64.zip","size":"253 MB","file_id":"1519683","file_url":"https://api.eclipse.org/download/file/1519683","download_count":"6011","checksum":{"md5":"86794395a9ac3b3a83f6b6a2c732f160","sha1":"bc5428102a9b320b1c7e677ff40495895fbf8123","sha512":"01f39831d674d4aecc95bd1337e9c5df23af81dfd6d5e2ba1fb092d3713a7412a158c6cb1b84c1473987d75dca8e4c555843657a86b829842631f460e3c2810c"}}},"linux":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk.tar.gz","size":"252 MB","file_id":"1523571","file_url":"https://api.eclipse.org/download/file/1523571","download_count":"267","checksum":{"md5":"e1ee3ff6db3dc23393ab4a9aeaf7203c","sha1":"fb4e2722d7a9d7c1eeaa7cab05ad8831cfe99b92","sha512":"f40183f9d038c89f9e825afb1080d7d7aa4f24c06a16d48904f4367bc3c39b204e886ae87a23af6afe4b60dfe17ce1be7ee91a156b28a82bd5c8bd5189e9e0e7"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-linux-gtk-x86_64.tar.gz","size":"252 MB","file_id":"1524363","file_url":"https://api.eclipse.org/download/file/1524363","download_count":"1599","checksum":{"md5":"d71a7f69610cd72255f92c7c1b470d5f","sha1":"16513e7e93b88d3342000853886e0aca8ecd2480","sha512":"4c3719abf3fca7c9d247b1fe0ad601ceedf4d23e16d824a6720ec82567096393277694216e3bfeaa0263add1e1540b978b988c79564851b88594e7ec9b30b2fc"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-rcp-neon-R-macosx-cocoa-x86_64.tar.gz","size":"252 MB","file_id":"1519969","file_url":"https://api.eclipse.org/download/file/1519969","download_count":"908","checksum":{"md5":"27c3a4310762f0c45c1977be52bc1f53","sha1":"66d8264700222cd986baa178e5e80da170f39667","sha512":"1b7b079c8303824aff3c70aba31af89707275a7214ed865157b665339f87fc89007488513e8600e41964144c4093088c9f29cabae010dba10a97ee4dd4bf2934"}}}}},"modeling-package":{"name":"Eclipse Modeling Tools","package_bugzilla_id":"modeling-package","download_count":"9634","website_url":"http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neonr","incubating":false,"class":"","body":"The Modeling package provides tools and runtimes for building model-based applications.\n        You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications.\n        In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.\n","features":["org.eclipse.epp.package.modeling.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.amalgam.discovery","org.eclipse.e4.core.tools.feature","org.eclipse.egit","org.eclipse.emf.cdo.epp","org.eclipse.emf.compare.ide.ui.source","org.eclipse.emf.compare.source","org.eclipse.emf.compare.diagram.sirius.source","org.eclipse.emf.compare.egit","org.eclipse.emf.ecoretools.explorer.contextual","org.eclipse.emf.ecoretools.design","org.eclipse.emf.ecp.sdk.feature","org.eclipse.emf.parsley.sdk","org.eclipse.emf.parsley.sdk.source","org.eclipse.emf.emfstore.sdk.feature","org.eclipse.emf.query.sdk","org.eclipse.emf.sdk","org.eclipse.emf.transaction.sdk","org.eclipse.emf.validation.sdk","org.eclipse.g.ef.sdk","org.eclipse.g.mf.runtime.sdk","org.eclipse.jdt","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.java_feature","org.eclipse.mylyn.pde_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.ocl.all.sdk","org.eclipse.pde","org.eclipse.sdk","org.eclipse.uml2.sdk","org.eclipse.xsd.sdk"],"files":{"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-macosx-cocoa-x86_64.tar.gz","size":"388 MB","file_id":"1524553","file_url":"https://api.eclipse.org/download/file/1524553","download_count":"899","checksum":{"md5":"4b3b8ba5ad522b9e8dcad4b9cf69949f","sha1":"33e13262fbe4552d2027115ed0e5a4d4c46819e2","sha512":"10e5acd6b3a297ba84a801cfc05c9cd115954c3415370bf6079a793ced2768a941d01d7c99f89a834e45067c57e954a1d2b1b039a8cdece1fe4392de48c65e99"}}},"linux":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk-x86_64.tar.gz","size":"387 MB","file_id":"1524217","file_url":"https://api.eclipse.org/download/file/1524217","download_count":"1403","checksum":{"md5":"e4826f1f634b067d53c14b9502821f28","sha1":"61dd3e2fc413bf10479b7cea3e08d55c962fc165","sha512":"5708db7218f981722a1958f321da5a91dbc584f8daaac76c45e18963b92353afa065240f6caa191e5f8b82e50eb008e7244169b59c1fd36d04c8e29ef9442f8d"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-linux-gtk.tar.gz","size":"387 MB","file_id":"1530449","file_url":"https://api.eclipse.org/download/file/1530449","download_count":"233","checksum":{"md5":"0348089c9a6d92e4b9b75bc3dae32e0a","sha1":"e79f77d984d0d6598900075d7774db5f0cdad185","sha512":"7079bdf357fa15b868d40b2388cddddb1f6343e96befba2c845e5e815ed6bbff1359f7a7120c7b461ffb5873ac3ef9a209cd12c10f83b502aaa908199fc249c7"}}},"windows":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32.zip","size":"390 MB","file_id":"1524403","file_url":"https://api.eclipse.org/download/file/1524403","download_count":"1663","checksum":{"md5":"60a201bc9182870ccb8505c5c771443c","sha1":"61546cab7db9d5791e51a08c11b1a62d52f61ce3","sha512":"00112adf0bef8186c38eb7564176ee55ca76420b3a23d6087c6d64600bc798d9346e51f4aee1935324339a0c0b42ada91d4491f0176e01f1564094976544e483"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-modeling-neon-R-win32-x86_64.zip","size":"390 MB","file_id":"1524141","file_url":"https://api.eclipse.org/download/file/1524141","download_count":"5436","checksum":{"md5":"040110e2046793c0ad6a9c465509bfbc","sha1":"79bb3a6f0b09712b6a6e277df58449f9ef05213d","sha512":"eee044dade2d2ae4eb24f8a4638fd664610d843c0160d6de33a1911049e536c3bc543961764392dbe9d8410436f38b95d056f7ea0089179bca49e2fafc081f90"}}}}},"parallel-package":{"name":"Eclipse for Parallel Application Developers","package_bugzilla_id":"parallel-package","download_count":"7059","website_url":"http://www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/neonr","incubating":false,"class":"","body":"Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.\n","features":["org.eclipse.epp.package.parallel.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.cdt","org.eclipse.cdt.autotools","org.eclipse.cdt.bupc","org.eclipse.cdt.core.parser.upc.feature","org.eclipse.cdt.debug.ui.memory","org.eclipse.cdt.mylyn","org.eclipse.cdt.platform","org.eclipse.cdt.xlc.feature","org.eclipse.egit","org.eclipse.jgit","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.team_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.ptp","org.eclipse.ptp.debug.sdm","org.eclipse.ptp.fortran","org.eclipse.ptp.pldt.upc","org.eclipse.ptp.rdt.sync","org.eclipse.ptp.remote.terminal","org.eclipse.ptp.rm.jaxb.contrib","org.eclipse.remote","org.eclipse.remote.console","org.eclipse.wst.xml_ui.feature"],"files":{"windows":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32-x86_64.zip","size":"225 MB","file_id":"1524380","file_url":"https://api.eclipse.org/download/file/1524380","download_count":"2994","checksum":{"md5":"ed4e418b792d412447786da704d6037f","sha1":"7f1342f2bb173ad4a1ff8f032cebfd57d2ee3dc1","sha512":"2a800f15205edfc93cc916ffe06c4f3d9be864dbcb67956f6ee9236a23b1c273bd670b9b6bd60d90341f97fbd43d434ba0aed6c493f632ab50fe80515949d307"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-win32.zip","size":"225 MB","file_id":"1524375","file_url":"https://api.eclipse.org/download/file/1524375","download_count":"953","checksum":{"md5":"49d440af4bba71b40369c5a21e9157ad","sha1":"5d257cf53bf08620e417f1aa9bbf8b349495731d","sha512":"ac9dcebbaa56667331c2de8f54276b8cf228fa8100a9be3ff3b0eb801269e8a5c964813ac4d37da94f7c0034eecf4d4fd664f2fee7c8053e6c6f2fe365469fad"}}},"linux":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk.tar.gz","size":"229 MB","file_id":"1528619","file_url":"https://api.eclipse.org/download/file/1528619","download_count":"262","checksum":{"md5":"92789ca7c502a44d7083ac53d516ca42","sha1":"0105dc21c713f0da5a27ba00b6f61297c2d6ca1b","sha512":"3907e2e3ff6d5a9a9b5782f0ba78dae71d52c26480840ac9dcf908b0df37f4f57b0f3b5686e158d98c436149eee92ef24c19767506476184559f863511d17366"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-linux-gtk-x86_64.tar.gz","size":"229 MB","file_id":"1524962","file_url":"https://api.eclipse.org/download/file/1524962","download_count":"2137","checksum":{"md5":"5f3fe4e9471b8f40cea43fc14bf3d031","sha1":"dc8b57e5c68b40974b3a799456a1b48b6f686159","sha512":"9281103b111ee75fa98a10295df3902f13cba74c3f90ac3e920d23d2b4199d476c59ff20422c63abc47a5e34d507621c30a8d6b65822d9edb744445a52f36ac3"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-parallel-neon-R-macosx-cocoa-x86_64.tar.gz","size":"224 MB","file_id":"1524330","file_url":"https://api.eclipse.org/download/file/1524330","download_count":"713","checksum":{"md5":"d7f655fe0ee24f2b9a283b7fef9416e2","sha1":"9e1bf08e7fc13db2b8177b3468fd517420a67662","sha512":"4c374af83e114b016e276e024ba68b8603d04822380b91ceb243bf5133fdf3906d0971281964df379a7ecd9dac34ce4ad09d4f78d1f12cc8de07f0c248e5a637"}}}}},"testing-package":{"name":"Eclipse for Testers","package_bugzilla_id":"testing-package","download_count":"3951","website_url":"http://www.eclipse.org/downloads/packages/eclipse-testers/neonr","incubating":false,"class":"","body":"This package contains Eclipse features that support the software development quality assurance process, such as Jubula and Mylyn.\n","features":["org.eclipse.epp.package.testing.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.jubula.feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.wikitext_feature"],"files":{"windows":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32.zip","size":"132 MB","file_id":"1525317","file_url":"https://api.eclipse.org/download/file/1525317","download_count":"1050","checksum":{"md5":"d08a25f562da12044cba3ab50723b310","sha1":"18b07e90ea7ad5fe281f4c38e63d6b3b7a5a3875","sha512":"585bfb8b9eeb91ec439b526ade8eca24a4b8bd11c2de41dd0447367b19676e27a07028262da615d99beaefb60dc65bfc06473fcba33454c7f9fd6144ee9057db"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-win32-x86_64.zip","size":"132 MB","file_id":"1524949","file_url":"https://api.eclipse.org/download/file/1524949","download_count":"2043","checksum":{"md5":"ee953f7c4ac4255e0e7e3ab4f846daa8","sha1":"4d651173785697bd0b3606c8296f6d26476c61f8","sha512":"33b404efb90abff8da162d9117972f81e92fdf2c6917bf5950e4bf6c1b859b7d6048862a1bb3218eba40ed5e9e8b34c971557d04a8b38dc474fe0652a32806f1"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-macosx-cocoa-x86_64.tar.gz","size":"130 MB","file_id":"1526033","file_url":"https://api.eclipse.org/download/file/1526033","download_count":"287","checksum":{"md5":"d9e63fcf36650cf8a5117671babc41f1","sha1":"e3f998aa897cf6a799652beff664a8934d763e27","sha512":"140ef2d1ca61bb523f8627d4951e97daedf7e4831c36d7050fb2a9e5f2ad2bf5e8914379b93aca03d7a1b6e83f32b07d4dde84c950a79f2529ed5dc4d70012fc"}}},"linux":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk-x86_64.tar.gz","size":"130 MB","file_id":"1525360","file_url":"https://api.eclipse.org/download/file/1525360","download_count":"370","checksum":{"md5":"de987358dab2d4499f8dbe7631d18532","sha1":"b0d02d8b4cbbaa2c7f0e2e400de7296808762d12","sha512":"50537983a29770687e151a54c94f0eb82fe995eac3fcd51411cb229290a982a8b35c5ca3c05919ce07a21f6e492fb8ebd84a80c5b72694bf7a50ed030265acd4"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-testing-neon-R-linux-gtk.tar.gz","size":"130 MB","file_id":"1534796","file_url":"https://api.eclipse.org/download/file/1534796","download_count":"201","checksum":{"md5":"7773c6c6af53c78e0c3a0cc2545dec4f","sha1":"77ee38775eb201290e03e1f72143e8b873854df8","sha512":"b7bfd708c4122e74402af36e0adb879e74afa15c67e7c36dbcbf732c330d89f3d6070ef7a1ff72f878ce2e263868c7d9bc787bff45f1c25908ab94d9d925f0c2"}}}}},"scout-package":{"name":"Eclipse for Scout Developers","package_bugzilla_id":"scout-package","download_count":"3007","website_url":"http://www.eclipse.org/downloads/packages/eclipse-scout-developers/neonr","incubating":false,"class":"","body":"Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.\n","features":["org.eclipse.epp.package.scout.feature","org.eclipse.epp.package.common.feature","org.eclipse.platform","org.eclipse.egit","org.eclipse.egit.mylyn","org.eclipse.help.source","org.eclipse.jdt","org.eclipse.jdt.source","org.eclipse.jgit","org.eclipse.jst.web_ui.feature","org.eclipse.m2e.feature","org.eclipse.mylyn.bugzilla_feature","org.eclipse.mylyn.context_feature","org.eclipse.mylyn_feature","org.eclipse.mylyn.git","org.eclipse.mylyn.ide_feature","org.eclipse.mylyn.java_feature","org.eclipse.mylyn.wikitext_feature","org.eclipse.scout.sdk-feature","org.eclipse.wst.xml_ui.feature"],"files":{"linux":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk-x86_64.tar.gz","size":"211 MB","file_id":"1525520","file_url":"https://api.eclipse.org/download/file/1525520","download_count":"308","checksum":{"md5":"687758e2df35957dc70905ba6c230d7a","sha1":"41c38e90b504e280f91cf4e2dd0dd003a4943d5a","sha512":"1c3603d096db5a718424216a9792dae854d706db733422f870202edb38ff2e7de7175711d9ba0098060355fbc04583f7fefab09941fa30e4adac16151f95a058"}},"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-linux-gtk.tar.gz","size":"211 MB","file_id":"1530456","file_url":"https://api.eclipse.org/download/file/1530456","download_count":"143","checksum":{"md5":"48fd3a247aef4793455d4ef495ceea78","sha1":"f78cea27ed257db42af404f120bc4f384ffd7c24","sha512":"423ef85db94e2d3dd3d752cf96dddb13e50b682f7fbe03bff2bc6a20d19e41b1bb25e601b7f02d9e481c1a423e8f453bc5111d7b83a069f6b5d33774afc85a52"}}},"mac":{"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-macosx-cocoa-x86_64.tar.gz","size":"211 MB","file_id":"1528331","file_url":"https://api.eclipse.org/download/file/1528331","download_count":"182","checksum":{"md5":"6c7a56a49df80b29f38b432daae8fe7f","sha1":"a7630525d7152d6bb692e4b90a84eab92e897c65","sha512":"e2c7e7a75ba5e0866e20172b0d690318f0936423d131fabfc4d8353749c909aa10f4395b62a725a5d9c2219dab80acac9735aaea6dfaf417b23e49a29bbc395a"}}},"windows":{"32":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32.zip","size":"212 MB","file_id":"1528609","file_url":"https://api.eclipse.org/download/file/1528609","download_count":"784","checksum":{"md5":"3008b857bcf4950e90d90b0ff20fac70","sha1":"fd08490f78416d992d1c37cc86e541409d240f6c","sha512":"8e2a7f254487cf4e07cc20cd042790585335dbdeb4adca8d790e3b85aa2e27b97a6682295a33f0a0540d85ae550fb6126d735bbc1581e2326022b40332de9c1d"}},"64":{"url":"http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/R/eclipse-scout-neon-R-win32-x86_64.zip","size":"212 MB","file_id":"1524362","file_url":"https://api.eclipse.org/download/file/1524362","download_count":"1590","checksum":{"md5":"177d9f3ac1fb88af3625b7254142f4dd","sha1":"2243644bf4fa903b3dd056c3a5b331b5bf11409a","sha512":"26b2f9e15533c449041e143f68123c4b64e92a37a0a2762589a9cd6fe25cd2467a7a5dd903b14ce2e1bacdf50678f930af629b6f78e4326cce9e1679e7d5e794"}}}}}}}       
\ No newline at end of file
diff --git a/src/modules/forums.apib b/src/modules/forums.apib
deleted file mode 100644
index 01ea0c384e0053b578ca7f1ba98753726596b015..0000000000000000000000000000000000000000
--- a/src/modules/forums.apib
+++ /dev/null
@@ -1,381 +0,0 @@
-# Group Forums
-
-Eclipse Forums are available through this resource.
-
-
-## Fetch Categories [GET /forums/category{?page,pagesize,order_by}]
-
-### Overview
-
-Retrieve information for **all the categories** from the Eclipse Forums website.
-
-### What is a category?
-
-A category is a group of forums.
-
-Forums are associated to a category by category id.
-
-### Result definition
-
-+ **id:** id of the category
-+ **name:** name of the category
-+ **description:** description of the category
-+ **url:** url that will return information of a specific category on the Eclipse Forums website *(Note: the trailing slash is important)*
-+ **forum_url:** url that will return information for all the forums associated with a specific category id
-
-+ Parameters
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-    + order_by (string, optional) - The order by ID in which the results will be returned. DESC by default
-
-+ Response 200 (application/json)
-    + Headers
-        Link:<https://api.eclipse.org/forums/category?page=1&amp;pagesize=20>; rel="next", <https://api.eclipse.org/forums/category?page=99&amp;pagesize=5>; rel="last", <https://api.eclipse.org/forums/category?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/forums/category?page=1&amp;pagesize=5>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"pagination":{"page":1,"pagesize":2,"result_start":1,"result_end":2,"result_size":2,"total_result_size":9},"result":[{"id": "1","name": "Eclipse Projects","description": " - Eclipse Project Forums - click +/- to expand/collapse","html_url": "https://www.eclipse.org/forums/index.php/i/1/","forums_url": "https://api.eclipse.org/forums/forum?category_id=1"},{"id": "2","name": "Newcomers","description": " - General Newcomer discussions","html_url": "https://www.eclipse.org/forums/index.php/i/2/","forums_url": "https://api.eclipse.org/forums/forum?category_id=2"}]}
-
-
-
-## Retrieve Category [GET /forums/category/{category_id}]
-
-### Overview
-
-Retrieve information for **a specific category** from the Eclipse Forums website.
-
-### What is a category?
-
-A category is a group of forums.
-
-Forums are associated to a category by category id.
-
-### Result definition
-
-+ **id:** id of the category
-+ **name:** name of the category
-+ **description:** description of the category
-+ **url:** url that will return information of a specific category on the Eclipse Forums website *(Note: the trailing slash is important)*
-+ **forum_url:** url that will return information for all the forums associated with a specific category id
-
-+ Parameters
-    + category_id (integer) - Unique identifier for category
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"id": "1","name": "Eclipse Projects","description": " - Eclipse Project Forums - click +/- to expand/collapse","html_url": "https://www.eclipse.org/forums/index.php/i/1/","forums_url": "https://api.eclipse.org/forums/forum?category_id=1"}
-
-
-
-## Fetch Forums [GET /forums/forum{?category_id,page,pagesize,order_by,since,until}]
-
-### Overview
-
-Retrieve information for **all the forums** from the Eclipse Forums website.
-
-Optionally, you can retrieve information for all the forums associated to a specific category by using the category_id parameter. 
-You can also retrieve forums that have been created between dates using the since and until parameters.
-
-### What is a forum?
-
-A forum is a group of topics.
-
-Topics are associated to a forum by forum id.
-
-### Result definition
-
-+ **id:** id of the forum
-+ **name:** name of the forum
-+ **category_id:** id of the category associated to this forum
-+ **url:** url of a specific forum on the Eclipse Forums website *(Note: the trailing slash is important)*
-+ **description:** description of the forum
-+ **created_date:** date when the forum has been created (timestamp)
-+ **topic_count:** number of topics in this forum
-+ **post_count:** number of posts in this forum
-+ **last_post_id:** id of the last post in this forum
-+ **category_url:** url that will return information about a category
-+ **topics_url:** url that will return all the topics associated with a specific forum id
-
-+ Parameters
-    + category_id (integer, optional) - Unique identifier for a category
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-    + order_by (string, optional) - The order created date in which the results will be returned. DESC by default
-    + since (integer, optional) - The results since a timestamp onward
-    + until (integer, optional) - The results until a timestamp
-
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/forums/forum?category_id=1&amp;page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/forums/forum?category_id=1&amp;page=99&amp;pagesize=20>; rel="first", <https://api.eclipse.org/forums/forum?category_id=1&amp;page=1&amp;pagesize=20>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"pagination":{"page":1,"pagesize":1,"result_start":1,"result_end":1,"result_size":1,"total_result_size":391},"result":[{"id": "89","category_id": "2","description": "Eclipse forum for newcomers","name": "Newcomers","created_date": "1248707078","topic_count": "22344","post_count": "62843","last_post_id": "1780973","html_url": "https://www.eclipse.org/forums/index.php/f/89/","topics_url": "https://api.eclipse.org/forums/topic?forum_id=89","category_url": "https://api.eclipse.org/forums/category/2"}]}
-
-
-
-## Retrieve Forum [GET /forums/forum/{forum_id}]
-
-### Overview
-
-Retrieve information for **a specific forum** from the Eclipse Forums website.
-
-### What is a forum?
-
-A forum is a group of topics.
-
-Topics are associated to a forum by forum id.
-
-### Result definition
-
-+ **id:** id of the forum
-+ **name:** name of the forum
-+ **category_id:** id of the category associated to this forum
-+ **url:** url of a specific forum on the Eclipse Forums website *(Note: the trailing slash is important)*
-+ **description:** description of the forum
-+ **created_date:** date when the forum has been created (timestamp)
-+ **topic_count:** number of topics in this forum
-+ **post_count:** number of posts in this forum
-+ **last_post_id:** id of the last post in this forum
-+ **category_url:** url that will return information about a category
-+ **topics_url:** url that will return all the topics associated with a specific forum id
-
-+ Parameters
-    + forum_id (integer) - Unique identifier for a forum
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"id": "89","category_id": "2","description": "Eclipse forum for newcomers","name": "Newcomers","created_date": "1248707078","topic_count": "22344","post_count": "62843","last_post_id": "1780973","html_url": "https://www.eclipse.org/forums/index.php/f/89/","topics_url": "https://api.eclipse.org/forums/topic?forum_id=89","category_url": "https://api.eclipse.org/forums/category/2"}
-
-
-
-## Fetch Topics [GET /forums/topic{?forum_id,page,pagesize,order_by,since,until}]
-
-### Overview
-
-Retrieve information for **all the topics** from the Eclipse Forums website.
-
-Optionally, you can retrieve information for all the topics associated to a specific forum by using the forum_id parameter. 
-You can also retrieve topics that have been created between dates using the since and until parameters.
-
-### What is a topic?
-
-A topic is a group of posts.
-
-Posts are associated to a topic by topic id.
-
-### Result definition
-
-+ **id:** id of the topic
-+ **forum_id:** id of the forum associated to this topic
-+ **last_post_id:** id of the last post in this forum
-+ **last_post_date:** date of the last post in this topic (timestamp)
-+ **root_post_id:** id of the root post of this topic
-+ **replies:** number of replies for this topic
-+ **views:** number of views for this topic
-+ **url:** url of a specific topic on the Eclipse Forums website *(Note: the trailing slash is important)*
-+ **forum_url:** url that will return information about the forum associated to this topic
-+ **posts_url:** url that will return information about for all the posts associated with a specific topic id
-
-+ Parameters
-    + forum_id (integer, optional) - Unique identifier for a forum
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-    + order_by (string, optional) - The order created date in which the results will be returned. DESC by default
-    + since (integer, optional) - The results since a timestamp onward
-    + until (integer, optional) - The results until a timestamp
-
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/forums/topic?forum_id=1&amp;page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/forums/topic?forum_id=1&amp;page=99&amp;pagesize=20>; rel="first", <https://api.eclipse.org/forums/topic?forum_id=1&amp;page=1&amp;pagesize=20>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"pagination":{"page":1,"pagesize":1,"result_start":1,"result_end":1,"result_size":1,"total_result_size":892958},"result":[{"id": "1091418","forum_id": "89","last_post_id": "1780973","last_post_date": "1517333817","root_post_id": "1780971","replies": "2","views": "52","subject": "keep the parameter  value selected","html_url": "https://www.eclipse.org/forums/index.php/t/1091418/","posts_url": "https://api.eclipse.org/forums/post?topic_id=1091418","forum_url": "https://api.eclipse.org/forums/forum/89"}]}
-
-
-
-## Retrieve Topic [GET /forums/topic/{topic_id}]
-
-### Overview
-
-Retrieve information for **a specific topic** from the Eclipse Forums website.
-
-### What is a topic?
-
-A topic is a group of posts.
-
-Posts are associated to a topic by topic id.
-
-### Result definition
-
-+ **id:** id of the topic
-+ **forum_id:** id of the forum associated to this topic
-+ **last_post_id:** id of the last post in this forum
-+ **last_post_date:** date of the last post in this topic (timestamp)
-+ **root_post_id:** id of the root post of this topic
-+ **replies:** number of replies for this topic
-+ **views:** number of views for this topic
-+ **url:** url of a specific topic on the Eclipse Forums website *(Note: the trailing slash is important)*
-+ **forum_url:** url that will return information about the forum associated to this topic
-+ **posts_url:** url that will return information about all the posts associated with a specific topic id
-
-+ Parameters
-    + topic_id (integer) - Unique identifier for a topic
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"id": "1091418","forum_id": "89","last_post_id": "1780973","last_post_date": "1517333817","root_post_id": "1780971","replies": "2","views": "52","subject": "keep the parameter  value selected","html_url": "https://www.eclipse.org/forums/index.php/t/1091418/","posts_url": "https://api.eclipse.org/forums/post?topic_id=1091418","forum_url": "https://api.eclipse.org/forums/forum/89"}
-
-
-
-## Fetch Posts [GET /forums/post{?topic_id,page,pagesize,order_by,since,until}]
-
-### Overview
-
-Retrieve information for **all the posts** from the Eclipse Forums website.
-
-Optionally, you can retrieve information for all the posts associated to a specific topic by using the topic_id parameter. 
-You can also retrieve posts that have been created between dates using the since and until parameters.
-
-### What is a post?
-
-A post is a message attached to a specific topic
-
-Posts are associated to a topic by topic id.
-
-### Result definition
-
-+ **id:** id of the post
-+ **subject:** subject of the post
-+ **forum_id:** id of the forum associated to this post
-+ **topic_id:** id of the topic associated to this post
-+ **poster_id:** id of the user that submitted this post
-+ **created_date:** date that this post has been created (timestamp)
-+ **url:** url of a specific post on the Eclipse Forums website
-+ **body:** body content of this post
-+ **topic_url:** url that will return information about the topic associated to this post
-+ **topic_posts_url:** url that will return all the posts from the topic associated to this post
-
-+ Parameters
-    + topic_id (integer, optional) - Unique identifier for a topic
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-    + order_by (string, optional) - The order created date in which the results will be returned. DESC by default
-    + since (integer, optional) - The results since a timestamp onward
-    + until (integer, optional) - The results until a timestamp
-
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/forums/post?topic_id=1&amp;page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/forums/post?topic_id=1&amp;page=99&amp;pagesize=20>; rel="first", <https://api.eclipse.org/forums/post?topic_id=1&amp;page=1&amp;pagesize=20>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"pagination":{"page":1,"pagesize":1,"result_start":1,"result_end":1,"result_size":1,"total_result_size":1645105},"result":[{"id": "1780973","subject": "Re: keep the parameter  value selected","topic_id": "1091418","poster_id": "219149","created_date": "1517333817","forum_id": "89","body": "This is the body","html_url": "https://www.eclipse.org/forums/index.php?t=msg&th=1091418&goto=1780973&#msg_1780973","topic_url": "https://api.eclipse.org/forums/topic/1091418","forum_url": "https://api.eclipse.org/forums/forum/89","user_url": "https://api.eclipse.org/forums/user/219149"}]}
-
-
-
-## Retrieve Post [GET /forums/post/{post_id}]
-
-### Overview
-
-Retrieve information for **a specific post** from the Eclipse Forums website.
-
-### What is a post?
-
-A post is a message attached to a specific topic
-
-Posts are associated to a topic by topic id.
-
-### Result definition
-
-+ **id:** id of the post
-+ **subject:** subject of the post
-+ **forum_id:** id of the forum associated to this post
-+ **topic_id:** id of the topic associated to this post
-+ **poster_id:** id of the user that submitted this post
-+ **created_date:** date that this post has been created (timestamp)
-+ **url:** url of a specific post on the Eclipse Forums website
-+ **body:** body content of this post
-+ **topic_url:** url that will return information about the topic associated to this post
-+ **topic_posts_url:** url that will return all the posts from the topic associated to this post
-
-+ Parameters
-    + post_id (integer, optional) - Unique identifier for a post
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"id": "1780973","subject": "Re: keep the parameter  value selected","topic_id": "1091418","poster_id": "219149","created_date": "1517333817","forum_id": "89","body": "This is the body","html_url": "https://www.eclipse.org/forums/index.php?t=msg&th=1091418&goto=1780973&#msg_1780973","topic_url": "https://api.eclipse.org/forums/topic/1091418","forum_url": "https://api.eclipse.org/forums/forum/89","user_url": "https://api.eclipse.org/forums/user/219149"}
-
-
-
-## Retrieve User [GET /forums/user/{user_id}]
-
-### Overview
-
-Retrieve information for **a specific user** from the Eclipse Forums website.
-
-### What is a user?
-
-A user is the author of a post
-
-### Result definition
-
-+ **id:** id of the user
-+ **alias:** alias of the user
-+ **email:** email of the user
-+ **posted_msg_count:** number of posts the user created
-+ **join_date:** timestamp of the date the user joined the Eclipse Forums
-+ **last_visit:** timestamp of the date the user last visited the Eclipse Forums website
-+ **level_name:** level of the user
-+ **url:** url of the user on the Eclipse Forums website
-+ **account_url:** url of the user's account on accounts.eclipse.org
-
-+ Parameters
-    + user_id (integer, optional) - Unique identifier for a user
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        {"id": "1","alias": "Test user","email": "test@user.org","post_count": "4","join_date": "1510351551","last_visit": "1517333991","level_name": "Junior Member","html_url": "https://www.eclipse.org/forums/index.php?t=usrinfo&id=1","account_url": "https://api.eclipse.org/account/profile?mail=test@user.org","posts_url": "https://api.eclipse.org/forums/post?user_id=1"}
diff --git a/src/modules/mailing_lists.apib b/src/modules/mailing_lists.apib
deleted file mode 100644
index 73d390d6196fcee665e781fc78d7bc011be13ea0..0000000000000000000000000000000000000000
--- a/src/modules/mailing_lists.apib
+++ /dev/null
@@ -1,74 +0,0 @@
-# Group Mailing Lists
-
-Eclipse Mailing Lists are available through this resource.
-
-## Fetch Mailing lists [GET /foundation/mailing-list{?search,page,pagesize,order_by}]
-
-### Overview
-
-Retrieve metadata for all the mailing lists.
-
-### Result definition
-
-+ **list_name:** name of the mailing list
-+ **list_description:** description of the mailing list
-+ **project_id:** Id of the project related to the mailing list
-+ **list_short_description:** short description of the mailing list
-+ **is_disabled:** if the mailing list is disabled
-+ **is_deleted:** if the mailing list is deleted
-+ **is_subscribable:** if the mailing list is subscribable
-+ **create_date:** the date the mailing list was created
-+ **url:** url of the mailing list
-+ **email:** email of the mailing list
-
-+ Parameters
-    + search (string, optional) - A keyword to search for in a mailing list name
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-    + order_by (string, optional) - The order by name in which the results will be returned. ASC by default
-
-+ Response 200 (application/json)
-    + Headers
-        Link:<https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=20>; rel="next", <https://api.eclipse.org/foundation/mailing-list?page=99&amp;pagesize=5>; rel="last", <https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/foundation/mailing-list?page=1&amp;pagesize=5>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        [{"list_name":"dash-dev","list_description":"Tools for Committer Community","project_id":"","list_short_description":null,"is_disabled":"0","is_deleted":"0","is_subscribable":"1","create_date":null,"url":"https://accounts.eclipse.org/mailing-list/dash-dev","email":"dash-dev@eclipse.org"}]
-
-
-
-
-## Retrieve Mailing List [GET /foundation/mailing-list/{mailing_list_id}]
-
-### Overview
-
-Retrieve information for a specific mailing list
-
-### Result definition
-
-+ **list_name:** name of the mailing list
-+ **list_description:** description of the mailing list
-+ **project_id:** Id of the project related to the mailing list
-+ **list_short_description:** short description of the mailing list
-+ **is_disabled:** if the mailing list is disabled
-+ **is_deleted:** if the mailing list is deleted
-+ **is_subscribable:** if the mailing list is subscribable
-+ **create_date:** the date the mailing list was created
-+ **url:** url of the mailing list
-+ **email:** email of the mailing list
-
-+ Parameters
-    + name (integer) - Name of the mailing list
-
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        [{"list_name":"dash-dev","list_description":"Tools for Committer Community","project_id":"","list_short_description":null,"is_disabled":"0","is_deleted":"0","is_subscribable":"1","create_date":null,"url":"https://accounts.eclipse.org/mailing-list/dash-dev","email":"dash-dev@eclipse.org"}]
diff --git a/src/modules/marketplace_favorites.apib b/src/modules/marketplace_favorites.apib
deleted file mode 100644
index 0fc106c6d2ba4d4e1177804063f8caf117e22c61..0000000000000000000000000000000000000000
--- a/src/modules/marketplace_favorites.apib
+++ /dev/null
@@ -1,111 +0,0 @@
-# Group Marketplace Favorites
-The Eclipse MarketPlace is a place to discover, share, and install relevant Eclipse plugins and solutions. 
-Think of it like an app store for Eclipse solutions.
-
-## Search Favorites [GET /marketplace/favorites{?name,page,pagesize}]
-Retrieve all favorites or retrieve favorites for a specific user.
-
-+ Parameters
-    + name (string, optional) - A valid Eclipse username.
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-
-+ Response 200 (application/json)
-    + Headers
-        Link:<https://api.eclipse.org/marketplace/favorites?page=2&amp;pagesize=5>; rel="next", <https://api.eclipse.org/marketplace/favorites?page=294&amp;pagesize=5>; rel="last", <https://api.eclipse.org/marketplace/favorites?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/marketplace/favorites?page=1&amp;pagesize=5>; rel="self"
-        X-Rate-Limit-Limit:1000
-        X-Rate-Limit-Remaining:964
-        X-Rate-Limit-Reset:3553
-
-    + Body
-        {"mpc_favorites":[{"content_id":"27025","count":"677","timestamp":"1496973302"},{"content_id":"979","count":"675","timestamp":"1496687525"},{"content_id":"1099","count":"630","timestamp":"1496955226"},{"content_id":"171","count":"572","timestamp":"1496728909"},{"content_id":"1336","count":"555","timestamp":"1496679696"}],"result":{"count":1466,"range":{"since":0,"until":1497023920}}}
-
-## Retrieve Favorites [GET /marketplace/favorites/{content_id}{?name,page,pagesize}]
-Fetch favorites for a specific listing on Eclipse MarketPlace.
-
-+ Parameters
-    + content_id (string, required) - Unique identifier of the listing, e.g., 123, 134.
-    + name (string, optional) - A valid Eclipse username.
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-
-+ Response 200 (application/json)
-    + Headers
-       Link:<https://api.eclipse.org/marketplace/favorites/114?page=2&amp;pagesize=5>; rel="next", <https://api.eclipse.org/marketplace/favorites/114?page=99&amp;pagesize=5>; rel="last", <https://api.eclipse.org/marketplace/favorites/114?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/marketplace/favorites/114?page=1&amp;pagesize=5>; rel="self"
-       X-Rate-Limit-Limit:1000
-       X-Rate-Limit-Remaining:961
-       X-Rate-Limit-Reset:3463
-    
-    + Body
-       {"users":[{"uid":"1","name":"webdev","full_name":"Christopher Guindon","picture":"https://api.eclipse.org/sites/default/files/styles/site_login_profile_thumbnail/public/profile_pictures/picture-1-1490713016.png?itok=j23V_zvl","mpc_list_name":"Eclipse Foundation Webdev team list","timestamp":"1461185652","profile_url":"https://api.eclipse.org/account/profile/webdev","html_profile_url":"https://accounts.eclipse.org/users/webdev","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=webdev","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/webdev/favorites"},{"uid":"12","name":"creckord","full_name":"Carsten Reckord","picture":"https://secure.gravatar.com/avatar/cfa23205cce07923a8c4e3f4b0824389.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Carsten Reckord","timestamp":"1494936399","profile_url":"https://api.eclipse.org/account/profile/creckord","html_profile_url":"https://accounts.eclipse.org/users/creckord","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=creckord","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/creckord/favorites"},{"uid":"70","name":"bandruschuk","full_name":"Borislav Andruschuk","picture":"https://secure.g.ravatar.com/avatar/c1d9c95b0675f3b6e0bf7868207841c2.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Borislav Andruschuk","timestamp":"1461162980","profile_url":"https://api.eclipse.org/account/profile/bandruschuk","html_profile_url":"https://accounts.eclipse.org/users/bandruschuk","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=bandruschuk","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/bandruschuk/favorites"},{"uid":"97","name":"cvedovinid70","full_name":"Claude Vedovini","picture":"https://secure.g.ravatar.com/avatar/8ed6098669efdf6ac398b47b262effcf.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Claude Vedovini","timestamp":"1461162986","profile_url":"https://api.eclipse.org/account/profile/cvedovinid70","html_profile_url":"https://accounts.eclipse.org/users/cvedovinid70","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=cvedovinid70","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/cvedovinid70/favorites"},{"uid":"102","name":"fzadroznyr0g","full_name":"Fabio Zadrozny","picture":"https://secure.g.ravatar.com/avatar/70fc26faedcbfc82344a0b347053aaa0.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Fabio Zadrozny","timestamp":"1461162987","profile_url":"https://api.eclipse.org/account/profile/fzadroznyr0g","html_profile_url":"https://accounts.eclipse.org/users/fzadroznyr0g","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=fzadroznyr0g","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/fzadroznyr0g/favorites"}],"result":{"count":494}}
-
-## Random Favorites [GET /marketplace/favorites/random{?page,pagesize}]
-Fetch random favorites.
-
-+ Parameters
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-    
-+ Response 200 (application/json)
-    + Headers
-        Link:<https://api.eclipse.org/marketplace/favorites/random?page=1&amp;pagesize=5>; rel="last", <https://api.eclipse.org/marketplace/favorites/random?page=1&amp;pagesize=5>; rel="first", <https://api.eclipse.org/marketplace/favorites/random?page=1&amp;pagesize=5>; rel="self"
-        X-Rate-Limit-Limit:1000
-        X-Rate-Limit-Remaining:961
-        X-Rate-Limit-Reset:3463
-    
-    + Body
-        {"users":[{"uid":"3470","name":"xxieuk4","full_name":"Xie Xie","picture":"https://secure.gravatar.com/avatar/c026fd755eb489e0005df10f11cfc1d3.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Xie Xie","timestamp":"1461163708","profile_url":"https://api.eclipse.org/account/profile/xxieuk4","html_profile_url":"https://accounts.eclipse.org/users/xxieuk4","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=xxieuk4","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/xxieuk4/favorites","count":"6"},{"uid":"348551","name":"szampini","full_name":"Simone Zampini","picture":"https://secure.g.ravatar.com/avatar/71eb311c431ee16ed29833aeff0d87d2.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Simone Zampini","timestamp":"1490352801","profile_url":"https://api.eclipse.org/account/profile/szampini","html_profile_url":"https://accounts.eclipse.org/users/szampini","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=szampini","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/szampini/favorites","count":"8"},{"uid":"32625","name":"swilke","full_name":"Steffen Wilke","picture":"https://secure.g.ravatar.com/avatar/dba2f866944d0d813d3977b3d70e4be9.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Steffen Wilke","timestamp":"1491998786","profile_url":"https://api.eclipse.org/account/profile/swilke","html_profile_url":"https://accounts.eclipse.org/users/swilke","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=swilke","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/swilke/favorites","count":"2"},{"uid":"168","name":"bgrill","full_name":"Balazs Grill","picture":"https://secure.g.ravatar.com/avatar/6da5a9178b8752078c97909601c80ba9.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for Balazs Grill","timestamp":"1461163003","profile_url":"https://api.eclipse.org/account/profile/bgrill","html_profile_url":"https://accounts.eclipse.org/users/bgrill","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=bgrill","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/bgrill/favorites","count":"9"},{"uid":"4337","name":"kvr978","full_name":"K R","picture":"https://secure.g.ravatar.com/avatar/d5f2eaa1a249b0ce0911db783e0c5531.jpg?d=mm&s=185&r=G","mpc_list_name":"Favorites for K R","timestamp":"1461163897","profile_url":"https://api.eclipse.org/account/profile/kvr978","html_profile_url":"https://accounts.eclipse.org/users/kvr978","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=kvr978","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/kvr978/favorites","count":"7"}],"result":{"count":5}}
-
-## Favorite List [/marketplace/favorites/{content_id}]
-
-+ Parameters
-    + content_id (string) - Unique identifier of the listing, e.g., 123, 134.
-
-## Add Favorite [POST]
-Add a listings from a user favorite list. Requires the `mpc_update` scope.
-
-+ Request (application/json)
-    + Headers
-            Authorization: Bearer XXXX
-
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="last", <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="first", <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="self"
-        Etag: "9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 961
-        X-Rate-Limit-Reset: 3463
-        Last-Modified: Fri, 09 Jun 2017 17:41:33 GMT
-
-    + Body
-       {"mpc_favorites":[{"content_id":"3274405","count":"70","timestamp":"1497030093"}],"mpc_list_name":"<b>Jaa<b>","user":{"uid":"1","name":"webdev","full_name":"Christopher Guindon","picture":"https://secure.gravatar.com/avatar/81d7b21d89fa05b42a5e8103ee70cb14.jpg?d=mm&s=185&r=G","profile_url":"https://api.eclipse.org/account/profile/webdev","html_profile_url":"https://accounts.eclipse.org/users/webdev","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=webdev","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/webdev/favorites"},"result":{"count":1,"range":{"since":0,"until":1497030093}}}
-
-## Remove Favorite [DELETE]
-Remove a listings from a user favorite list. Requires the `mpc_update` scope.
-
-+ Request (application/json)
-    + Headers
-        Authorization: Bearer XXXX
-
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="last", <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="first", <https://api.eclipse.org/marketplace/favorites/3274405?page=1&amp;pagesize=100>; rel="self"
-        Etag: "9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 961
-        X-Rate-Limit-Reset: 3463
-        Last-Modified: Fri, 09 Jun 2017 17:41:33 GMT
-
-        + Body
-           {"mpc_favorites":[{"content_id":"3274405","count":"70","timestamp":"1497030093"}],"mpc_list_name":"<b>Jaa<b>","user":{"uid":"1","name":"webdev","full_name":"Christopher Guindon","picture":"https://secure.gravatar.com/avatar/81d7b21d89fa05b42a5e8103ee70cb14.jpg?d=mm&s=185&r=G","profile_url":"https://api.eclipse.org/account/profile/webdev","html_profile_url":"https://accounts.eclipse.org/users/webdev","mpc_favorites_url":"https://api.eclipse.org/marketplace/favorites/?name=webdev","html_mpc_favorites_url":"https://marketplace.eclipse.org/user/webdev/favorites"},"result":{"count":1,"range":{"since":0,"until":1497030093}}}
-
-## Rename Favorite List [POST /marketplace/favorites/rename_list]
-Create a custom name for the user favorite list.
-
-+ Request (application/json)
-    + Headers
-        Authorization: Bearer XXXX
-    + Body
-        { "list_name": "New list name"}
-
-+ Response 204
diff --git a/src/modules/oauth2.apib b/src/modules/oauth2.apib
deleted file mode 100644
index bc73e524c3d4df7d51afb4d24306c49ef0659ce0..0000000000000000000000000000000000000000
--- a/src/modules/oauth2.apib
+++ /dev/null
@@ -1,43 +0,0 @@
-FORMAT: 1A
-
-# Group Authorization
-*Eclipse Api RESTful API* uses OAuth2 Authorization for protected resources.
-
-## OAuth2 Authorization [GET /oauth2/authorize{?response_type,client_id,redirect_uri,scope}]
-The client must redirect to authorization server to gain an `authorization_code` which can be exchanged for an `access_token`.
-
-+ Parameters
-    + response_type (string, required) - Indicates that your server expects to receive an authorization code.
-    + client_id (string, required) - The client ID you received when you first created the application.
-    + redirect_uri (string, required) - Indicates the URI to return the user to after authorization is complete.
-    + scope (string, required) - One or more scope values.
-    + state (string, required) - A random string generated by your application for client validation.
-
-+ Response 302
-    + Attributes (OAuth valid code redirect)
-
-## OAuth2 Token [POST /oauth2/token]
-Exchange `authorization_code` for `access_token`.
-
-+ Request
-    + Attributes (OAuth grant request)
-
-+ Response 200 (application/json)
-    + Attributes (OAuth valid response)
-
-# Data Structures
-## OAuth grant request (object)
-+ `grant_type`: `authorization_code` (string, required)
-+ `code`: `1da42105f3e19a3046ccc1de38d00c49e280e1aa` (string, required)
-+ `redirect_uri`: `https%3A//localhost/`
-
-## OAuth valid response (object)
-+ `access_token`: `fabd8667bc46717fb19f1e35855639c332f34d38` (string, required) 
-+ scope: all (string, required) - scopes of current token
-+ `expires_in`: 900 (number, required)
-+ `token_type`: Bearer (string, required)
-+ `refresh_token`: `5d50a0d1392a327a254b749dce3ccf72426b402a`
-
-## OAuth valid code redirect (object)
-+ `code`: `authorization_code`
-+ `state`: `123456abcdef`
diff --git a/src/modules/uss.apib b/src/modules/uss.apib
deleted file mode 100644
index 58147baefe0d8675b8a233e9f60875a7d24a829a..0000000000000000000000000000000000000000
--- a/src/modules/uss.apib
+++ /dev/null
@@ -1,170 +0,0 @@
-# Group Eclipse USS
-The Eclipse User Storage Service (USS) allows Eclipse projects to store user-specific project information on the 
-Eclipse Foundation servers. The goal is to make it easy for our projects to offer a 
-better user experience by storing relevant information in a central location.
-
-The BLOB resource is a way for projects to store binary objects based off a application_token/key value pair.
- 
-The “value” is always the last element in this JSON structure. All other things must come before that so that 
-the SDK implementation can parse and collect them into a Map and finally return a decoding InputStream to 
-deliver the “value” content back to the caller/application. The blob value is available when the 
-client retrieve a specific blob using an application_token and key.
- 
-We are using application_token and key to identify a blob. The Application token is a string that is assigned by the 
-Eclipse Management Organization.The key string must respect the following validation rules: 
-
-* 5-25 characters;
-* letters: lowercase and uppercase/numbers/underscores are valid;
-* each string should start with a letter.
-
-## Fetch Blobs [GET /uss/blob{?page,pagesize}]
-Retrieve a list of all the blobs for a user. Requires the `uss_retrieve` scope.
-
-+ Parameters
-    + page (integer, optional) - The index of the page to get, defaults to 1.
-    + pagesize (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-
-+ Request
-    + Headers
-        Authorization: Bearer ec342fe0d66baab3c4b42549f
-        Accept: application/json
-        User-Agent: USER_AGENT
-        Accept: application/json
-        Content-Type: application/json
-
-+ Response 401 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="first", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-    + Body
-        [{"application_token":"MZ04RMOpksKN5GpxKXafq2MSjSP","etag":"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb","changed":"1497030093","key":"mpc_favorites","url":"https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites"}]
-        
-## Search Blobs [GET /uss/blob/{application_token}/{blob_key}{?page,pagesize}]
-Search specific user blob object. Requires the `uss_retrieve` scope.
-
-+ Parameters
-    + `application_token` (string, required) - Unique identifer of the project, e.g., eclipse.org.oomph.
-    + `blob_key` (string, optional) - Unique identifier of the profile setting to save, e.g., install_xml.
-    + `page` (integer, optional) - The index of the page to get, defaults to 1.
-    + `pagesize` (integer, optional) - The number of records to get per page, defaults to 20. Maximum value is 100.
-
-+ Request
-    + Headers
-        Authorization: Bearer ec342fe0d66baab3c4b42549f
-        Accept: application/json
-        User-Agent: USER_AGENT
-        If-None-Match: 54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61
-        Accept: application/json
-        Content-Type: application/json
-        If-Modified-Since: Wed, 21 Oct 2015 07:28:00 GMT
-
-+ Response 401 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/json
-        
-        
-+ Response 304 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Etag: "9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"
-        Content-Type: application/json
-        
-+ Response 200 (application/json)
-    + Headers
-        Link: <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="last", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="first", <https://api.eclipse.org/uss/blob?page=1&amp;pagesize=20>; rel="self"
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Etag: "9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"
-        Content-Type: application/json
-        
-    + Body
-      {"application_token":"MZ04RMOpksKN5GpxKXafq2MSjSP","etag":"9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb","changed":"1497030093","key":"mpc_favorites","url":"https://api.eclipse.org/account/profile/1/blob/MZ04RMOpksKN5GpxKXafq2MSjSP/mpc_favorites","value":"MzI3NDQwNQ=="}
-
-## Delete Blobs [DELETE /uss/blob/{application_token}/{blob_key}]
-Delete a blob for a user. Requires the `uss_update` scope.
-
-+ Parameters
-    + `application_token` (string, required) - Unique identifer of the project, e.g., eclipse.org.oomph.
-    + `blob_key` (string, optional, required) - Unique identifier of the profile setting to save, e.g., install_xml.
-    
-+ Request
-    + Headers
-        Authorization: Bearer ec342fe0d66baab3c4b42549f
-        Accept: application/json
-        User-Agent: USER_AGENT
-        If-None-Match: 54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61
-        Accept: application/json
-        Content-Type: application/json
-        
-+ Response 401 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/js
-        
-+ Response 204 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/js
-        
-## Update/Create Blobs [PUT /uss/blob/{application_token}/{blob_key}]
-Delete a blob for a user. Requires the `uss_update` scope.
-
-+ Parameters
-    + `application_token` (string, required) - Unique identifer of the project, e.g., eclipse.org.oomph.
-    + `blob_key` (string, optional, required) - Unique identifier of the profile setting to save, e.g., install_xml.
-    
-+ Request
-    + Headers
-        Authorization: Bearer ec342fe0d66baab3c4b42549f
-        Accept: application/json
-        User-Agent: USER_AGENT
-        If-Match: 54d66cdf0a31cf65bf3f6c9888fc3efdd51dd079f5da4200d7e6ccb399b25a61
-        Accept: application/json
-        Content-Type: application/json
-        
-+ Response 401 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/js
-        
-+ Response 201 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/js
-        Etag: "9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"
-        
-    + Body
-       {"url":"https://api.eclipse.org/api/blob/:namespace/:key"}
-        
-+ Response 200 (application/json)
-    + Headers
-        X-Rate-Limit-Limit: 1000
-        X-Rate-Limit-Remaining: 964
-        X-Rate-Limit-Reset: 3553
-        Content-Type: application/js
-        Etag: "9f76b4dde4cb5146daa5686a7f4376084dbe41bf9c9d4a12b722fe1062eb48eb"
\ No newline at end of file
diff --git a/src/proposals.apib b/src/proposals.apib
deleted file mode 100644
index 6278d643bf13d4dd097e1c908f24d7bae3cefc5f..0000000000000000000000000000000000000000
--- a/src/proposals.apib
+++ /dev/null
@@ -1,8 +0,0 @@
-FORMAT: 1A
-HOST: https://api.eclipse.org
-
-# Eclipse RESTful API Proposals
-
-This page lists endpoint proposals for Eclipse API.
-
-Please note that these are not on production and ready to use.
diff --git a/styles/styles.less b/styles/styles.less
deleted file mode 100644
index 7d54811f716229c1a5b142fb53084bd94f09acbe..0000000000000000000000000000000000000000
--- a/styles/styles.less
+++ /dev/null
@@ -1,37 +0,0 @@
-//
-// Eclipse API styles
-//
-// author: Christopher Guindon <chris.guindon@eclipse.org>
-// -------------------------------------------------------
-
-@import "node_modules/aglio-theme-olio/styles/layout-default.less";
-
-body,html{
-  padding:0;
-  margin:0;
-}
-
-header.thin-header{
-  position:fixed;
-  width:100%;
-  margin:0;
-  top:0;
-  background:#fff;
-  z-index:999;
-  boder-color:#D9D9D5;
-  @media (min-width: 768px) { 
-    padding:10px;
-  }
-}
-
-nav,
-.container-content{
-  margin-top:65px;
-  padding-left:15px;
-}
-
-.container-fluid .row .content{
-  margin-left: 25%;
-  max-width: 1000px;
-  padding-right: 10px;
-}
\ No newline at end of file
diff --git a/templates/ga.html b/templates/ga.html
deleted file mode 100644
index dfb2680438e4eee86784ca611f97543ccaa0159d..0000000000000000000000000000000000000000
--- a/templates/ga.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- Google Tag Manager -->
-<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
-new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
-j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
-'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
-})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
-<!-- End Google Tag Manager -->
-
-<!-- Google Tag Manager (noscript) -->
-<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
-height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
-<!-- End Google Tag Manager (noscript) -->
\ No newline at end of file
diff --git a/templates/header.html b/templates/header.html
deleted file mode 100644
index ed666e52bc4e590b86899d9c807fa53337331eca..0000000000000000000000000000000000000000
--- a/templates/header.html
+++ /dev/null
@@ -1,108 +0,0 @@
-<header class="header-wrapper barebone-layout thin-header" id="header-wrapper">
-  <div class="container-fluid">
-    <div class="row-fluid" id="header-row">
-      <div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
-        <div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-      </div>
-      
-      <div class="col-sm-19 col-md-20 reset" id="main-menu-wrapper">
-        <div class="navbar yamm" id="main-menu">
-          <div class="navbar-collapse collapse reset float-right" id="navbar-main-menu">
-            <ul class="nav navbar-nav navbar-right">
-              <li><a href="https://api.eclipse.org/docs" target="_self">Resources</a></li>
-              <li><a href="https://api.eclipse.org/docs/auth" target="_self">Authorization</a></li>
-              <li><a href="https://api.eclipse.org/reports/" target="_self">Reports</a></li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                  <li><a href="http://events.eclipse.org">Events</a></li>
-                  <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                  <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                  <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                  <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                  <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                  <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                  <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                  <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                </ul>
-              </li>
-              <li class="dropdown visible-xs">
-                <a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                  <li><a href="https://help.eclipse.org">Documentation</a></li>
-                  <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                  <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                  <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                  <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                </ul>
-              </li>
-              <!-- More -->
-              <li class="dropdown eclipse-more hidden-xs">
-                <a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
-                <ul class="dropdown-menu">
-                  <li>
-                    <!-- Content container to add padding -->
-                    <div class="yamm-content">
-                      <div class="row">
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Community</strong></p>
-                          </li>
-                          <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
-                          <li><a href="http://events.eclipse.org">Events</a></li>
-                          <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
-                          <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
-                          <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
-                          <li><a href="https://blogs.eclipse.org">Blogs</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Participate</strong></p>
-                          </li>
-                          <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
-                          <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
-                          <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
-                          <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
-                          <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
-                        </ul>
-                        <ul class="col-sm-8 list-unstyled">
-                          <li>
-                            <p><strong>Eclipse IDE</strong></p>
-                          </li>
-                          <li><a href="https://www.eclipse.org/downloads">Download</a></li>
-                          <li><a href="https://help.eclipse.org">Documentation</a></li>
-                          <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
-                          <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
-                          <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
-                          <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
-                        </ul>
-                      </div>
-                    </div>
-                  </li>
-                </ul>
-              </li>
-            </ul>
-          </div>
-          <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            </button>
-            <div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg"></a></div>
-          </div>
-        </div>
-      </div>
-    </div>
-  </div>
-</header>
\ No newline at end of file
diff --git a/templates/index.jade b/templates/index.jade
deleted file mode 100644
index b0ff85b2eb55879691baffbf96661f80478e033f..0000000000000000000000000000000000000000
--- a/templates/index.jade
+++ /dev/null
@@ -1,52 +0,0 @@
-doctype
-
-include mixins.jade
-
-html
-    head
-        meta(charset="utf-8")
-        title= self.api.name || 'API Documentation'
-        link(rel="stylesheet", href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css")
-        script(src="//eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js")
-        script(src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js")
-        link(rel="stylesheet", href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css")
-        link(rel="stylesheet", href="//eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone.min.css")
-        style!= self.css
-
-    body.preload.solstice-footer-min#body_solstice
-        include ga.html
-        include header.html
-        a.text-muted.back-to-top(href='#top')
-            i.fa.fa-toggle-up
-            | &nbsp;Back to top
-      
-        div(class=self.fullWidth ? 'container-fluid' : 'container').container-content
-            .row
-                block nav
-                    +Nav(false)
-                 
-                .content
-                    block content
-                        
-                        +Content('primary', false)
-
-        p.text-muted(style="text-align: center;") 
-            | Copyright &copy; 
-            | #{self.date().format('YYYY') }
-            | The Eclipse Foundation. All Rights Reserved.
-
-        p.text-muted.hide(style="text-align: center;")
-            | Generated by&nbsp;
-            a.aglio(href="https://github.com/danielgtaylor/aglio") aglio
-            | &nbsp;on #{self.date().format('DD MMM YYYY') }
-
-        script: include scripts.js
-        
-        if self.livePreview
-            script(src="/socket.io/socket.io.js")
-            script.
-                var socket = io();
-                socket.on('refresh', refresh);
-                socket.on('reconnect', function () {
-                    socket.emit('request-refresh');
-                });
diff --git a/templates/mixins.jade b/templates/mixins.jade
deleted file mode 100644
index 888811a9e0a2c3f8ffe7f8863df6b249f3cbe13c..0000000000000000000000000000000000000000
--- a/templates/mixins.jade
+++ /dev/null
@@ -1,293 +0,0 @@
-
-mixin Badge(method)
-    //- Draw a badge for a given HTTP method
-    case method
-        when 'GET'
-            span.badge.get: i.fa.fa-arrow-down
-        when 'HEAD'
-            span.badge.head: i.fa.fa-info-circle
-        when 'OPTIONS'
-            span.badge.options: i.fa.fa-dot-circle-o
-        when 'POST'
-            span.badge.post: i.fa.fa-plus
-        when 'PUT'
-            span.badge.put: i.fa.fa-pencil
-        when 'PATCH'
-            span.badge.patch: i.fa.fa-pencil
-        when 'DELETE'
-            span.badge.delete: i.fa.fa-times
-        default
-            span.badge: i.fa.fa-dot-circle-o
-
-mixin Nav()
-    //- Draw a navigation bar, which includes links to individual
-    //- resources and actions.
-    nav
-        if self.api.navItems && self.api.navItems.length
-            .resource-group
-                .heading
-                  .chevron
-                    i.open.fa.fa-angle-down
-                  a(href='#top') Overview
-                .collapse-content
-                  ul: each item in self.api.navItems
-                    li
-                      a(href=item[1])!= item[0]
-        each resourceGroup in self.api.resourceGroups || []
-            .resource-group
-                .heading
-                  .chevron
-                    i.open.fa.fa-angle-down
-                  a(href=resourceGroup.elementLink)!= resourceGroup.name || 'Resource Group'
-                .collapse-content
-                  ul
-                    each item in resourceGroup.navItems || []
-                      li
-                        a(href=item[1])!= item[0]
-                    each resource in resourceGroup.resources || []
-                      li
-                          if !self.condenseNav || (resource.actions.length != 1)
-                              a(href=resource.elementLink)!= resource.name || 'Resource'
-                              ul: each action in resource.actions || []
-                                  li: a(href=action.elementLink)
-                                    +Badge(action.method)
-                                    != action.name || action.method + ' ' + (action.attributes && action.attributes.uriTemplate || resource.uriTemplate)
-                          else
-                              - var action = resource.actions[0]
-                              a(href=action.elementLink)
-                                  +Badge(action.method)
-                                  != action.name || resource.name || action.method + ' ' + (action.attributes && action.attributes.uriTemplate || resource.uriTemplate)
-        //- Link to the API hostname, e.g. api.yourcompany.com
-        each meta in self.api.metadata || {}
-            if meta.name == 'HOST'
-                p(style="text-align: center; word-wrap: break-word;")
-                    a(href=meta.value)= meta.value
-
-mixin Parameters(params)
-    //- Draw a definition list of parameter names, types, defaults,
-    //- examples and descriptions.
-    .title
-        strong URI Parameters
-        .collapse-button.show
-            span.close Hide
-            span.open Show
-    .collapse-content
-        dl.inner: each param in params || []
-            dt= self.urldec(param.name)
-            dd
-                code= param.type || 'string'
-                | &nbsp;
-                if param.required
-                    span.required (required)
-                else
-                    span (optional)
-                | &nbsp;
-                if param.default
-                    span.text-info.default
-                        strong Default:&nbsp;
-                        span= param.default
-                    | &nbsp;
-                if param.example
-                    span.text-muted.example
-                        strong Example:&nbsp;
-                        span= param.example
-                != self.markdown(param.description)
-                if param.values.length
-                    p.choices
-                        strong Choices:&nbsp;
-                        each value in param.values
-                            code= self.urldec(value.value)
-                            = ' '
-
-mixin RequestResponse(title, request, collapse)
-    .title
-        strong
-            = title
-            if request.name
-                | &nbsp;&nbsp;
-                code= request.name
-        if collapse && request.hasContent
-            .collapse-button
-                span.close Hide
-                span.open Show
-    +RequestResponseBody(request, collapse)
-
-mixin RequestResponseBody(request, collapse, showBlank)
-    if request.hasContent || showBlank
-        div(class=collapse ? 'collapse-content' : ''): .inner
-            if request.description
-                .description!= self.markdown(request.description)
-
-            if Object.keys(request.headers).length
-                h5 Headers
-                pre: code
-                    each item, index in request.headers
-                        != self.highlight(item.name + ': ' + item.value, 'http')
-                        if index < request.headers.length - 1
-                          br
-                div(style="height: 1px;")
-            if request.body
-                h5 Body
-                pre: code
-                    != self.highlight(request.body, null, ['json', 'yaml', 'xml', 'javascript'])
-                div(style="height: 1px;")
-            if request.schema
-                h5 Schema
-                pre: code
-                    != self.highlight(request.schema, null, ['json', 'yaml', 'xml'])
-                div(style="height: 1px;")
-            if !request.hasContent
-                .description.text-muted This response has no content.
-                div(style="height: 1px;")
-
-mixin Examples(resourceGroup, resource, action)
-    each example in action.examples
-        each request in example.requests
-            +RequestResponse('Request', request, true)
-        each response in example.responses
-            +RequestResponse('Response', response, true)
-
-mixin Content()
-    //- Page header and API description
-    header
-        h1#top!= self.api.name || 'API Documentation'
-
-    if self.api.descriptionHtml
-        != self.api.descriptionHtml
-
-    //- Loop through and display information about all the resource
-    //- groups, resources, and actions.
-    each resourceGroup in self.api.resourceGroups || []
-        section.resource-group(id=resourceGroup.elementId)
-            h2.group-heading
-                != resourceGroup.name || 'Resource Group'
-                = " "
-                a.permalink(href=resourceGroup.elementLink) &para;
-            if resourceGroup.descriptionHtml
-                != resourceGroup.descriptionHtml
-
-            each resource in resourceGroup.resources || []
-                .resource(id=resource.elementId)
-                    h3.resource-heading
-                        != resource.name || ((resource.actions[0] != null) && resource.actions[0].name) || 'Resource'
-                        = " "
-                        a.permalink(href=resource.elementLink) &nbsp;&para;
-                    if resource.description
-                        != self.markdown(resource.description)
-
-                    each action in resource.actions || []
-                        .action(class=action.methodLower, id=action.elementId)
-                            h4.action-heading
-                                .name!= action.name
-                                a.method(class=action.methodLower, href=action.elementLink)
-                                    = action.method
-                                code.uri= self.urldec(action.uriTemplate)
-                            if action.description
-                                != self.markdown(action.description)
-
-                            h4 Example URI
-                            .definition
-                                span.method(class=action.methodLower)= action.method
-                                | &nbsp;
-                                span.uri
-                                  span.hostname= self.api.host
-                                  != action.colorizedUriTemplate
-
-                            //- A list of sub-sections for parameters, requests
-                            //- and responses.
-                            if action.parameters.length
-                                +Parameters(action.parameters)
-                            if action.examples
-                                +Examples(resourceGroup, resource, action)
-
-mixin ContentTriple()
-    .middle
-        //- Page header and API description
-        header
-            h1#top!= self.api.name || 'API Documentation'
-
-    .right
-        h5 API Endpoint
-        a(href=self.api.host)= self.api.host
-    .middle
-        if self.api.descriptionHtml
-            != self.api.descriptionHtml
-
-    //- Loop through and display information about all the resource
-    //- groups, resources, and actions.
-    each resourceGroup in self.api.resourceGroups || []
-        .middle
-            section.resource-group(id=resourceGroup.elementId)
-                h2.group-heading
-                    != resourceGroup.name || 'Resource Group'
-                    = " "
-                    a.permalink(href=resourceGroup.elementLink) &para;
-                if resourceGroup.descriptionHtml
-                    != resourceGroup.descriptionHtml
-
-        each resource in resourceGroup.resources || []
-            .middle
-                .resource(id=resource.elementId)
-                    h3.resource-heading
-                        != resource.name || ((resource.actions[0] != null) && resource.actions[0].name) || 'Resource'
-                        = " "
-                        a.permalink(href=resource.elementLink) &para;
-                    if resource.description
-                        != self.markdown(resource.description)
-
-            each action in resource.actions || []
-                if action.examples
-                    .right
-                      .definition
-                          span.method(class=action.methodLower)= action.method
-                          | &nbsp;
-                          span.uri
-                            span.hostname= self.api.host
-                            != action.colorizedUriTemplate
-                      .tabs
-                          if action.hasRequest
-                              .example-names
-                                  span Requests
-                                  - var requestCount = 0
-                                  each example in action.examples
-                                      each request in example.requests
-                                          - requestCount++
-                                          span.tab-button= request.name || 'example ' + requestCount
-                              each example in action.examples
-                                  each request in example.requests
-                                      .tab
-                                          +RequestResponseBody(request, false, true)
-                                          .tabs
-                                              .example-names
-                                                  span Responses
-                                                  each response in example.responses
-                                                      span.tab-button= response.name
-                                              each response in example.responses
-                                                  .tab
-                                                      +RequestResponseBody(response, false, true)
-                          else
-                            each example in action.examples
-                                .tabs
-                                    .example-names
-                                        span Responses
-                                        each response in example.responses
-                                            span.tab-button= response.name
-                                    each response in example.responses
-                                        .tab
-                                            +RequestResponseBody(response, false, true)
-                .middle
-                    .action(class=action.methodLower, id=action.elementId)
-                        h4.action-heading
-                            .name!= action.name
-                            a.method(class=action.methodLower, href=action.elementLink)
-                                = action.method
-                            code.uri= self.urldec(action.uriTemplate)
-                        if action.description
-                            != self.markdown(action.description)
-
-                        //- A list of sub-sections for parameters, requests
-                        //- and responses.
-                        if action.parameters.length
-                            +Parameters(action.parameters)
-
-                hr.split
diff --git a/templates/scripts.js b/templates/scripts.js
deleted file mode 100644
index dc9a4dbb054835dc53cc4eb30adb3bb2f50b104e..0000000000000000000000000000000000000000
--- a/templates/scripts.js
+++ /dev/null
@@ -1,223 +0,0 @@
-/* eslint-env browser */
-/* eslint quotes: [2, "single"] */
-'use strict';
-
-/*
-  Determine if a string ends with another string.
-*/
-function endsWith(str, suffix) {
-    return str.indexOf(suffix, str.length - suffix.length) !== -1;
-}
-
-/*
-  Get a list of direct child elements by class name.
-*/
-function childrenByClass(element, name) {
-  var filtered = [];
-
-  for (var i = 0; i < element.children.length; i++) {
-    var child = element.children[i];
-    var classNames = child.className.split(' ');
-    if (classNames.indexOf(name) !== -1) {
-      filtered.push(child);
-    }
-  }
-
-  return filtered;
-}
-
-/*
-  Get an array [width, height] of the window.
-*/
-function getWindowDimensions() {
-  var w = window,
-      d = document,
-      e = d.documentElement,
-      g = d.body,
-      x = w.innerWidth || e.clientWidth || g.clientWidth,
-      y = w.innerHeight || e.clientHeight || g.clientHeight;
-
-  return [x, y];
-}
-
-/*
-  Collapse or show a request/response example.
-*/
-function toggleCollapseButton(event) {
-    var button = event.target.parentNode;
-    var content = button.parentNode.nextSibling;
-    var inner = content.children[0];
-
-    if (button.className.indexOf('collapse-button') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-        // Currently showing, so let's hide it
-        button.className = 'collapse-button';
-        content.style.maxHeight = '0px';
-    } else {
-        // Currently hidden, so let's show it
-        button.className = 'collapse-button show';
-        content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-function toggleTabButton(event) {
-    var i, index;
-    var button = event.target;
-
-    // Get index of the current button.
-    var buttons = childrenByClass(button.parentNode, 'tab-button');
-    for (i = 0; i < buttons.length; i++) {
-        if (buttons[i] === button) {
-            index = i;
-            button.className = 'tab-button active';
-        } else {
-            buttons[i].className = 'tab-button';
-        }
-    }
-
-    // Hide other tabs and show this one.
-    var tabs = childrenByClass(button.parentNode.parentNode, 'tab');
-    for (i = 0; i < tabs.length; i++) {
-        if (i === index) {
-            tabs[i].style.display = 'block';
-        } else {
-            tabs[i].style.display = 'none';
-        }
-    }
-}
-
-/*
-  Collapse or show a navigation menu. It will not be hidden unless it
-  is currently selected or `force` has been passed.
-*/
-function toggleCollapseNav(event, force) {
-    var heading = event.target.parentNode;
-    var content = heading.nextSibling;
-    var inner = content.children[0];
-
-    if (heading.className.indexOf('heading') === -1) {
-      // Clicked without hitting the right element?
-      return;
-    }
-
-    if (content.style.maxHeight && content.style.maxHeight !== '0px') {
-      // Currently showing, so let's hide it, but only if this nav item
-      // is already selected. This prevents newly selected items from
-      // collapsing in an annoying fashion.
-      if (force || window.location.hash && endsWith(event.target.href, window.location.hash)) {
-        content.style.maxHeight = '0px';
-      }
-    } else {
-      // Currently hidden, so let's show it
-      content.style.maxHeight = inner.offsetHeight + 12 + 'px';
-    }
-}
-
-/*
-  Refresh the page after a live update from the server. This only
-  works in live preview mode (using the `--server` parameter).
-*/
-function refresh(body) {
-    document.querySelector('body').className = 'preload';
-    document.body.innerHTML = body;
-
-    // Re-initialize the page
-    init();
-    autoCollapse();
-
-    document.querySelector('body').classList.remove("preload");
-}
-
-/*
-  Determine which navigation items should be auto-collapsed to show as many
-  as possible on the screen, based on the current window height. This also
-  collapses them.
-*/
-function autoCollapse() {
-  var windowHeight = (getWindowDimensions()[1])-150;
-  var itemsHeight = 64; /* Account for some padding */
-  var itemsArray = Array.prototype.slice.call(
-    document.querySelectorAll('nav .resource-group .heading'));
-
-  // Get the total height of the navigation items
-  itemsArray.forEach(function (item) {
-    itemsHeight += item.parentNode.offsetHeight;
-  });
-
-  // Should we auto-collapse any nav items? Try to find the smallest item
-  // that can be collapsed to show all items on the screen. If not possible,
-  // then collapse the largest item and do it again. First, sort the items
-  // by height from smallest to largest.
-  var sortedItems = itemsArray.sort(function (a, b) {
-    return a.parentNode.offsetHeight - b.parentNode.offsetHeight;
-  });
-
-  while (sortedItems.length && itemsHeight > windowHeight) {
-    for (var i = 0; i < sortedItems.length; i++) {
-      // Will collapsing this item help?
-      var itemHeight = sortedItems[i].nextSibling.offsetHeight;
-      if ((itemsHeight - itemHeight <= windowHeight) || i === sortedItems.length - 1) {
-        // It will, so let's collapse it, remove its content height from
-        // our total and then remove it from our list of candidates
-        // that can be collapsed.
-        itemsHeight -= itemHeight;
-        toggleCollapseNav({target: sortedItems[i].children[0]}, true);
-        sortedItems.splice(i, 1);
-        break;
-      }
-    }
-  }
-}
-
-/*
-  Initialize the interactive functionality of the page.
-*/
-function init() {
-    var i, j;
-
-    // Make collapse buttons clickable
-    var buttons = document.querySelectorAll('.collapse-button');
-    for (i = 0; i < buttons.length; i++) {
-        buttons[i].onclick = toggleCollapseButton;
-
-        // Show by default? Then toggle now.
-        if (buttons[i].className.indexOf('show') !== -1) {
-            toggleCollapseButton({target: buttons[i].children[0]});
-        }
-    }
-
-    var responseCodes = document.querySelectorAll('.example-names');
-    for (i = 0; i < responseCodes.length; i++) {
-        var tabButtons = childrenByClass(responseCodes[i], 'tab-button');
-        for (j = 0; j < tabButtons.length; j++) {
-            tabButtons[j].onclick = toggleTabButton;
-
-            // Show by default?
-            if (j === 0) {
-                toggleTabButton({target: tabButtons[j]});
-            }
-        }
-    }
-
-    // Make nav items clickable to collapse/expand their content.
-    var navItems = document.querySelectorAll('nav .resource-group .heading');
-    for (i = 0; i < navItems.length; i++) {
-        navItems[i].onclick = toggleCollapseNav;
-
-        // Show all by default
-        toggleCollapseNav({target: navItems[i].children[0]});
-    }
-}
-
-// Initial call to set up buttons
-init();
-
-window.onload = function () {
-    autoCollapse();
-    // Remove the `preload` class to enable animations
-    document.querySelector('body').classList.remove("preload");
-};
diff --git a/web/favicon.ico b/web/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..743ee5ac1820671476f64f9eab206c0fa873b913
Binary files /dev/null and b/web/favicon.ico differ
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..55cc0eef7f56799cbe14c3a40fea3e755fe40179
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>API Reference | ReDoc</title>
+    <!-- needed for adaptive design -->
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="icon" type="image/png" href="favicon.ico">
+
+    <!--
+    ReDoc uses font options from the parent element
+    So override default browser styles
+    -->
+    <style>
+      body {
+        margin: 0;
+        padding: 0;
+      }
+    </style>
+    {{redocHead}}
+  </head>
+  <body>
+    {{redocBody}}
+  </body>
+</html>
diff --git a/web/redoc-config.yaml b/web/redoc-config.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3b0a9e6982405895adb46cbb39d283fea32b5848
--- /dev/null
+++ b/web/redoc-config.yaml
@@ -0,0 +1,4 @@
+theme:
+  colors:
+    primary:
+      main: '#32329f'