Skip to content

Commit 494bca0

Browse files
Merge pull request #3 from precisionsolutionstech-netizen/fix-urls-1
Fixed urls
2 parents ee4340a + 72eb947 commit 494bca0

20 files changed

Lines changed: 60 additions & 59 deletions

apis/adaptive-rate-limit-calculator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>Adaptive Rate Limit Response Calculator API | RapidAPI</title>
99
<meta name="description" content="Rate limit calculator, 429 response advisor, and retry-backoff API. Compute correct HTTP 429 responses with retry-after headers and backoff guidance. API gateways, tiered APIs. Prevents retry storms, tier fairness. Stateless.">
1010
<meta name="keywords" content="adaptive-rate-limit-calculator, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/adaptive-rate-limit-calculator.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/adaptive-rate-limit-calculator.html">
1212
<meta property="og:title" content="Adaptive Rate Limit Response Calculator API">
1313
<meta property="og:description" content="Rate limit calculator, 429 response advisor, and retry-backoff API. Compute correct HTTP 429 responses with retry-after headers and backoff guidance. API gateways, tiered APIs. Prevents retry storms, tier fairness. Stateless.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"Adaptive Rate Limit Response Calculator API","description":"Rate limit calculator, 429 response advisor, and retry-backoff API. Compute correct HTTP 429 responses with retry-after headers and backoff guidance. API gateways, tiered APIs. Prevents retry storms, tier fairness. Stateless.","url":"https://your-catalog-domain.com/apis/adaptive-rate-limit-calculator.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"Adaptive Rate Limit Response Calculator API","description":"Rate limit calculator, 429 response advisor, and retry-backoff API. Compute correct HTTP 429 responses with retry-after headers and backoff guidance. API gateways, tiered APIs. Prevents retry storms, tier fairness. Stateless.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/adaptive-rate-limit-calculator.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

apis/api-error-status-normalization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>API Error & Status Normalization API | RapidAPI</title>
99
<meta name="description" content="Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB.">
1010
<meta name="keywords" content="api-error-status-normalization, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/api-error-status-normalization.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/api-error-status-normalization.html">
1212
<meta property="og:title" content="API Error & Status Normalization API">
1313
<meta property="og:description" content="Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"API Error &amp; Status Normalization API","description":"Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB.","url":"https://your-catalog-domain.com/apis/api-error-status-normalization.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"API Error &amp; Status Normalization API","description":"Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/api-error-status-normalization.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

apis/calendar-event-normalization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>Calendar Event Normalization API | RapidAPI</title>
99
<meta name="description" content="Normalize one or more calendar payloads into a single canonical event schema. Send an inputs array; each input has calendarId (e.g. google, outlook, apple, ical, calendly, acuity, ews, generic) and the raw calendar JSON as payload. Optional defaultTimezone (IANA) and parsingHints. Response includes results per source, a merged events array (canonical events with start/end in original + UTC, recurrence, attendees, provenance), and per-source errors. One invalid payload does not fail others. Max request size 25MB.">
1010
<meta name="keywords" content="calendar-event-normalization, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/calendar-event-normalization.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/calendar-event-normalization.html">
1212
<meta property="og:title" content="Calendar Event Normalization API">
1313
<meta property="og:description" content="Normalize one or more calendar payloads into a single canonical event schema. Send an inputs array; each input has calendarId (e.g. google, outlook, apple, ical, calendly, acuity, ews, generic) and the raw calendar JSON as payload. Optional defaultTimezone (IANA) and parsingHints. Response includes results per source, a merged events array (canonical events with start/end in original + UTC, recurrence, attendees, provenance), and per-source errors. One invalid payload does not fail others. Max request size 25MB.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"Calendar Event Normalization API","description":"Normalize one or more calendar payloads into a single canonical event schema. Send an inputs array; each input has calendarId (e.g. google, outlook, apple, ical, calendly, acuity, ews, generic) and the raw calendar JSON as payload. Optional defaultTimezone (IANA) and parsingHints. Response includes results per source, a merged events array (canonical events with start/end in original + UTC, recurrence, attendees, provenance), and per-source errors. One invalid payload does not fail others. Max request size 25MB.","url":"https://your-catalog-domain.com/apis/calendar-event-normalization.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"Calendar Event Normalization API","description":"Normalize one or more calendar payloads into a single canonical event schema. Send an inputs array; each input has calendarId (e.g. google, outlook, apple, ical, calendly, acuity, ews, generic) and the raw calendar JSON as payload. Optional defaultTimezone (IANA) and parsingHints. Response includes results per source, a merged events array (canonical events with start/end in original + UTC, recurrence, attendees, provenance), and per-source errors. One invalid payload does not fail others. Max request size 25MB.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/calendar-event-normalization.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

