File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ with `precious path/to/file`
100100
101101## Local Configuration Changes
102102
103- The back end defaults to ` fastapi .metacpan.org` . Running a local API server is
103+ The back end defaults to ` api .metacpan.org/v1 ` . Running a local API server is
104104optional and not required to hack on the front end. The address to the API being
105105used can be changed in the ` metacpan_web.conf ` file. Ideally you would create a
106106new file called ` metacpan_web_local.conf ` that contains
Original file line number Diff line number Diff line change 11name : MetaCPAN::Web
22
3- api : https://fastapi .metacpan.org
3+ api : https://api .metacpan.org/v1
44source_host : https://st.aticpan.org
55web_host : https://metacpan.org
66consumer_key : metacpan.dev
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ encourage more suggestions.
1616MetaCPAN has two parts:
1717
1818* [metacpan.org](https://metacpan.org), a front end to...
19- * [fastapi .metacpan.org](https://fastapi .metacpan.org/) the API
19+ * [api .metacpan.org](https://api .metacpan.org/) the API
2020
2121So
2222[https://metacpan.org/pod/Moose](/pod/Moose)
23- vs [https://fastapi .metacpan.org/v1/module/Moose](https://fastapi .metacpan.org/v1/module/Moose)
23+ vs [https://api .metacpan.org/v1/module/Moose](https://api .metacpan.org/v1/module/Moose)
2424
2525MetaCPAN is [a community effort](/about/contributors), with all the code freely
2626available on GitHub ([www](https://github.com/metacpan/metacpan-web),
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ A good first read is the "[How to contribute](https://github.com/metacpan/metacp
9797
9898 API: [https://github.com/metacpan/metacpan-api](https://github.com/metacpan/metacpan-api)
9999
100- Swagger docs: [https://fastapi .metacpan.org/static/index.html](https://fastapi .metacpan.org/static/index.html)
100+ Swagger docs: [https://api .metacpan.org/v1/ static/index.html](https://api .metacpan.org/v1 /static/index.html)
101101
102102 Example scripts: [https://github.com/metacpan/metacpan-examples](https://github.com/metacpan/metacpan-examples)
103103
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ See [CPAN Bus Factor](https://www.olafalders.com/2021/06/30/cpan-bus-factor/).
7171
7272## Where can I find the API docs?
7373
74- The API docs can be found by visiting [fastapi .metacpan.org](https://fastapi .metacpan.org).
75- API requests need to be sent to fastapi .metacpan.org.
74+ The API docs can be found by visiting [api .metacpan.org](https://api .metacpan.org).
75+ API requests need to be sent to api .metacpan.org/v1/ .
7676
7777## How can I try the API?
7878
@@ -108,7 +108,7 @@ and/or using multiple browsers.
108108To fix this:
109109
1101101. Disconnect all identities
111- 2. Remove all cookies from `metacpan.org` and `fastapi .metacpan.org`
111+ 2. Remove all cookies from `metacpan.org` and `api .metacpan.org`
1121123. Reconnect via one identity
1131134. Connect to PAUSE
114114
@@ -160,7 +160,7 @@ in the MetaCPAN account is initialized from those sources
160160any changes made to those files.
161161
162162If you, as a PAUSE author would like to keep them in sync, you can always export your MetaCPAN
163- account information in json format by accessing https://fastapi .metacpan.org/author/PAUSEID
163+ account information in json format by accessing https://api .metacpan.org/v1 /author/PAUSEID
164164(replacing the word PAUSEID by your own PAUSEID). Then you can upload the result as author-*.json
165165with a higher version number than the last one you uploaded.
166166The PAUSE account information need to be updated manually via
Original file line number Diff line number Diff line change 5050 <li><a href="/recent">Recent</a></li>
5151 <li><a href="/about/faq">FAQ</a></li>
5252 <li><a href="/tools">Tools</a></li>
53- <li><a href="https://fastapi .metacpan.org/">API</a></li>
53+ <li><a href="https://api .metacpan.org/">API</a></li>
5454 </ul>
5555 %% }
5656 <ul class="nav navbar-nav navbar-right">
174174 <a href="/tools">Tools</a>
175175 </div>
176176 <div class="footer-link">
177- <a href="https://fastapi .metacpan.org/">API</a>
177+ <a href="https://api .metacpan.org/">API</a>
178178 </div>
179179 <div class="footer-link">
180180 <a href="https://www.perl.org/">Perl.org</a>
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ test_psgi app, sub {
5151 my @versioned_link_tests = (
5252 {
5353 xpath => ' //a[text()="Raw code"]/@href' ,
54- expected => qr {\b fastapi .metacpan.org/} ,
54+ expected => qr {\b api \ . metacpan\ . org/v1 /} ,
5555 desc => ' raw code points to fastapi'
5656 },
5757 {
You can’t perform that action at this time.
0 commit comments