-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cad76f4
commit aa068db
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,37 +40,37 @@ | |
</div> | ||
</div> | ||
<div class="main-page-wrapper"> | ||
<div class="content"> | ||
|
||
<h1 id="migration-mapping">RCSB PDB Sequence Coordinates API changes</h1> | ||
<p> | ||
Migrating from the 1D Coordinates Service to the Sequence Coordinate Service involves updating your endpoint URLs to call the new service and modifying | ||
your applications to account for breaking changes introduced in the new API. | ||
</p> | ||
<aside class="error"> | ||
The RCSB PDB 1D Coordinates Service API was deprecated on <b>November 23, 2024</b>. | ||
The final removal of this service will occur on <b>April 30, 2025</b> at which point queries | ||
to <code>https://1d-coordinates.rcsb.org/graphql</code> will no longer work. Programmatic users must | ||
adapt queries to be compatible with the Sequence Coordinates Service <code>https://sequence-coordinates.rcsb.org/graphql</code> | ||
and use the new API in the requests URLs by <b>April 30, 2025</b>. | ||
</aside> | ||
|
||
<h1 id="migration-mapping">RCSB PDB Sequence Coordinates API changes</h1> | ||
<p> | ||
Migrating from the 1D Coordinates Service to the Sequence Coordinate Service involves updating your endpoint URLs to call the new service and modifying | ||
your applications to account for breaking changes introduced in the new API. | ||
</p> | ||
<aside class="error"> | ||
The RCSB PDB 1D Coordinates Service API was deprecated on <b>November 23, 2024</b>. | ||
The final removal of this service will occur on <b>April 30, 2025</b> at which point queries | ||
to <code>https://1d-coordinates.rcsb.org/graphql</code> will no longer work. Programmatic users must | ||
adapt queries to be compatible with the Sequence Coordinates Service <code>https://sequence-coordinates.rcsb.org/graphql</code> | ||
and use the new API in the requests URLs by <b>April 30, 2025</b>. | ||
</aside> | ||
|
||
|
||
<div class="content"> | ||
<h1 id="http-request">HTTP Request</h1> | ||
<p> | ||
The Sequence Coordinates Service does not support HTTP GET requests. | ||
Only HTTP POSt requests are allowed to fetch data from the API. | ||
</p> | ||
</div> | ||
<div class="content"> | ||
|
||
|
||
<h1 id="contact-us">Contact Us</h1> | ||
<p> | ||
Contact <a href="mailto:[email protected]?subject=RCSB PDB Sequence Coordinates Service API: Questions and Feedback">[email protected]</a> | ||
with questions or feedback about this service. | ||
</p> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |