switching restclient to verb
This commit is contained in:
		
							parent
							
								
									220cd99b42
								
							
						
					
					
						commit
						fdb4c2ecc8
					
				
					 2 changed files with 4 additions and 13 deletions
				
			
		
							
								
								
									
										12
									
								
								README.org
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								README.org
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -3924,16 +3924,10 @@ Sometimes I need to edit CSV files quickly
 | 
			
		|||
  :mode ("\\.csv\\'" . csv-mode))
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
*** Restclient
 | 
			
		||||
Sometimes dealing with REST APIs it's easiest to do this incrementally with restclient.el
 | 
			
		||||
*** Verb
 | 
			
		||||
Sometimes dealing with REST APIs it's easiest to do this incrementally with verb
 | 
			
		||||
#+begin_src emacs-lisp
 | 
			
		||||
(use-package restclient
 | 
			
		||||
  :commands (restclient-mode))
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
Let's also add org-babel support for this to create documentation easier.
 | 
			
		||||
#+begin_src emacs-lisp
 | 
			
		||||
(use-package ob-restclient
 | 
			
		||||
(use-package verb
 | 
			
		||||
  :after org)
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										5
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -2832,10 +2832,7 @@ targets."
 | 
			
		|||
(use-package csv-mode
 | 
			
		||||
  :mode ("\\.csv\\'" . csv-mode))
 | 
			
		||||
 | 
			
		||||
(use-package restclient
 | 
			
		||||
  :commands (restclient-mode))
 | 
			
		||||
 | 
			
		||||
(use-package ob-restclient
 | 
			
		||||
(use-package verb
 | 
			
		||||
  :after org)
 | 
			
		||||
 | 
			
		||||
(use-package dart-mode
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue