We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ea1af commit 496f940Copy full SHA for 496f940
endpoints/Endpoint.ts
@@ -1,8 +1,8 @@
1
-import template from 'url-template';
2
import { HttpMethod, HttpHeader, HttpClient } from "../http";
3
import { Serializer } from "../serializers";
4
import { ErrorHandler, NotFoundError } from "../errors";
5
import { LinkExtractor, Link } from "../links";
+import template from 'url-template';
6
7
export class Endpoint {
8
/**
0 commit comments