Skip to content

Conversation

@timleslie
Copy link
Contributor

No description provided.

@request-info
Copy link

request-info bot commented Sep 15, 2020

It looks like we could use some more details. Good titles and descriptions help us fix things faster. If you can provide more information please update this issue.

@changeset-bot
Copy link

changeset-bot bot commented Sep 15, 2020

🦋 Changeset is good to go

Latest commit: 3b51672

We got this.

This PR includes changesets to release 2 packages
Name Type
@keystonejs/fields Patch
@keystonejs/api-tests Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@timleslie timleslie changed the title [WIP} Add more field tests for Slug field type Sep 15, 2020
@timleslie timleslie changed the title [WIP] Add more field tests for Slug field type Sep 15, 2020
## Rest APIs

The traditional method for interfacing with applications on the web is a REST API. One defining characteristic of REST APIs is they use [HTTP request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods), such as `GET`, `PUT`, `POST` &`DELETE` to "CRUD" operations. Typically, `PUT` for Create, `GET` for Read, `POST` for Update and `DELETE` for Delete.
The traditional method for interfacing with applications on the web is a REST API. One defining characteristic of REST APIs is they use [HTTP request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods), such as `GET`, `PUT`, `POST` &`DELETE` to "CRUD" operations. Typically, `PUT` for Create, `GET` for Read, `POST` for Update and `DELETE` for Delete.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran yarn format and this change came out. Might as well include this here for now.

@timleslie timleslie merged commit 27783bb into master Sep 15, 2020
@timleslie timleslie deleted the slug-tests branch September 15, 2020 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants