Froilán Irizarry Rivera
Froilán Irizarry Rivera
## Expected Behavior Project should be able to consume an API without the `api_key` ## Current Behavior App is adding the `api_key` to the URL even though no `api_key` is...
## Expected Behavior Config files should not have access tokens in our repo. ## Current Behavior There are three files that currently have API access tokens. ## Possible Solution Remove...
## Expected Behavior Little to no need of the code.gov API for unit tests. ## Current Behavior Apparently, there is a dependency on our API for one/some of our unit...
**Is your feature request related to a problem? Please describe.** Add a new field to the API response identifying what type of organization the repo comes from. **Describe the solution...
This issue references [https://github.com/GSA/code-gov-web/issues/560](https://github.com/GSA/code-gov-web/issues/560), created by @USDOJ-FSCP. Original issue text: > At DOJ we are using a SharePoint solution that is not feature-rich when it comes to character level text...
During the harvesting process, we need to add data about any broken links that appear in the repository data. ## Possible solution During the harvesting process make a get request...
**Is your feature request related to a problem? Please describe.** Replace [Bunyan](https://github.com/trentm/node-bunyan/) for another logger package. Bunyan seems to be a dead project, see the following [conversation](https://github.com/trentm/node-bunyan/issues/586). **Describe the solution...
We are currently using the root of the API (`/api`) as an informative and healthcheck endpoint for our API. This endpoint can only be accessed using an API key. We...
OpenAPI v3 was released was recently released. We should consider evaluating an upgrade path to our Swagger docs from version 2.0 Links with more info: - [Announcement](https://swagger.io/announcing-openapi-3-0/) - [Swagger Specification](https://swagger.io/specification/)...
## Expected Behavior Our API should only allow a whitelisted domain / IP to make a direct request to it. ## Current Behavior Anybody with the API endpoints can make...