Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: move code snippets above the fold #409

Merged
merged 1 commit into from
Nov 29, 2018
Merged

docs: move code snippets above the fold #409

merged 1 commit into from
Nov 29, 2018

Conversation

jgravois
Copy link
Contributor

AFFECTS PACKAGES:
@esri/arcgis-rest-auth
@esri/arcgis-rest-feature-service-admin
@esri/arcgis-rest-feature-service
@esri/arcgis-rest-geocoder
@esri/arcgis-rest-groups
@esri/arcgis-rest-items
@esri/arcgis-rest-request
@esri/arcgis-rest-routing
@esri/arcgis-rest-sharing
@esri/arcgis-rest-users

ISSUES CLOSED: #355

AFFECTS PACKAGES:
@esri/arcgis-rest-auth
@esri/arcgis-rest-feature-service-admin
@esri/arcgis-rest-feature-service
@esri/arcgis-rest-geocoder
@esri/arcgis-rest-groups
@esri/arcgis-rest-items
@esri/arcgis-rest-request
@esri/arcgis-rest-routing
@esri/arcgis-rest-sharing
@esri/arcgis-rest-users

ISSUES CLOSED: #355
@@ -17,7 +17,7 @@ export interface IDecodeValuesRequestOptions extends IRequestOptions {
/**
* Layer service url.
*/
url: string;
url?: string;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i snuck in a change which makes passing a url to decodeValues() optional.

* ```js
* import { deleteAttachments } from '@esri/arcgis-rest-feature-service';
*
* //
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the placeholder //s are pretty icky, but i'm too lazy to figure out how to get the doc site build system to ignore empty lines inside code blocks.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d032b93 on doc/355 into 8edd734 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d032b93 on doc/355 into 8edd734 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d032b93 on doc/355 into 8edd734 on master.

@jgravois jgravois merged commit 9ee647b into master Nov 29, 2018
@jgravois jgravois deleted the doc/355 branch November 29, 2018 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants