ADD VERSION 1.0.3.3
parent
52ccd68228
commit
d2085e282d
|
@ -6,8 +6,8 @@
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<InvariantGlobalization>true</InvariantGlobalization>
|
<InvariantGlobalization>true</InvariantGlobalization>
|
||||||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
||||||
<AssemblyVersion>1.0.1.2</AssemblyVersion>
|
<AssemblyVersion>1.0.3.3</AssemblyVersion>
|
||||||
<FileVersion>1.0.1.2</FileVersion>
|
<FileVersion>1.0.3.3</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- ======= Header ======= -->
|
<!-- ======= Header ======= -->
|
||||||
<header id="header" class="fixed-top ">
|
<header id="header" class="fixed-top">
|
||||||
<div class="container d-flex align-items-center">
|
<div class="d-flex align-items-center container">
|
||||||
|
|
||||||
<h1 class="logo me-auto"><a href="index.html">NetinaShop API</a></h1>
|
<h1 class="logo me-auto"><a href="index.html">NetinaShop API</a></h1>
|
||||||
<!-- Uncomment below if you prefer to use an image logo -->
|
<!-- Uncomment below if you prefer to use an image logo -->
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
|
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
|
||||||
<li><a class="nav-link scrollto" href="#why-us">Features</a></li>
|
<li><a class="nav-link scrollto" href="#why-us">Features</a></li>
|
||||||
<li><a class="nav-link scrollto" href="#skills">Framworks</a></li>
|
<li><a class="nav-link scrollto" href="#skills">Framworks</a></li>
|
||||||
<li><a class="getstarted scrollto" target="_blank" href="/swagger/index.html">Go To Swagger</a></li>
|
<li><a class="getstarted scrollto" target="_blank" href="/scalar/v1">Go To Scalar</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<i class="bi bi-list mobile-nav-toggle"></i>
|
<i class="bi bi-list mobile-nav-toggle"></i>
|
||||||
</nav><!-- .navbar -->
|
</nav><!-- .navbar -->
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="200">
|
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-lg-1 order-2" data-aos="fade-up" data-aos-delay="200">
|
||||||
<h1>New API for use </h1>
|
<h1>New API for use </h1>
|
||||||
<h2 style="font-family: SF Pro Display, sans-serif; text-align: justify ;">
|
<h2 style="font-family: SF Pro Display, sans-serif; text-align: justify ;">
|
||||||
This API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
|
This API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
|
||||||
|
@ -65,10 +65,10 @@
|
||||||
Version : @Model?.Version
|
Version : @Model?.Version
|
||||||
</h2>
|
</h2>
|
||||||
<div class="d-flex justify-content-center justify-content-lg-start">
|
<div class="d-flex justify-content-center justify-content-lg-start">
|
||||||
<a href="/swagger/index.html" target="_blank" class="btn-get-started scrollto"><i class="bi bi-chevron-right" style="font-family: SF Pro Display, sans-serif; margin-right:10px ;"></i><span>Go to Swagger</span></a>
|
<a href="/scalar/v1" target="_blank" class="btn-get-started scrollto"><i class="bi bi-chevron-right" style="font-family: SF Pro Display, sans-serif; margin-right:10px ;"></i><span>Go to Scalar</span></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
|
<div class="col-lg-6 order-lg-2 hero-img order-1" data-aos="zoom-in" data-aos-delay="200">
|
||||||
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
|
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -78,12 +78,12 @@
|
||||||
|
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<!-- ======= Why Us Section ======= -->
|
<!-- ======= Why Us Section ======= -->
|
||||||
<section id="why-us" class="why-us section-bg d-flex min-vh-100 flex-column justify-content-center">
|
<section id="why-us" class="why-us section-bg d-flex min-vh-100 flex-column justify-content-center">
|
||||||
<div class="container-fluid" data-aos="fade-up">
|
<div class="container-fluid" data-aos="fade-up">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch order-2 order-lg-1">
|
<div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch order-lg-1 order-2">
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3>Features of using this API</h3>
|
<h3>Features of using this API</h3>
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a data-bs-toggle="collapse" class="collapse" data-bs-target="#accordion-list-1"><span>01</span> Use JSON <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
|
<a data-bs-toggle="collapse" class="collapse" data-bs-target="#accordion-list-1"><span>01</span> Use JSON <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
|
||||||
<div id="accordion-list-1" class="collapse show" data-bs-parent=".accordion-list">
|
<div id="accordion-list-1" class="show collapse" data-bs-parent=".accordion-list">
|
||||||
<p>
|
<p>
|
||||||
All responses and data convert to JSON , and you get json compresed response in all request
|
All responses and data convert to JSON , and you get json compresed response in all request
|
||||||
</p>
|
</p>
|
||||||
|
@ -126,29 +126,29 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-5 align-items-stretch order-1 order-lg-2 img" style='background-image: url("assets/img/features.svg");' data-aos="zoom-in" data-aos-delay="150"> </div>
|
<div class="col-lg-5 align-items-stretch order-lg-2 img order-1" style='background-image: url("assets/img/features.svg");' data-aos="zoom-in" data-aos-delay="150"> </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section><!-- End Why Us Section -->
|
</section><!-- End Why Us Section -->
|
||||||
<!-- ======= Cta Section ======= -->
|
<!-- ======= Cta Section ======= -->
|
||||||
<section id="cta" class="cta ">
|
<section id="cta" class="cta">
|
||||||
<div class="container" data-aos="zoom-in">
|
<div class="container" data-aos="zoom-in">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-9 text-center text-lg-start">
|
<div class="col-lg-9 text-lg-start text-center">
|
||||||
<h3>SWAGGER</h3>
|
<h3>SCALAR-UI</h3>
|
||||||
<p>Swagger is one of the best API document generator , You can use swagger to read API document and test API , for using swagger you need to login and use you username and password</p>
|
<p>Scalar-Ui is one of the best API document generator , You can use swagger to read API document and test API , for using swagger you need to login and use you username and password</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3 cta-btn-container text-center">
|
<div class="col-lg-3 cta-btn-container text-center">
|
||||||
<a class="cta-btn align-middle" target="_blank" href="/swagger/index.html">Go to swagger</a>
|
<a class="cta-btn align-middle" target="_blank" href="/scalar/v1">Go to swagger</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section><!-- End Cta Section -->
|
</section><!-- End Cta Section -->
|
||||||
<!-- ======= Skills Section ======= -->
|
<!-- ======= Skills Section ======= -->
|
||||||
<section id="skills" class="skills d-flex min-vh-100 flex-column justify-content-center">
|
<section id="skills" class="skills d-flex min-vh-100 flex-column justify-content-center">
|
||||||
<div class="container" data-aos="fade-up">
|
<div class="container" data-aos="fade-up">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-lg-9 content align-items-center justify-content-center">
|
<div class="col-lg-9 content align-items-center justify-content-center">
|
||||||
<h1 class="display-1">BrizCo API</h1>
|
<h1 class="display-1">NetinaShop API</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-3 col-md-6 footer-links">
|
<div class="col-lg-3 col-md-6 footer-links">
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container footer-bottom clearfix">
|
<div class="footer-bottom clearfix container">
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
© Copyright <strong><span>NetinaShop</span></strong>. All Rights Reserved
|
© Copyright <strong><span>NetinaShop</span></strong>. All Rights Reserved
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue