Skip to content

Commit

Permalink
Change issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
afandian committed Aug 14, 2019
1 parent 8d0c372 commit a906e48
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<!-- TOC depthFrom:1 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 --> <!-- TOC depthFrom:1 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 -->


- [Crossref REST API](#crossref-rest-api) - [Crossref REST API](#crossref-rest-api)
- [Preamble](#preamble) - [Preamble](#preamble)
- [Meta](#meta) - [Meta](#meta)
- [API overview](#api-overview) - [API overview](#api-overview)
- [Result types](#result-types) - [Result types](#result-types)
- [Resource components](#resource-components) - [Resource components](#resource-components)
- [Parameters](#parameters) - [Parameters](#parameters)
- [Queries](#queries) - [Queries](#queries)
- [Field Queries](#field-queries) - [Field Queries](#field-queries)
- [Sorting](#sorting) - [Sorting](#sorting)
- [Facet counts](#facet-counts) - [Facet counts](#facet-counts)
- [Filter names](#filter-names) - [Filter names](#filter-names)
- [Result controls](#result-controls) - [Result controls](#result-controls)
- [API versioning](#api-versioning) - [API versioning](#api-versioning)
- [Documentation history](#documentation-history) - [Documentation history](#documentation-history)


<!-- /TOC --> <!-- /TOC -->


Expand Down Expand Up @@ -49,7 +49,7 @@ Report performance/availability at our [support site](https://support.crossref.o


### Reporting bugs, requesting features ### Reporting bugs, requesting features


Please report bugs with the API or the documentation on our [issue tracker](https://github.com/Crossref/rest-api-doc/issues). Please report bugs with the API or the documentation on our [issue tracker](https://gitlab.com/crossref/issues).


### Documentation License ### Documentation License


Expand All @@ -73,7 +73,7 @@ You might be able to avoid reading all this documentation if you instead use one
- [rcrossref](https://github.com/ropensci/rcrossref) (R) - [rcrossref](https://github.com/ropensci/rcrossref) (R)
- [crossrefapi](https://github.com/fabiobatalha/crossrefapi) (Python) - [crossrefapi](https://github.com/fabiobatalha/crossrefapi) (Python)


If you know of another library you would like to see listed here, please let us know about it via the [issue tracker](https://github.com/Crossref/rest-api-doc/issues). If you know of another library you would like to see listed here, please let us know about it via the [issue tracker](https://gitlab.com/crossref/issues).


### Etiquette ### Etiquette


Expand All @@ -86,7 +86,7 @@ We want to provide a public, open, and free API for all. And we don't want to un


This way we can contact you if we see a problem. This way we can contact you if we see a problem.


- report problems and/or ask questions on our [issue tracker](https://github.com/Crossref/rest-api-doc/issues). - report problems and/or ask questions on our [issue tracker](https://gitlab.com/crossref/issues).


Alas, not all people are polite. And for this reason we reserve the right to impose rate limits and/or to block clients that are disrupting the public service. Alas, not all people are polite. And for this reason we reserve the right to impose rate limits and/or to block clients that are disrupting the public service.


Expand Down Expand Up @@ -336,7 +336,7 @@ Parameters can be used to query, filter and control the results returned by the
| `sort={#}` | sort results by a certain field | | `sort={#}` | sort results by a certain field |
| `order={#}` | set the sort order to `asc` or `desc` | | `order={#}` | set the sort order to `asc` or `desc` |
| `facet={#}` | enable facet information in responses | | `facet={#}` | enable facet information in responses |
| `cursor={#}` | deep page through `/works` result sets | | `cursor={#}` | deep page through `/works` result sets |


Multiple filters can be specified by separating name:value pairs with a comma: Multiple filters can be specified by separating name:value pairs with a comma:


Expand Down

0 comments on commit a906e48

Please sign in to comment.