File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ You can install the python client with `pip install taskcluster-urls`;
9898```python
9999import taskcluster_urls
100100
101- taskcluster_urls.api(root_url, 'auth', 'v1', 'foo/bar');
102- taskcluster_urls.schema(root_url, 'auth', 'v1/foo.yml'); // Note that schema names have versions in them
103- taskcluster_urls.api_reference(root_url, 'auth', 'v1');
104- taskcluster_urls.exchange_reference(root_url, 'auth', 'v1');
105- taskcluster_urls.ui(root_url, 'foo/bar');
106- taskcluster_urls.docs(root_url, 'foo/bar');
101+ taskcluster_urls.api(root_url, 'auth', 'v1', 'foo/bar')
102+ taskcluster_urls.schema(root_url, 'auth', 'v1/foo.yml') # Note that schema names have versions in them
103+ taskcluster_urls.api_reference(root_url, 'auth', 'v1')
104+ taskcluster_urls.exchange_reference(root_url, 'auth', 'v1')
105+ taskcluster_urls.ui(root_url, 'foo/bar')
106+ taskcluster_urls.docs(root_url, 'foo/bar')
107107```
108108
109109Testing
Original file line number Diff line number Diff line change 1010 name = 'taskcluster-urls' ,
1111 description = 'Standardized url generator for taskcluster resources.' ,
1212 long_description = open (os .path .join (os .path .dirname (__file__ ), 'README.md' )).read (),
13- long_description_content_type = " text/markdown" ,
13+ long_description_content_type = ' text/markdown' ,
1414 url = 'https://github.com/taskcluster/taskcluster-lib-urls' ,
1515 version = version ,
1616 packages = ['taskcluster_urls' ],
You can’t perform that action at this time.
0 commit comments