[Bug tracker] New deployed API
See original GitHub issueUpdate The temporary API will be shut down on Nov 1st as being now available on the original URL https://conduit.productionready.io/api
A new API is deployed to fix the following issues:
- performance
- NSFW content
This new API is a temporary solution as we can’t deploy on the productionready.io domain. API URL: https://realworld-temp-api.herokuapp.com/api
I chose not to use an existing backend implementation but to create a new one as a starter for the incoming V2. Please add a comment here if you find any bugs while using this new API.
Bug tracker:
- GET
/api/articles/feed
doesn’t retrieve data as expected - GET
/api/articles/:slug/comments
response doesn’t match the specs format - article related tags aren’t deleted on cascade when an user deletes an article
- login with incorrect credentials fails with a CORS error
- error messages don’t match the spec format
- refresh token (won’t be fixed for this version)
- GET
/api/articles/:slug/comments
author info not included - missing default avatar image
- articlesCount using offset/limit
- favorite endpoints don’t return the tagList with the expected format
Issue Analytics
- State:
- Created 2 years ago
- Comments:27 (14 by maintainers)
Top Results From Across the Web
Best Issue Tracking Software with API 2022 - GetApp
ClickUp is a fundamentally new way to work - bringing separate apps like tasks, docs, spreadsheets, goal tracking, resources, and even an inbox,...
Read more >15 How to Build and Deploy an Issue Tracking Application
The Issue Tracker tab set is now ready to have tabs added to it as each new page is added by the Create...
Read more >Mantis Bug Tracker REST API - Postman
Hence, it is highly recommended to use latest release when leveraging the REST APIs. REST API is enabled by default since MantisBT 2.8.0...
Read more >Deploying Mantis Bug Tracker on Google Cloud Platform
I found Mantis Bug Tracker offered the right balance between user interface, configuration and provides an API for automation. Admittedly I have ...
Read more >Custom issue tracker - GitLab Docs
New issue URL: This URL is not used and an issue exists to remove it. Enter any URL. Optional. Select Test settings. Select...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Allianzcortex the repository is here: https://github.com/gothinkster/node-express-prisma-v1-official-app The deployed branch is the
limited
one (with demo account, a cron to delete data on a regular basis, and fake data).@Allianzcortex Thanks!
I made some refactoring to open-source the API source code soon and it resulted in a new bug. It’s now fixed!