Skip to content

Commit

Permalink
GITBOOK-20: readme resolved and adjusted layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott authored and gitbook-bot committed Jan 4, 2024
1 parent b6d9243 commit 0a4943e
Show file tree
Hide file tree
Showing 29 changed files with 36 additions and 41 deletions.
13 changes: 0 additions & 13 deletions README (1).md

This file was deleted.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# 📄 README.md
# 👋 Welcome!!

Welcome to odin\_api a Python library to ease the use of Odins API(naming on point). Odin is a solution by [rev.io](https://rev.io/) for managing Broadworks instances. The library eases the use of this API and encapsulates the methods available. 

## Odin API Docs:

{% embed url="https://doc.odinapi.net/" %}
54 changes: 27 additions & 27 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Table of contents

* [📄 README.md](README.md)
* [👋 Welcome!!](<README (1).md>)
* [🧐 Getting Started](welcome/getting-started/README.md)
* [🐍 Getting the Essentials (Python + IDE)](welcome/getting-started/getting-the-essentials-python-+-ide.md)
* [⚠ Setting Environment Variable](welcome/getting-started/setting-environment-variable.md)
* [⬇ Downloading Library (BETA)](welcome/getting-started/downloading-library-beta.md)
* [⚙ Create API Object](welcome/getting-started/create-api-object.md)
* [📦 Methods](welcome/methods/README.md)
* [📥 Get](welcome/methods/get.md)
* [✉ Post](welcome/methods/post.md)
* [📤 Put](welcome/methods/put.md)
* [🚮 Delete](welcome/methods/delete.md)
* [🙌 Features](welcome/features/README.md)
* [🤖 Scripter](welcome/features/scripter/README.md)
* [🔎 Find Alias (Script)](welcome/features/scripter/find-alias-script.md)
* [🖌 Library Design](welcome/library-design/README.md)
* [🔗 Object Relationship](welcome/library-design/object-relationship.md)
* [⚙ API Object](welcome/library-design/api-object.md)
* [📥 Get Object](welcome/library-design/get-object.md)
* [✉ Post Object](welcome/library-design/post-object.md)
* [📤 Put Object](welcome/library-design/put-object.md)
* [🚮 Delete Object](welcome/library-design/delete-object.md)
* [❓ Requester Object](welcome/library-design/requester-object.md)
* [🤖 Scripter Object](welcome/library-design/scripter-object.md)
* [👨💻 Development](welcome/development.md)
* [📢 Feedback](welcome/feedback.md)
* [🤙 Contact](welcome/contact.md)
* [👋 Welcome!!](README.md)
* [📖 Docs](docs/README.md)
* [🧐 Getting Started](docs/getting-started/README.md)
* [🐍 Getting the Essentials (Python + IDE)](docs/getting-started/getting-the-essentials-python-+-ide.md)
* [⚠ Setting Environment Variable](docs/getting-started/setting-environment-variable.md)
* [⬇ Downloading Library (BETA)](docs/getting-started/downloading-library-beta.md)
* [⚙ Create API Object](docs/getting-started/create-api-object.md)
* [📦 Methods](docs/methods/README.md)
* [📥 Get](docs/methods/get.md)
* [✉ Post](docs/methods/post.md)
* [📤 Put](docs/methods/put.md)
* [🚮 Delete](docs/methods/delete.md)
* [🙌 Features](docs/features/README.md)
* [🤖 Scripter](docs/features/scripter/README.md)
* [🔎 Find Alias (Script)](docs/features/scripter/find-alias-script.md)
* [🖌 Library Design](docs/library-design/README.md)
* [🔗 Object Relationship](docs/library-design/object-relationship.md)
* [⚙ API Object](docs/library-design/api-object.md)
* [📥 Get Object](docs/library-design/get-object.md)
* [✉ Post Object](docs/library-design/post-object.md)
* [📤 Put Object](docs/library-design/put-object.md)
* [🚮 Delete Object](docs/library-design/delete-object.md)
* [❓ Requester Object](docs/library-design/requester-object.md)
* [🤖 Scripter Object](docs/library-design/scripter-object.md)
* [👨💻 Development](development.md)
* [🤙 Contact](contact/README.md)
* [📢 Feedback](contact/feedback.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 📖 Docs

How to, what's this, and does it do that all answered in the next sections.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a4943e

Please sign in to comment.