question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Template REST API endpoint not `experimental` anymore

See original GitHub issue

https://github.com/atlassian-api/atlassian-python-api/blob/615219e9d4103ec9807015c4a1f30b36671b3bc9/atlassian/confluence.py#L674

The 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:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
gonchikcommented, Feb 27, 2021

@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.

2reactions
clushiecommented, Feb 25, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found