Skip to content

Commit

Permalink
chore(release): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Apr 26, 2023
1 parent 474d91b commit 1dba170
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
24 changes: 12 additions & 12 deletions packages/kitsu-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ All code released under [MIT]

### camel

[packages/kitsu-core/src/camel/index.js:14-14](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/camel/index.js#L14-L14 "Source code on GitHub")
[packages/kitsu-core/src/camel/index.js:14-14](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/camel/index.js#L14-L14 "Source code on GitHub")

Converts kebab-case and snake\_case into camelCase

Expand All @@ -163,7 +163,7 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

### deattribute

[packages/kitsu-core/src/deattribute/index.js:29-51](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/deattribute/index.js#L29-L51 "Source code on GitHub")
[packages/kitsu-core/src/deattribute/index.js:29-51](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/deattribute/index.js#L29-L51 "Source code on GitHub")

Hoists attributes to be top-level

Expand Down Expand Up @@ -205,7 +205,7 @@ Returns **([Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/

### deserialise

[packages/kitsu-core/src/deserialise/index.js:62-77](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/deserialise/index.js#L62-L77 "Source code on GitHub")
[packages/kitsu-core/src/deserialise/index.js:62-77](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/deserialise/index.js#L62-L77 "Source code on GitHub")

Deserialises a JSON-API response

Expand Down Expand Up @@ -255,7 +255,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

### error

[packages/kitsu-core/src/error/index.js:27-33](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/error/index.js#L27-L33 "Source code on GitHub")
[packages/kitsu-core/src/error/index.js:27-33](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/error/index.js#L27-L33 "Source code on GitHub")

Uniform error handling for Axios, JSON:API and internal package errors. Mutated Error object is rethrown to the caller.

Expand Down Expand Up @@ -292,7 +292,7 @@ error({

### filterIncludes

[packages/kitsu-core/src/filterIncludes/index.js:33-46](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/filterIncludes/index.js#L33-L46 "Source code on GitHub")
[packages/kitsu-core/src/filterIncludes/index.js:33-46](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/filterIncludes/index.js#L33-L46 "Source code on GitHub")

Filters includes for the specific relationship requested

Expand Down Expand Up @@ -332,7 +332,7 @@ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Gl

### kebab

[packages/kitsu-core/src/kebab/index.js:11-11](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/kebab/index.js#L11-L11 "Source code on GitHub")
[packages/kitsu-core/src/kebab/index.js:11-11](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/kebab/index.js#L11-L11 "Source code on GitHub")

Converts camelCase into kebab-case

Expand All @@ -350,7 +350,7 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

### linkRelationships

[packages/kitsu-core/src/linkRelationships/index.js:144-164](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/linkRelationships/index.js#L144-L164 "Source code on GitHub")
[packages/kitsu-core/src/linkRelationships/index.js:145-165](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/linkRelationships/index.js#L145-L165 "Source code on GitHub")

Links relationships to included data

Expand Down Expand Up @@ -390,7 +390,7 @@ Returns **any** Parsed data

### isDeepEqual

[packages/kitsu-core/src/deepEqual/index.js:18-42](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/deepEqual/index.js#L18-L42 "Source code on GitHub")
[packages/kitsu-core/src/deepEqual/index.js:18-42](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/deepEqual/index.js#L18-L42 "Source code on GitHub")

Compare two objects equality

Expand Down Expand Up @@ -419,7 +419,7 @@ Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/

### query

[packages/kitsu-core/src/query/index.js:55-64](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/query/index.js#L55-L64 "Source code on GitHub")
[packages/kitsu-core/src/query/index.js:55-64](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/query/index.js#L55-L64 "Source code on GitHub")

Constructs a URL query string for JSON:API parameters

Expand Down Expand Up @@ -448,7 +448,7 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

### serialise

[packages/kitsu-core/src/serialise/index.js:213-224](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/serialise/index.js#L213-L224 "Source code on GitHub")
[packages/kitsu-core/src/serialise/index.js:213-224](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/serialise/index.js#L213-L224 "Source code on GitHub")

Serialises an object into a JSON-API structure

Expand Down Expand Up @@ -493,7 +493,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

### snake

[packages/kitsu-core/src/snake/index.js:11-11](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/snake/index.js#L11-L11 "Source code on GitHub")
[packages/kitsu-core/src/snake/index.js:11-11](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/snake/index.js#L11-L11 "Source code on GitHub")

Converts camelCase into snake\_case

Expand All @@ -511,7 +511,7 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

### splitModel

[packages/kitsu-core/src/splitModel/index.js:29-39](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu-core/src/splitModel/index.js#L29-L39 "Source code on GitHub")
[packages/kitsu-core/src/splitModel/index.js:29-39](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu-core/src/splitModel/index.js#L29-L39 "Source code on GitHub")

Split model name from the model's resource URL

Expand Down
20 changes: 10 additions & 10 deletions packages/kitsu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ All code released under [MIT]

### Kitsu

[packages/kitsu/src/index.js:31-535](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L31-L535 "Source code on GitHub")
[packages/kitsu/src/index.js:31-535](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L31-L535 "Source code on GitHub")

Creates a new `kitsu` instance

Expand Down Expand Up @@ -287,7 +287,7 @@ const api = new Kitsu({

#### plural

[packages/kitsu/src/index.js:58-59](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L58-L59 "Source code on GitHub")
[packages/kitsu/src/index.js:58-59](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L58-L59 "Source code on GitHub")

* **See**: <https://www.npmjs.com/package/pluralize> for documentation
* **See**: [Kitsu](#kitsu) constructor options for disabling pluralization
Expand All @@ -306,7 +306,7 @@ api.plural.plural('paper') //=> 'paper'

#### headers

[packages/kitsu/src/index.js:73-73](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L73-L73 "Source code on GitHub")
[packages/kitsu/src/index.js:73-73](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L73-L73 "Source code on GitHub")

Get the current headers or add additional headers

Expand Down Expand Up @@ -334,7 +334,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

#### interceptors

[packages/kitsu/src/index.js:119-119](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L119-L119 "Source code on GitHub")
[packages/kitsu/src/index.js:119-119](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L119-L119 "Source code on GitHub")

* **See**: <https://github.com/axios/axios#interceptors> for documentation

Expand Down Expand Up @@ -381,7 +381,7 @@ api.interceptors.request.eject(myInterceptor)

#### get

[packages/kitsu/src/index.js:217-246](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L217-L246 "Source code on GitHub")
[packages/kitsu/src/index.js:217-246](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L217-L246 "Source code on GitHub")

Fetch resources (alias `fetch`)

Expand Down Expand Up @@ -518,7 +518,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G
#### patch
[packages/kitsu/src/index.js:282-310](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L282-L310 "Source code on GitHub")
[packages/kitsu/src/index.js:282-310](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L282-L310 "Source code on GitHub")
Update a resource (alias `update`)
Expand Down Expand Up @@ -580,7 +580,7 @@ Returns **([Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/
#### post
[packages/kitsu/src/index.js:344-370](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L344-L370 "Source code on GitHub")
[packages/kitsu/src/index.js:344-370](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L344-L370 "Source code on GitHub")
Create a new resource (alias `create`)
Expand Down Expand Up @@ -628,7 +628,7 @@ Returns **([Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/
#### delete
[packages/kitsu/src/index.js:390-424](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L390-L424 "Source code on GitHub")
[packages/kitsu/src/index.js:390-424](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L390-L424 "Source code on GitHub")
Remove a resource (alias `remove`)
Expand Down Expand Up @@ -666,7 +666,7 @@ Returns **([Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/
#### self
[packages/kitsu/src/index.js:448-457](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L448-L457 "Source code on GitHub")
[packages/kitsu/src/index.js:448-457](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L448-L457 "Source code on GitHub")
Get the authenticated user's data
Expand Down Expand Up @@ -704,7 +704,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G
#### request
[packages/kitsu/src/index.js:512-534](https://github.com/wopian/kitsu/blob/feedef8ad5594ee55351dda1136c097c8667a4cd/packages/kitsu/src/index.js#L512-L534 "Source code on GitHub")
[packages/kitsu/src/index.js:512-534](https://github.com/wopian/kitsu/blob/474d91bfbe1671855ff026cba5e9e71d5a6b1e62/packages/kitsu/src/index.js#L512-L534 "Source code on GitHub")
Send arbitrary requests
Expand Down

0 comments on commit 1dba170

Please sign in to comment.