Skip to content

Commit

Permalink
feat(queryparameters): added support for query parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasPressler committed Apr 21, 2022
1 parent 6230306 commit 7c67413
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2,403 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ The config is used to specify the style and behaviour of the displayed content
clusterClick?: Function,
//The instance of the openLayers map. Only necessary for openLayers.
map?: any,
fetchOptions?: RequestInit //fetch request options. Docs: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
fetchOptions?: RequestInit, //fetch request options. Docs: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
queryParameters?: Map<String,String> //Parameters which shall be added to every request in the URL
}
```

Expand Down
Loading

0 comments on commit 7c67413

Please sign in to comment.