Skip to content

Commit f94f2d5

Browse files
committed
Drop development and auto generated docs
1 parent 0b7ab59 commit f94f2d5

15 files changed

+0
-919
lines changed

README.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -55,55 +55,3 @@ rescue PatchRuby::ApiError => e
5555
puts "Failed to retrieve Orders with status code #{e.code}: #{e.message}"
5656
end
5757
```
58-
59-
## Development
60-
61-
Install dependencies:
62-
```shell
63-
bundle install --path vendor/bundle
64-
```
65-
66-
Run tests:
67-
```shell
68-
bundle exec rspec
69-
```
70-
71-
Building and installing the gem locally:
72-
```shell
73-
gem build patch_ruby.gemspec
74-
gem install patch_ruby-<version>.gem
75-
```
76-
77-
## Documentation for API Endpoints
78-
79-
All URIs are relative to *https://api.usepatch.com*
80-
81-
Class | Method | HTTP request | Description
82-
------------ | ------------- | ------------- | -------------
83-
*PatchRuby::OrdersApi* | [**cancel_order**](docs/OrdersApi.md#cancel_order) | **PATCH** /v1/orders/{id}/cancel | Cancel an order
84-
*PatchRuby::OrdersApi* | [**create_order**](docs/OrdersApi.md#create_order) | **POST** /v1/orders | Creates an order
85-
*PatchRuby::OrdersApi* | [**place_order**](docs/OrdersApi.md#place_order) | **PATCH** /v1/orders/{id}/place | Place an order
86-
*PatchRuby::OrdersApi* | [**retrieve_order**](docs/OrdersApi.md#retrieve_order) | **GET** /v1/orders/{id} | Retrieves an order
87-
*PatchRuby::OrdersApi* | [**retrieve_orders**](docs/OrdersApi.md#retrieve_orders) | **GET** /v1/orders | Retrieves a list of orders
88-
*PatchRuby::PreferencesApi* | [**create_preference**](docs/PreferencesApi.md#create_preference) | **POST** /v1/preferences | creates a project preference
89-
*PatchRuby::PreferencesApi* | [**delete_preference**](docs/PreferencesApi.md#delete_preference) | **DELETE** /v1/preferences/{id} | Deletes an organization's preference for a project
90-
*PatchRuby::PreferencesApi* | [**retrieve_preference**](docs/PreferencesApi.md#retrieve_preference) | **GET** /v1/preferences/{id} | Retrieve the preference
91-
*PatchRuby::PreferencesApi* | [**retrieve_preferences**](docs/PreferencesApi.md#retrieve_preferences) | **GET** /v1/preferences | Retrieves a list of preferences
92-
*PatchRuby::ProjectsApi* | [**retrieve_project**](docs/ProjectsApi.md#retrieve_project) | **GET** /v1/projects/{id} | Retrieves a project
93-
*PatchRuby::ProjectsApi* | [**retrieve_projects**](docs/ProjectsApi.md#retrieve_projects) | **GET** /v1/projects | Retrieves a list of projects
94-
95-
96-
## Documentation for Models
97-
98-
- [PatchRuby::Allocation](docs/Allocation.md)
99-
- [PatchRuby::ErrorResponse](docs/ErrorResponse.md)
100-
- [PatchRuby::Order](docs/Order.md)
101-
- [PatchRuby::OrderListResponse](docs/OrderListResponse.md)
102-
- [PatchRuby::OrderResponse](docs/OrderResponse.md)
103-
- [PatchRuby::Preference](docs/Preference.md)
104-
- [PatchRuby::PreferenceListResponse](docs/PreferenceListResponse.md)
105-
- [PatchRuby::PreferenceResponse](docs/PreferenceResponse.md)
106-
- [PatchRuby::Project](docs/Project.md)
107-
- [PatchRuby::ProjectListResponse](docs/ProjectListResponse.md)
108-
- [PatchRuby::ProjectResponse](docs/ProjectResponse.md)
109-

docs/Allocation.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/ErrorResponse.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/Order.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/OrderListResponse.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/OrderResponse.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)