Template REST API endpoint not `experimental` anymore
See original GitHub issueThe endpoint changed to <>/wiki/rest/api/template/<>
, perhaps also with other versions.
I guess now that it’s not experimental anymore, would be worth adding this feature to the API documentation too.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Deprecated REST API — Airflow Documentation
Before Airflow 2.0 this REST API was known as the “experimental” API, but now that the stable REST API is available, it has...
Read more >Airflow API : The guide to get started now! - Marc Lamberti
Notice that there is no specific endpoints like with the experimental API in the new Airflow REST API. Here you “patch” the DAG...
Read more >API Overview and Sample Payloads - Iterable Support Center
This article includes an overview of Iterable's API, how to use it, and descriptions of its various endpoints. # Table of contents ......
Read more >HTTP Status Codes - REST API Tutorial
REST APIs use the Status-Line part of an HTTP response message to inform clients ... It is a reserved status code and is...
Read more >API Docs - GitLab Docs
GraphQL co-exists with the current v4 REST API. ... For example, the /projects/:id endpoint does not require authentication.
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 FreeTop 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
Top GitHub Comments
@dephekt First of all, thank you for investigating that situation.
I checked on old production code, looks like it’s safe, one problem we are not aware for all other automations. So I agree with renaming methods, but sometimes better to have placeholder and deprecation info.
like this https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/confluence.py#L509
Then we can easier remove in the future releases.
Thank you for your fixes. I will check those changes out, though this week is quite busy so can’t promise yet how soon I’ll be able to test your changes.