apis/event-listing-normalization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>Event Listing Normalization API | RapidAPI</title>
99
<meta name="description" content="Unify event data from Eventbrite, Ticketmaster, Meetup, Facebook, Songkick, Bandsintown, and 50+ platforms into one canonical event schema. Send payloads or inputs; get normalized events with start/end, location (physical/virtual/hybrid), pricing, provenance, and confidence. Stateless, 25MB max.">
1010
<meta name="keywords" content="event-listing-normalization, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/event-listing-normalization.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/event-listing-normalization.html">
1212
<meta property="og:title" content="Event Listing Normalization API">
1313
<meta property="og:description" content="Unify event data from Eventbrite, Ticketmaster, Meetup, Facebook, Songkick, Bandsintown, and 50+ platforms into one canonical event schema. Send payloads or inputs; get normalized events with start/end, location (physical/virtual/hybrid), pricing, provenance, and confidence. Stateless, 25MB max.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"Event Listing Normalization API","description":"Unify event data from Eventbrite, Ticketmaster, Meetup, Facebook, Songkick, Bandsintown, and 50+ platforms into one canonical event schema. Send payloads or inputs; get normalized events with start/end, location (physical/virtual/hybrid), pricing, provenance, and confidence. Stateless, 25MB max.","url":"https://your-catalog-domain.com/apis/event-listing-normalization.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"Event Listing Normalization API","description":"Unify event data from Eventbrite, Ticketmaster, Meetup, Facebook, Songkick, Bandsintown, and 50+ platforms into one canonical event schema. Send payloads or inputs; get normalized events with start/end, location (physical/virtual/hybrid), pricing, provenance, and confidence. Stateless, 25MB max.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/event-listing-normalization.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

apis/html-to-markdown.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>HTML to Markdown Converter API | RapidAPI</title>
99
<meta name="description" content="Convert HTML to clean, deterministic Markdown. Strips scripts, styles, layout noise. Preserves structure (headings, lists, tables, links, code). Handles malformed HTML. CMS exports, scrapers, WYSIWYG editors → GitHub-flavored Markdown. Stateless, 25MB max.">
1010
<meta name="keywords" content="html-to-markdown, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/html-to-markdown.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/html-to-markdown.html">
1212
<meta property="og:title" content="HTML to Markdown Converter API">
1313
<meta property="og:description" content="Convert HTML to clean, deterministic Markdown. Strips scripts, styles, layout noise. Preserves structure (headings, lists, tables, links, code). Handles malformed HTML. CMS exports, scrapers, WYSIWYG editors → GitHub-flavored Markdown. Stateless, 25MB max.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"HTML to Markdown Converter API","description":"Convert HTML to clean, deterministic Markdown. Strips scripts, styles, layout noise. Preserves structure (headings, lists, tables, links, code). Handles malformed HTML. CMS exports, scrapers, WYSIWYG editors → GitHub-flavored Markdown. Stateless, 25MB max.","url":"https://your-catalog-domain.com/apis/html-to-markdown.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"HTML to Markdown Converter API","description":"Convert HTML to clean, deterministic Markdown. Strips scripts, styles, layout noise. Preserves structure (headings, lists, tables, links, code). Handles malformed HTML. CMS exports, scrapers, WYSIWYG editors → GitHub-flavored Markdown. Stateless, 25MB max.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/html-to-markdown.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

