Skip to content

Commit c0eefbc

Browse files
Merge pull request #25 from AppcentMobile/feature/metadata
Feature/metadata
2 parents 9733122 + 676705d commit c0eefbc

File tree

7 files changed

+32
-53
lines changed

7 files changed

+32
-53
lines changed

ACMOpenAI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
33
spec.version = "1.0.0"
44
spec.summary = "ACMOpenAI iOS Library"
55
spec.description = <<-DESC
6-
ACMOpenAI is a library that help developers to use Open AI Api easily.
6+
ACMOpenAI is a library that help developers to use Open AI API easily.
77
DESC
88

99
spec.homepage = "https://github.com/AppcentMobile/ACMOpenAI-iOS"

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# ACMOpenAI
22

3-
ACMOpenAI is a library that help developers to use Open AI Api easily.
3+
ACMOpenAI is a library that help developers to use Open AI API easily.
4+
5+
[![GitHub tag](https://img.shields.io/github/tag/AppcentMobile/ACMOpenAI-iOS?include_prereleases=&sort=semver&color=blue)](https://github.com/AppcentMobile/ACMOpenAI-iOS/releases/)
6+
[![License](https://img.shields.io/badge/License-Apache--2.0-blue)](#license)
7+
[![issues - ACMOpenAI-iOS](https://img.shields.io/github/issues/AppcentMobile/ACMOpenAI-iOS)](https://github.com/AppcentMobile/ACMOpenAI-iOS/issues)
48

59
## Install
610

@@ -37,9 +41,8 @@ ACMOpenAI().manager(item: ACMOAIModelsManager.self)
3741

3842
## Documentation
3943

40-
https://acmoai-22632.web.app
44+
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://acmoai-22632.web.app "Go to project documentation")
4145

4246
## License
4347

4448
* Apache License 2.0 ([LICENCE-Apache-2.0](LICENCE) or https://opensource.org/license/apache-2-0/)
45-
Lines changed: 8 additions & 8 deletions
Loading

docs/docsets/ACMOpenAI.docset/Contents/Resources/Documents/index.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393

394394
<h1 id='acmopenai' class='heading'>ACMOpenAI</h1>
395395

396-
<p>ACMOpenAI is a library that help developers to use Open AI Api easily.</p>
396+
<p>ACMOpenAI is a library that help developers to use Open AI API easily.</p>
397397
<h2 id='install' class='heading'>Install</h2>
398398

399399
<p>Via Cocoapods</p>
@@ -414,19 +414,17 @@ <h2 id='basic-usage' class='heading'>Basic Usage</h2>
414414
apiKey <span class="o">(</span>String<span class="o">)</span>
415415
</code></pre></li>
416416
<li><p>Make request!</p>
417-
<pre class="highlight shell"><code>ACMOAIModelsManager<span class="o">()</span>.list <span class="o">{</span> <span class="o">(</span>response: ACMOAIModelsResponse.List<span class="o">)</span> <span class="k">in
418-
</span>print<span class="o">(</span>response<span class="o">)</span>
419-
<span class="o">}</span> onError: <span class="o">{</span> error <span class="k">in
420-
</span>print<span class="o">(</span>error<span class="o">)</span>
421-
<span class="o">}</span>
417+
<pre class="highlight shell"><code>ACMOpenAI<span class="o">()</span>.manager<span class="o">(</span>item: ACMOAIModelsManager.self<span class="o">)</span>
418+
.list <span class="o">{</span> <span class="o">(</span>response: ACMOAIModelsResponse.List<span class="o">)</span> <span class="k">in
419+
</span>print<span class="o">(</span>response<span class="o">)</span>
420+
<span class="o">}</span> onError: <span class="o">{</span> error <span class="k">in
421+
</span>print<span class="o">(</span>error<span class="o">)</span>
422+
<span class="o">}</span>
422423
</code></pre></li>
423424
</ul>
424-
<h2 id='example-project' class='heading'>Example Project</h2>
425-
426-
<p>Coming Soon</p>
427425
<h2 id='documentation' class='heading'>Documentation</h2>
428426

429-
<p>Coming Soon</p>
427+
<p><a href="https://acmoai-22632.web.app">https://acmoai-22632.web.app</a></p>
430428
<h2 id='license' class='heading'>License</h2>
431429

432430
<ul>
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
{
22
"warnings": [
3-
{
4-
"file": "/Users/burak/Desktop/ios-libs/ACMOAI/Sources/ACMOpenAI/Responses/Edits/ACMOAIEditsResponse.swift",
5-
"line": 9,
6-
"symbol": "ACMOAIEditsResponse.Create",
7-
"symbol_kind": "source.lang.swift.decl.struct",
8-
"warning": "undocumented"
9-
},
10-
{
11-
"file": "/Users/burak/Desktop/ios-libs/ACMOAI/Sources/ACMOpenAI/Responses/Edits/ACMOAIEditsResponse.swift",
12-
"line": 20,
13-
"symbol": "ACMOAIEditsResponse.Choices",
14-
"symbol_kind": "source.lang.swift.decl.struct",
15-
"warning": "undocumented"
16-
},
17-
{
18-
"file": "/Users/burak/Desktop/ios-libs/ACMOAI/Sources/ACMOpenAI/Responses/Edits/ACMOAIEditsResponse.swift",
19-
"line": 27,
20-
"symbol": "ACMOAIEditsResponse.Usage",
21-
"symbol_kind": "source.lang.swift.decl.struct",
22-
"warning": "undocumented"
23-
}
3+
244
],
255
"source_directory": "/Users/burak/Desktop/ios-libs/ACMOAI"
266
}

docs/docsets/ACMOpenAI.tgz

-114 Bytes
Binary file not shown.

docs/index.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393

394394
<h1 id='acmopenai' class='heading'>ACMOpenAI</h1>
395395

396-
<p>ACMOpenAI is a library that help developers to use Open AI Api easily.</p>
396+
<p>ACMOpenAI is a library that help developers to use Open AI API easily.</p>
397397
<h2 id='install' class='heading'>Install</h2>
398398

399399
<p>Via Cocoapods</p>
@@ -414,19 +414,17 @@ <h2 id='basic-usage' class='heading'>Basic Usage</h2>
414414
apiKey <span class="o">(</span>String<span class="o">)</span>
415415
</code></pre></li>
416416
<li><p>Make request!</p>
417-
<pre class="highlight shell"><code>ACMOAIModelsManager<span class="o">()</span>.list <span class="o">{</span> <span class="o">(</span>response: ACMOAIModelsResponse.List<span class="o">)</span> <span class="k">in
418-
</span>print<span class="o">(</span>response<span class="o">)</span>
419-
<span class="o">}</span> onError: <span class="o">{</span> error <span class="k">in
420-
</span>print<span class="o">(</span>error<span class="o">)</span>
421-
<span class="o">}</span>
417+
<pre class="highlight shell"><code>ACMOpenAI<span class="o">()</span>.manager<span class="o">(</span>item: ACMOAIModelsManager.self<span class="o">)</span>
418+
.list <span class="o">{</span> <span class="o">(</span>response: ACMOAIModelsResponse.List<span class="o">)</span> <span class="k">in
419+
</span>print<span class="o">(</span>response<span class="o">)</span>
420+
<span class="o">}</span> onError: <span class="o">{</span> error <span class="k">in
421+
</span>print<span class="o">(</span>error<span class="o">)</span>
422+
<span class="o">}</span>
422423
</code></pre></li>
423424
</ul>
424-
<h2 id='example-project' class='heading'>Example Project</h2>
425-
426-
<p>Coming Soon</p>
427425
<h2 id='documentation' class='heading'>Documentation</h2>
428426

429-
<p>Coming Soon</p>
427+
<p><a href="https://acmoai-22632.web.app">https://acmoai-22632.web.app</a></p>
430428
<h2 id='license' class='heading'>License</h2>
431429

432430
<ul>

0 commit comments

Comments
 (0)