apis/http-error-root-trigger-analyzer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>HTTP Error Root Trigger Analyzer API | RapidAPI</title>
99
<meta name="description" content="HTTP error analyzer, root cause classifier, and fault diagnosis API. Analyze 4xx/5xx errors for root trigger, confidence, and next steps. Incident triage, error debugging, API monitoring. Rule-based, deterministic, stateless.">
1010
<meta name="keywords" content="http-error-root-trigger-analyzer, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/http-error-root-trigger-analyzer.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/http-error-root-trigger-analyzer.html">
1212
<meta property="og:title" content="HTTP Error Root Trigger Analyzer API">
1313
<meta property="og:description" content="HTTP error analyzer, root cause classifier, and fault diagnosis API. Analyze 4xx/5xx errors for root trigger, confidence, and next steps. Incident triage, error debugging, API monitoring. Rule-based, deterministic, stateless.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"HTTP Error Root Trigger Analyzer API","description":"HTTP error analyzer, root cause classifier, and fault diagnosis API. Analyze 4xx/5xx errors for root trigger, confidence, and next steps. Incident triage, error debugging, API monitoring. Rule-based, deterministic, stateless.","url":"https://your-catalog-domain.com/apis/http-error-root-trigger-analyzer.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"HTTP Error Root Trigger Analyzer API","description":"HTTP error analyzer, root cause classifier, and fault diagnosis API. Analyze 4xx/5xx errors for root trigger, confidence, and next steps. Incident triage, error debugging, API monitoring. Rule-based, deterministic, stateless.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/http-error-root-trigger-analyzer.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

apis/job-posting-normalization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>Job Posting Normalization API | RapidAPI</title>
99
<meta name="description" content="Job board and ATS normalizer API. Unify job postings from LinkedIn, Indeed, Greenhouse, Lever, ZipRecruiter, and 25+ platforms into one canonical job schema. One request → one unified jobs array. Stateless, 25MB max.">
1010
<meta name="keywords" content="job-posting-normalization, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/job-posting-normalization.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/job-posting-normalization.html">
1212
<meta property="og:title" content="Job Posting Normalization API">
1313
<meta property="og:description" content="Job board and ATS normalizer API. Unify job postings from LinkedIn, Indeed, Greenhouse, Lever, ZipRecruiter, and 25+ platforms into one canonical job schema. One request → one unified jobs array. Stateless, 25MB max.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"Job Posting Normalization API","description":"Job board and ATS normalizer API. Unify job postings from LinkedIn, Indeed, Greenhouse, Lever, ZipRecruiter, and 25+ platforms into one canonical job schema. One request → one unified jobs array. Stateless, 25MB max.","url":"https://your-catalog-domain.com/apis/job-posting-normalization.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"Job Posting Normalization API","description":"Job board and ATS normalizer API. Unify job postings from LinkedIn, Indeed, Greenhouse, Lever, ZipRecruiter, and 25+ platforms into one canonical job schema. One request → one unified jobs array. Stateless, 25MB max.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/job-posting-normalization.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

apis/json-diff-checker.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<title>JSON Diff Checker API | RapidAPI</title>
99
<meta name="description" content="JSON diff checker, comparator, and change detector API. Compare two JSON payloads for breaking and non-breaking changes. API versioning, backward compatibility, CI/CD. Rule-based, deterministic. API contract testing, regression detection.">
1010
<meta name="keywords" content="json-diff-checker, API, RapidAPI, developer">
11-
<link rel="canonical" href="https://your-catalog-domain.com/apis/json-diff-checker.html">
11+
<link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/json-diff-checker.html">
1212
<meta property="og:title" content="JSON Diff Checker API">
1313
<meta property="og:description" content="JSON diff checker, comparator, and change detector API. Compare two JSON payloads for breaking and non-breaking changes. API versioning, backward compatibility, CI/CD. Rule-based, deterministic. API contract testing, regression detection.">
1414
<script type="application/ld+json">
15-
{"@context":"https://schema.org","@type":"WebPage","name":"JSON Diff Checker API","description":"JSON diff checker, comparator, and change detector API. Compare two JSON payloads for breaking and non-breaking changes. API versioning, backward compatibility, CI/CD. Rule-based, deterministic. API contract testing, regression detection.","url":"https://your-catalog-domain.com/apis/json-diff-checker.html"}
15+
{"@context":"https://schema.org","@type":"WebPage","name":"JSON Diff Checker API","description":"JSON diff checker, comparator, and change detector API. Compare two JSON payloads for breaking and non-breaking changes. API versioning, backward compatibility, CI/CD. Rule-based, deterministic. API contract testing, regression detection.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/json-diff-checker.html"}
1616
</script>
1717
<style>
1818
:root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; }

0 commit comments

Comments
 (0)